hackersandslackers
hackersandslackers
Hackers and Slackers
446 posts
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.
hackersandslackers 4 years ago
Photo
Tumblr media
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
hackersandslackers 4 years ago
Photo
Tumblr media
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
hackersandslackers 4 years ago
Photo
Tumblr media
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
hackersandslackers 5 years ago
Photo
Tumblr media
Create Cloud-hosted Charts with Plotly Chart Studio
Use Pandas and Plotly to create cloud-hosted data visualizations on-demand in Python.
0 notes
hackersandslackers 5 years ago
Photo
Tumblr media
Deploy Serverless Golang Functions with Netlify
Write and deploy Golang Lambda Functions to for your GatsbyJS site on Netlify.
0 notes
hackersandslackers 5 years ago
Photo
Tumblr media
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
hackersandslackers 5 years ago
Photo
Tumblr media
Build it with Terraform
Provision Google Cloud infrastructure using Hashicorp Terraform. Spin up instances of CloudSQL, Redis, Kubernetes and more.
0 notes
hackersandslackers 5 years ago
Photo
Tumblr media
Deploy a Golang Web Application Behind Nginx
Deploy a self-hosted Go web application using Nginx as a reverse proxy.
0 notes
hackersandslackers 5 years ago
Photo
Tumblr media
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
hackersandslackers 5 years ago
Photo
Tumblr media
Create Your First Golang App
Install and set up Golang on your local environment to create your first "Hello world" app.
0 notes
hackersandslackers 5 years ago
Photo
Tumblr media
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
hackersandslackers 5 years ago
Photo
Tumblr media
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
hackersandslackers 5 years ago
Photo
Tumblr media
Cleaning PySpark DataFrames
Easy DataFrame cleaning techniques ranging from dropping rows to selecting important data.
0 notes
hackersandslackers 5 years ago
Photo
Tumblr media
Transforming PySpark DataFrames
Apply transformations to PySpark DataFrames such as creating new columns, filtering rows, or modifying string & number values.
0 notes
hackersandslackers 5 years ago
Photo
Tumblr media
A Brief History of Pandas
A nuclear test gone wrong, high finance, and some convenient code!
0 notes
hackersandslackers 5 years ago
Photo
Tumblr media
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
hackersandslackers 5 years ago
Photo
Tumblr media
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