News

The only thing you need to have installed is Python. Practically speaking this is very useful to share files inside your local network. Implementing this tiny but hugely useful HTTP server is very ...
OS X: You need only one tiny command to start a web server from any directory through OS X's terminal. If you've got a web site lying around and need to test it out, this is possibly the fastest ...
This script backs up a specified directory to a designated location. ... Bash is excellent for simple scripts and system tasks, Python offers extensive libraries and high-level capabilities, and Perl ...
How Pipenv works. Typically when you create a Python project and use a virtual environment for its packages, you’re tasked with creating the virtual environment yourself (using the command py -m ...
With Poetry, Python finally has a graceful way to manage virtual environments and dependencies for development projects. Here’s how to get started. There should be one—and preferably only one ...