python-fire - Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object. (more…)
Read more »
A guide to modern Python tooling with a focus on simplicity and minimalism. (more…)
Read more »
Do you want to make Web Apps with Python? You can with Python Flask, in this book you'll learn how to get started and be able to make your own web apps in Python. You'll also learn how to deploy them online... (more…)
Read more »
Essays about data, building products and bootstrapping businesses.
Read more »
We can use a language translator to translate text from one language to another.
There are various APIs and modules for this, we’ll use the Google Translate API. (more…)
Read more »