Nachrichten

This post explains how to run a Python script in terminal or CMD. This is a quick and powerful way to access your programs and improve workflow.
Take advantage of virtual environments in Python to create and manage separate environments for your Python projects.
Sure That Works on Linux, But… Python, of course, runs on many different platforms. So why is this part of Linux Fu? Because you can easily use it to launch any command line program. True, that ...
If you need a quick web server running and you don't want to mess with setting up apache or something similar, then Python can help. Python comes with a simple builtin HTTP server. With the help of ...
Printing large amounts of text from a script into the console, for instance, is many orders of magnitude slower than running the script directly from the command line.