
Pybites
@pybites
Followers
31K
Following
16K
Media
1K
Statuses
12K
Helping people worldwide to improve their #Python + #developer + #mindset skills. Created by @bbelderbos & @juliansequeira. Join us: https://t.co/3aXqzdlZWx
Worldwide
Joined December 2016
RT @bbelderbos: New @Pybites Podcast - 195: Patterns, paradigms, and pythonic thinking with @mathsppblog . - thank….
0
1
0
RT @RealBenjizo: Check out this interview with @bbelderbos. He shares a lot of invaluable insights on Python, AI and much more.
0
2
0
RT @fullstackpython: Thanks to Bob Belderbos and Pybites for having me on the podcast this week! Where do we end up a few years from now wi….
0
6
0
RT @bbelderbos: I just migrated one of my last projects to #uv so I thought it would be useful to share the steps here - see image below. 💡….
0
1
0
RT @charliermarsh: LLMs are a tool just like anything else. You have to learn to use them, and you get better with time and practice. If yo….
0
11
0
RT @bbelderbos: Like Unix piping, you can build function pipelines in #Python by overriding the `__or__` method. This lets you chain opera….
0
7
0
RT @bbelderbos: Heads up I am running another Snipster #Python training cohort next week - we'll build this cool app: .
0
3
0
RT @bbelderbos: 🚀 Want faster & leaner #Python objects?. Use __slots__:. ```.class Point:. __slots__ = ('x', 'y').```. ✅ Saves memory (n….
0
4
0
RT @charliermarsh: The ty diagnostics are getting so good. If you reference a symbol or module that was defined in a more recent Python ve….
0
27
0
RT @bbelderbos: The other day I wanted to group countries by continent. I used:. ✅ Use pycountry-convert for mapping. ✅ Use defaultdict(….
0
4
0