Hacks, tutorials, and news for engineers & data scientists. Cool people learning stuff typically reserved for smart people. Technology for badasses
Don't wanna be here? Send us removal request.
Photo

Asynchronous HTTP Requests with asyncio, aiohttp, & aiofiles
Handle thousands of HTTP requests, disk writes, and other I/O-bound tasks simultaneously with Python's quintessential async libraries.
0 notes
Photo

Managing Multiple Versions of Python on Ubuntu 20.04
Easily install and manage multiple versions of Python on Ubuntu 20.04 or newer.
0 notes
Photo

Implement an ORM with SQLAlchemy
Handle your application's data layer with SQLAlchemy's powerful ORM. Define data models, add/remove records, and execute queries purely in Python.
0 notes
Photo

Create Cloud-hosted Charts with Plotly Chart Studio
Use Pandas and Plotly to create cloud-hosted data visualizations on-demand in Python.
0 notes
Photo

Deploy Serverless Golang Functions with Netlify
Write and deploy Golang Lambda Functions to for your GatsbyJS site on Netlify.
0 notes
Photo

Scrape Structured Data with Python and Extruct
Supercharge your scraper to extract quality page metadata by parsing JSON-LD data via Python's extruct library.
0 notes
Photo

Build it with Terraform
Provision Google Cloud infrastructure using Hashicorp Terraform. Spin up instances of CloudSQL, Redis, Kubernetes and more.
0 notes
Photo

Deploy a Golang Web Application Behind Nginx
Deploy a self-hosted Go web application using Nginx as a reverse proxy.
0 notes
Photo

4 Ways To Improve Your Plotly Graphs
Making high-quality data visualizations is a critical skills for Data Scientists. Learn how to get better at it using Plotly's Python library.
0 notes
Photo

Create Your First Golang App
Install and set up Golang on your local environment to create your first "Hello world" app.
0 notes
Photo

Creating Interactive Views in Django
Create interactive user experiences by writing Django views to handle dynamic content, submitting forms, and interacting with data.
0 notes
Photo

Deploy Flask Applications with uWSGI and Nginx
Host Python apps on your own server. Set up uWSGI to serve your app concurrently while handling incoming traffic with Nginx.
0 notes
Photo

Cleaning PySpark DataFrames
Easy DataFrame cleaning techniques ranging from dropping rows to selecting important data.
0 notes
Photo

Transforming PySpark DataFrames
Apply transformations to PySpark DataFrames such as creating new columns, filtering rows, or modifying string & number values.
0 notes
Photo

A Brief History of Pandas
A nuclear test gone wrong, high finance, and some convenient code!
0 notes
Photo

Using a Redis Cache for your Python Applications
Learn how to leverage in-memory data storage to make your Python apps snappy. Cover everything from managing a Python Redis client to learning the subtleties of Redis data structures.
0 notes
Photo

Package Python Projects the Proper Way with Poetry
Revolutionize your development workflow with an elegant CLI to handle dependencies, environments, configuration, and packaging.
0 notes