Pybites (@pybites) 's Twitter Profile
Pybites

@pybites

Helping people from 120+ countries to improve their #Python/ #developer/ #mindset skills. Created by @bbelderbos & @juliansequeira. Join us: pybit.es/community/

ID: 812103603116613632

linkhttps://pybit.es calendar_today23-12-2016 01:12:41

11,11K Tweet

30,30K Followers

247 Following

Bob Belderbos (@bbelderbos) 's Twitter Profile Photo

When I first started with #Python, understanding objects and classes felt like a challenge. 🐍 If you've ever felt the same, this Newbie Bite video by Russell is for you! He breaks down classes in Python to help you master OOP. πŸ’‘

Bob Belderbos (@bbelderbos) 's Twitter Profile Photo

New to #Python; do the newbies: codechalleng.es/bites/newbie Already know Python and want to dive deeper into OOP? Take our learning path and write more idiomatic code: codechalleng.es/bites/paths/oop

Bob Belderbos (@bbelderbos) 's Twitter Profile Photo

One of the best things I've done in my twenties: doing various interrail trips. No better way to become independent and learn about other cultures. The 'deliberate practice' learning new languages taught me valuable lessons I replicated to programming ever since:

One of the best things I've done in my twenties: doing various interrail trips.

No better way to become independent and learn about other cultures.

The 'deliberate practice' learning new languages taught me valuable lessons I replicated to programming ever since:
Bob Belderbos (@bbelderbos) 's Twitter Profile Photo

Yesterday I posted about Folium to plot cities. Did you know you can also make heatmaps with it? I did this the other day looking at my fitness data. Here some examples of steps around conferences/work visits @ Cleveland, Chicago and Eindhoven (Netherlands):

Yesterday I posted about Folium to plot cities. Did you know you can also make heatmaps with it?

I did this the other day looking at my fitness data.

Here some examples of steps around conferences/work visits @ Cleveland, Chicago and Eindhoven (Netherlands):
Bob Belderbos (@bbelderbos) 's Twitter Profile Photo

In order to learn #python and #programming well, you have to build. But people often struggle what to build. To which I always say: "scratch your own itch". And it does not have to be big.

Bob Belderbos (@bbelderbos) 's Twitter Profile Photo

Drop the tutorials and start building, real understanding of software development happens when you build a (complex) app / project, working backwards from a real world problem. It's also more fun!

Charlie Marsh (@charliermarsh) 's Twitter Profile Photo

uv 0.4.0 is out now 🚒🚒🚒 It includes first-class support for Python projects that aren't intended to be built into Python _packages_, which is common for web applications, data science projects, etc.

uv 0.4.0 is out now 🚒🚒🚒

It includes first-class support for Python projects that aren't intended to be built into Python _packages_, which is common for web applications, data science projects, etc.
Pybites (@pybites) 's Twitter Profile Photo

Exciting new podcast interview #169 - Bridging #Python and #Rust: An Interview with PyO3 Maintainer David Hewitt youtu.be/P47JUMSQagU?si…

Charlie Marsh (@charliermarsh) 's Twitter Profile Photo

uv 0.4.1 is out now 🚒🚒🚒 You can now export `uv.lock` to `requirements.txt`, if you need to fit it into some other workflow. The generated `requirements.txt` will work across platforms; it retains the resolved environment markers.

uv 0.4.1 is out now 🚒🚒🚒

You can now export `uv.lock` to `requirements.txt`, if you need to fit it into some other workflow.

The generated `requirements.txt` will work across platforms; it retains the resolved environment markers.
Bob Belderbos (@bbelderbos) 's Twitter Profile Photo

uv works so well, using it for everything now! 😍 πŸ™ $ git pull $ uv sync Resolved 31 packages in 21ms Prepared 1 package in 130ms Installed 1 package in 9ms + markdown==3.7 Eerlier today: $ uv export Resolved 31 packages in 2ms ... #python

Pybites (@pybites) 's Twitter Profile Photo

Learn a new language? Speak it and dare to make mistakes. If you want to become a better programmer, write more code. Not only that, challenge yourself to build bigger + real-world projects. Passive learning won't get you far, start building + go outside of your comport zone!