CPython 3.6 is out, 3.7 branches are all setup and CPython is now on GitHub. Exciting times for the Python community. (more…)
Read more »
In the last tutorial in this series, you learned how to format string data using the string modulo operator. In this tutorial, you'll see two more items to add to your Python string formatting toolkit. You'll learn about Python's string format method and... (more…)
Read more »
Less uncompromising Python code formatter. Contribute to dizballanze/gray development by creating an account on GitHub. (more…)
Read more »
Running Python on Windows? Here’s how to use Python Launcher for Windows to run multiple Python versions installed on one Windows machine. (more…)
Read more »
Use python to automatically create daily snapshots on digitalocean. This script will generate the new snapshot and automatically remove the old one. (more…)
Read more »