Pybites
@pybites
Helping people worldwide to improve their #Python + #developer + #mindset skills. Created by @bbelderbos & @juliansequeira. Join us: http://pybit.es/community/
You might like
Yes that's right! Join our weekly newsletter and you'll get 250 real-world practical #python tips for free! 🐍 🔥 📈
I solved a Bite today and used collections.Counter() 🙂 Good reminder: the right data structure saves a lot of code. 🐍 In this case: apart from a small helper function, you get the top stock by symbol using most_common() Clean, fast, readable. 🚀
TIL #Python 3.14 comes with uuid6 and -7 And really nice: since 3.12 the uuid module can be executed as a script from the command line 📈 - so with a bit of uv we get to a pretty powerful command 😍 👇
New @pybites Podcast episode out -> #204: The science of open science - with Leah Wasser, founder of pyOpenSci youtu.be/9jyYV3G2xu8?si…
youtube.com
YouTube
Pybites Podcast 204: The science of open science - with Leah Wasser,...
To better grasp this, you have to become practical.💡 Join our upcoming @pybites Rust 🦀 Cohort (co-hosted with @jhodapp) and write a blazing-fast JSON parser 🤯 in Rust, then plug it into Python using PyO3. Seats limited, let's get hands-on 👉 scriptertorust.com 📈
Curious how to run #Rust in #Python? 🚀 Why mix them? Get the best of both worlds: Python’s simplicity 🐍 + Rust’s speed & safety 🦀 With PyO3 + Maturin, it’s easy: write Rust, let PyO3 handle bindings, then import it like any Python mod. Serious speed gains, no C extensions.
The #Rust 🦀 borrow checker blew my #Python 🐍 mind. You can have many immutable refs (&T) or one mutable ref (&mut T), but never both! It feels strict at first, yet gives you speed and safety. 📈 Rust enforces the discipline Python trusts you with. 💡💪
🎉 🚀
Which is the best source for learning Python? 🧐
Python Scope - What Is NameError and UnboundLocalError? - How #Python Finds Names youtu.be/H8U6HCUeKCo?si…
youtube.com
YouTube
Python Scope - What Is NameError and UnboundLocalError? - How Python...
Using the right data structure matters💡 > "Popping from the left on a deque is an O(1) operation, whereas it is an O(n) operation on a list. In the case of the list, after popping from the left, every subsequent element must be moved one to the left, making it inefficient"
Mastering #Python Refactoring: Simplifying Code with the Dictionary Dispatch Pattern youtu.be/bL0Y-aEnlgY?si…
youtube.com
YouTube
Mastering Python Refactoring: Simplifying Code with the Dictionary...
Itertools, the gift that keeps giving! 😍 Since #Python 🐍 3.12 you don't have to write your chunking helper anymore, just use `batched` - see docs:
For the love of #programming and problem solving, inspiring: youtube.com/watch?v=HsLgZz…
youtube.com
YouTube
Dave Plummer: Programming, Autism, and Old-School Microsoft Stories |...
Excited as we are to try out Pydantic AI? What's your experience so far, what do you use it for?
If I got this question, I'd say: Python is about the most versatile and omnipresent programming language that's out there. So it's a naturally good choice to pick up some coding skill.
You can use enums to group #python constants: youtube.com/watch?v=dXT58x…
youtube.com
YouTube
Refactoring Code with Enums: Enhance Your Python Projects 🐍 🚀
New episode: Transforming military discipline into Python skills with PDI 🎧 🐍 💪
Exciting new @pybites podcast episode with Christina Lang to talk about her journey as developer + practical mindset tips -> youtube.com/watch?v=EXfod6…
youtube.com
YouTube
Pybites Podcast 201: Transforming military discipline into Python...
United States Trends
- 1. Jets 58K posts
- 2. Henderson 17.6K posts
- 3. Justin Fields 5,374 posts
- 4. Drake Maye 13.3K posts
- 5. AD Mitchell 1,879 posts
- 6. Patriots 125K posts
- 7. Judge 170K posts
- 8. Cal Raleigh 5,982 posts
- 9. Diggs 7,222 posts
- 10. Pats 12K posts
- 11. Purdue 8,422 posts
- 12. #TNFonPrime 2,465 posts
- 13. #911onABC 14.7K posts
- 14. #TNAiMPACT 4,596 posts
- 15. Braden Smith 1,423 posts
- 16. John Metchie N/A
- 17. AL MVP 15.7K posts
- 18. Mack Hollins 2,488 posts
- 19. #JetUp 1,808 posts
- 20. #NYJvsNE 1,680 posts
You might like
-
Talk Python Podcast
@TalkPython -
Python Software Foundation
@ThePSF -
Real Python
@realpython -
Guido van Rossum
@gvanrossum -
PyCoder’s Weekly
@pycoders -
Scientific Python
@SciPyTip -
Python Hub
@PythonHub -
Matt Makai | Full Stack Python | Plushcap
@fullstackpython -
Django
@djangoproject -
Daily Python Tip 🐍🐧
@python_tip -
PyData
@PyData -
Michael Kennedy
@mkennedy -
FastAPI
@FastAPI -
TestDriven.io
@testdrivenio -
Mouse Vs Python
@mousevspython
Something went wrong.
Something went wrong.