|
|
Bite-Sized Python News & Updates |
|
 |
|
|
Time for a developer mindset book! 😎 |
Hey Pythonista,
Read this:
> learning part of the mindset and realizing it’s not just about coding 💻 but understanding the bigger picture 🌍🧠
Somebody we work with came to this realization.
Here is what another student wrote the other day:
> What sets Pybites apart is their deep focus on mindset and building real developer habits.
We often like to quote: "people come for the Python but stay for the (much needed) mindset."
Given the clear need, we've decided it's time to write a succinct book with all of the things we've learned while coaching people for the past 5 years.
Learning Python is obviously a necessary step, but it's the mindset that will get you there, and boy are there a lot of lessons to share!
We're proud to be able to do this and can't wait to share it with you.
To be notified first, join the waiting list using the follow the link.
Cheers,
Julian + Bob
|
Join the waiting list
|
|
|
|
Understanding t-strings (3.14) 📈 |
|
Our mate Anthony Shaw dropped a nice hands-on video on how t-strings work. Check it out on his YouTube channel using the following link!
|
Learn more
|
|
|
|
|
uv is so fast, but also versatile 😍 |
|
Want to try out a quick dependency, uv has your back:
uv run --with pywhatkit -- python -c "from pywhatkit import image_to_ascii_art; image_to_ascii_art('python.png', 'ascii')"
Use a GitHub repo/ fork instead of PyPI? That works too:
$ uv run --with git+ssh://git@github.com/bbelderbos/ImageToAscii -- ascii python.png
-- I (Bob) switched to uv for all my projects, I never looked back. And now I am producing a uv course so you can productive with this workhorse too.
|
Let me know when it drops
|
|
|
|
|
6 Steps to slice the problem pie 💡 |
|
Rye Whalen posted a cool step-by-step way of thinking when you're stuck on your code, worth the read.
While you're there, say hello in the chat. Loads of good things happening in the community these days and you don't want to miss out!
|
Read the post in our Community
|
|
|
|
Joke of the Week |
|
"It works on my machine." - Every Developer Ever
|
|
|
|
|
 |
|
\n\n\n\n
|
|
|