Let us feed your endless Python addiction! Regardless of where you stand as a Pythonista, our team of pros are constantly teaching and sharing pythonic gold.
Revolutionize your development workflow with an elegant CLI to handle dependencies, environments, configuration, and packaging.
Automate remote server tasks by using the Paramiko & SCP Python libraries. Use Python to SSH into hosts, execute tasks, transfer files, etc.
Perform multiple aggregate functions simultaneously with Pandas 0.25
My favourite utility function that I have written since coming into Python.
The crash-course for newcomers to Python’s largest web framework. Create your first functioning Django web application.
Easily install and manage multiple versions of Python on Ubuntu 18.04 or older.
Split columns containing multiple values in your Pandas DataFrame into multiple columns, each containing a single value.
Extract and move data between BigQuery and relational databases using PyBigQuery: a connector for SQLAlchemy.
Find data that is not common between two Pandas DataFrames; effectively the opposite of finding an intersection of data.
Using the SQLAlchemy ORM to build data models with meaningful relationships. Create one-to-one, one-to-many, many-to-one, and many-to-many relationships.