Development
Programming languages, frameworks, and development tools
As Kubernetes moves from testbeds to production, managers are getting sticker shock from the bills a K8s deployment can incur. Whether hosted in-house or on a cloud provider, who knew cloud nativity w...
February 20, 2026
At MWC 2026, Red Hat announced partnerships with major telecommunications companies, including Telefónica and Vodafone, to adopt its platforms for cloud-native application development. This initiative...
March 03, 2026
Researchers found that Google API keys long treated as harmless can now unlock access to Gemini.
February 27, 2026
A tampered copy of FileZilla quietly contacts attacker-controlled servers using encrypted DNS traffic that can slip past traditional monitoring.
March 02, 2026
Saab is one of the top 10 defence primes in Europe and, while it previously invested in developing most of its technology in-house, the rapid advancement of AI and other defence and space technologies...
March 02, 2026
Securing funding for your startup used to mean engaging with VCs or angel investors, and selling company shares in return for equity. Over the past decade, however, a broad range of new funding model...
March 03, 2026
Tokyo is often seen as a dream holiday destination — but the city’s recent investments in its tech ecosystem are making it easier for founders and investors to combine business with pleasure.On April ...
March 05, 2026
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 to help wrap up everything by sharing some highli...
January 02, 2026
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 which matters more for productivity? Christopher Trud...
January 16, 2026
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? Christopher Trudeau is back on the show this week with an...
January 30, 2026
Learn your way around the Python terminal. You’ll practice basic commands, activate virtual environments, install packages with pip, and keep track of your code using Git.
February 02, 2026
Attending a Python conference can grow your network, skills, and confidence. Follow this guide to take your first steps toward joining a Python event.
February 04, 2026
Catch up on the latest Python news: pandas 3.0 breaking changes, Python 3.15 alpha JIT gains, PyTorch 2.10 deprecations, and PSF updates.
February 09, 2026
The Zen of Python is a collection of 19 guiding principles for writing good Python code. Learn its history, meaning, and hidden jokes.
February 11, 2026
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 Trudeau is back on the show this week with another...
February 13, 2026
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.
February 16, 2026
Learn how to install the latest Python version on Windows, macOS, and Linux. Check your version and choose the best installation method for your system.
February 18, 2026
Learn how to use Python for loops to iterate over lists, tuples, strings, and dictionaries with Pythonic looping techniques.
February 23, 2026
Learn how to run Python scripts from the command line, REPL, IDEs, and file managers on Windows, Linux, and macOS. Master all execution approaches.
February 25, 2026
Do you have complex logic and unpredictable dependencies that make it hard to write reliable tests? How can you use Python's mock object library to improve your tests? Christopher Trudeau is back on t...
February 27, 2026