TinyDB: A Lightweight JSON Database for Small Projects
If you're looking for a JSON document-oriented database that requires no configuration for your Python project, TinyDB could be exactly what you need.
If you're looking for a JSON document-oriented database that requires no configuration for your Python project, TinyDB could be exactly what you need.
Would you like to learn how to work with LLMs locally on your own computer? How do you integrate your Python projects with a local model? Christopher...
The Zen of Python is a collection of 19 guiding principles for writing good Python code. Learn its history, meaning, and hidden jokes.
Attending a Python conference can grow your network, skills, and confidence. Follow this guide to take your first steps toward joining a Python event.
Learn your way around the Python terminal. You’ll practice basic commands, activate virtual environments, install packages with pip, and keep track of...
How do you create automated tests to check your code for degraded performance as data sizes increase? What are the new features in pandas 3.0? Christo...
This guide breaks down how long it takes to learn Python with realistic timelines, weekly study plans, and strategies to speed up your progress.
How often have you heard about the speed of Python? What's actually being measured, where are the bottlenecks---development time or run time---and whi...
This is another post in our series covering what we learned through the Vision Doc process. In our first post, we described the overall approach and w...
The Rust project is currently working towards a slate of 41 project goals, with 13 of them designated as Flagship Goals. This post provides selected u...
PyCoder's Weekly included over 1,500 links to articles, blog posts, tutorials, and projects in 2025. Christopher Trudeau is back on the show this week...
Rust has been named Stack Overflow's Most Loved (now called Most Admired) language every year since our 1.0 release in 2015. That means people who use...