's Avatar

@pybites

91
Followers
5
Following
27
Posts
30.11.2024
Joined
Posts Following

Latest posts by @pybites

Post image

Not having (complete) docs earlier has been a miss!

And with AI, it's now easier to fix than ever.

Last week we added the whole suite to our @Pybites platform 👇

No more people abandoning the app because it's unclear how it works. 😱

04.03.2026 08:12 👍 1 🔁 1 💬 1 📌 0
Post image

What makes up the 2026 #Python stack?

Why are uv, ruff, FastAPI, Typer, and SQLModel widely adopted by developers that want to have an ergonomic and performant toolset?

What methodologies do we use in our teaching to help you write clean/ robust code consistently?

26.02.2026 10:52 👍 1 🔁 1 💬 1 📌 0
Post image

I feel that it's safe to say that every Python dev here has faced this error at some point:

AttributeError: 'NoneType' object has no attribute 'get'

Somewhere, somehow, a function returned None when you expected data.

09.02.2026 19:04 👍 2 🔁 1 💬 1 📌 0

"Rust is too hard."

I hear this constantly from Python developers. The borrow checker. Lifetimes. Ownership. It sounds intimidating.

Here's the truth: Rust is different, not harder.

08.02.2026 15:00 👍 3 🔁 1 💬 1 📌 0
Post image

I love how we go deep into Rust core features in our Scripter to Rust cohort.

Code example that came up:

06.02.2026 16:00 👍 1 🔁 1 💬 1 📌 0

Learning #Rust made me a better #Python programmer.

Not because I write Rust at work. Because Rust forced me to think about things I'd been ignoring and I never realized this fact.

03.02.2026 20:00 👍 3 🔁 1 💬 1 📌 0

Your favorite #Python 🐍 libraries are lying to you.

• `pip install orjson` - that's Rust.
• `pip install polars` - Rust.
• `pip install cryptography` - Rust.
• `pip install pydantic` - the core is Rust.
• `pip install ruff` - Rust again.

30.01.2026 15:24 👍 3 🔁 1 💬 1 📌 1

The difference between a Junior and Senior dev isn't syntax. It's this.

Most developers can write a script to fetch data from an API. They get it to work, then they move on.

23.01.2026 15:50 👍 1 🔁 1 💬 1 📌 0
Post image Post image

We just shipped a new SQLModel Learning Path on the Pybites Platform:

🔹 Learn the Python ORM to focus on next

🔹 Get type-safe models with Pydantic-style, high-performance validation

🔹 See how cleanly SQLModel plugs into FastAPI for real-world APIs

22.01.2026 18:32 👍 2 🔁 1 💬 1 📌 0
Post image

🐍 Pythonista → 🦀 Rustacean?

I’ve built a Rust Cohort for Pythonistas with Jim Hodapp, a 6-week, project-driven journey where you’ll:

Build a real JSON parser, in Rust 🏗️

22.01.2026 07:14 👍 1 🔁 1 💬 1 📌 0
Post image

Watching 10 hours of video tutorials makes you a viewer, not a coder.

Passive consumption is the "silent killer" of engineering careers.

And after talking to hundreds of developers over the years, it's still all too common. 😱

21.01.2026 13:52 👍 3 🔁 1 💬 1 📌 0
Video thumbnail

Really enjoyed my chat with Kishan Patel on our @pybites podcast.

27.11.2025 12:17 👍 1 🔁 1 💬 1 📌 0
Preview
Pybites Black Friday / Cyber Monday 2025 - Pybites Black Friday deal: 40% off 6 & 12-month plans.You keep access for a full 6-months or full year – perfect to make 2026 your most consistent coding

We also took 40% off the Pybites Platform subscriptions.

No shiny objects syndrome. Just deliberate practice and shipping code.

If you've been waiting to join a cohort, this is the time. We won't do this again soon.

Link: pybit.es/bf2025

27.11.2025 11:54 👍 1 🔁 0 💬 0 📌 0
Post image

We decided to do something different for #BlackFriday

Instead of selling you "content," we're discounting "accountability."

For the first time, we've slashed the price on our #Python Snipster (Intermediate) and Foundations (Beginner) cohorts (30-35% off).

27.11.2025 11:54 👍 1 🔁 1 💬 1 📌 0
Post image

Did you know you can search our #Python content from the command line?

It's one of our open source libraries called `pybites-search`

Easy to run (alias) using uvx:

20.11.2025 11:35 👍 1 🔁 1 💬 0 📌 0
Snipster: Build Real Python Projects

Tired of tutorials that don’t go anywhere?

👉 Start implementing these kind of patterns in our 6-week Snipster program:
pybitescoaching.com

14.11.2025 10:40 👍 1 🔁 1 💬 0 📌 0
Post image

One of my favorite design patterns: the Repository Pattern. 😍

It keeps business logic separate from the data layer. 📈

Need to swap SQL for CSV or add an API backend later? Plug it in, the interface stays the same.

Example below 👇

14.11.2025 10:38 👍 1 🔁 1 💬 1 📌 0
Post image

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. 🚀

13.11.2025 17:29 👍 1 🔁 1 💬 1 📌 0
Post image

One of our PDI clients is building a time tracker app with SQLModel + Flask.

It started simple, then grew as he hit real-world edge cases. That’s where the real dev learning happens:

⏱️ Format times
⛔ Avoid duplicates
🛠️ Handle errors clearly

What are you building this week?

13.11.2025 14:18 👍 1 🔁 1 💬 0 📌 0
Preview
Inventor of Vibe Coding Admits He Hand-Coded His New Project Even former OpenAI exec Andrej Karpathy, who coined the term "vibe coding," has seemingly fallen out of love with his own creation.

Perhaps there is yet hope.

futurism.com/artificial-i...

28.10.2025 15:04 👍 2 🔁 2 💬 2 📌 1
Post image

Heads up I am running another Snipster #Python training cohort next week - we'll build this cool app:

17.06.2025 12:32 👍 2 🔁 1 💬 1 📌 0
Preview
Pybites Platform | Master Python Through Hands-On Coding Overwhelmed by tutorials? Stop consuming books and courses! Confidence will come through a lot of deliberate practice. Our platform helps you master Python and grasp Pythonic best practices.

I've completed "User input" on @pybites.bsky.social 🐍🎉 - pybitesplatform.com/bites/user-i...

06.06.2025 05:29 👍 2 🔁 1 💬 0 📌 0
Post image

Tutorials are clean — but real code is messy. 💡

Our coaching cohort helps you thrive in the wild 💪
• write tests, refactor with confidence
• debug real issues
• build an efficient dev toolkit
• collaborate using Git/GitHub
• ship code you’re proud of

👉 pybitescoaching.com

#Python #Developer

30.05.2025 13:37 👍 0 🔁 0 💬 0 📌 0
Pybites Developer Cohort (PDC) Coaching

👉 Claim your spot at pybitescoaching.com

28.05.2025 10:44 👍 0 🔁 0 💬 0 📌 0
Post image

You’ve done 100 Python 🐍 exercises. Now what? 🤔

Building a real app still feels out of reach. 😮

That’s where our cohorts come in - we guide you from confusion to confidence, project by project. 💪 🚀

28.05.2025 10:42 👍 0 🔁 0 💬 1 📌 0
Pybites Podcast 191: Code, click, cloud - how Sebastián Ramírez is taking FastAPI to the next level
Pybites Podcast 191: Code, click, cloud - how Sebastián Ramírez is taking FastAPI to the next level YouTube video by Pybites

Thanks for joining us 🎧 @tiangolo.com 🎉 and for all you do with @fastapi.tiangolo.com, other libs, and now FastAPI Cloud 😍

It will be so nice to deploy FastAPI apps with just: `fastapi deploy` 🚀

www.youtube.com/watch?v=Q_8a...

27.05.2025 17:13 👍 6 🔁 2 💬 1 📌 1
Preview
Pybites Platform | Master Python Through Hands-On Coding Overwhelmed by tutorials? Stop consuming books and courses! Confidence will come through a lot of deliberate practice. Our platform helps you master Python and grasp Pythonic best practices.

I've completed "Build unix' wc program in python" on @pybites.bsky.social 🐍🎉 - pybitesplatform.com/bites/build-...

27.05.2025 17:11 👍 1 🔁 1 💬 0 📌 0
Preview
Pybites Platform | Master Python Through Hands-On Coding Overwhelmed by tutorials? Stop consuming books and courses! Confidence will come through a lot of deliberate practice. Our platform helps you master Python and grasp Pythonic best practices.

I've completed "Pybites date generator" on @pybites.bsky.social 🐍🎉 - pybitesplatform.com/bites/pybite...

#python

09.05.2025 15:48 👍 1 🔁 1 💬 0 📌 0

👨‍🏫 Want in?

The main cohort is full, but beginner spots are still open (or join the waiting list for the next intermediate one)

Check it out here 👉 pybitescoaching.com

06.05.2025 16:43 👍 1 🔁 1 💬 0 📌 0
Post image Post image

🚀 Built a #Streamlit front-end on top of a #FastAPI backend for our next cohort (starting next week!) 🚀

Great stack for quickly prototyping a front-end, all #Python, no JS 😎

(For more serious web apps you definitely want JS and/or htmlx though 💡)

06.05.2025 16:43 👍 2 🔁 1 💬 1 📌 0