Inspired by Sophie Koonin's blog post "Everything I googled in a week as a professional software engineer", I decided to open the entire history of my Google queries related to Python. The queries... (more…)
Read more »
"Speaker: David BeazleyThere are currently three popular approaches to Python concurrency: threads, event loops, and coroutines. Each is shrouded by various ... (more…)
Read more »
A quick guide on how to package your Python/pip project into an apt-installable Debian package using stdeb. (more…)
Read more »
This book provides a reader with a holistic and in-depth knowledge of the Python language. It explains how methods and functions are related, how sequences can be created elegantly, the tools for functional programming, how user defined objects can be no ...
Read more »
In this step-by-step tutorial, you'll learn about Python's tools and techniques to work with lists in reverse order. You'll also learn how to reverse your list by hand. (more…)
Read more »