jamesdow21's Stars
hashicorp/terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
dask/dask
Parallel computing with task scheduling
spotify/luigi
Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
spotify/chartify
Python library that makes it easy for data scientists to create charts.
agronholm/apscheduler
Task scheduling library for Python
jakevdp/PythonDataScienceHandbook
Python Data Science Handbook: full text in Jupyter Notebooks
pandas-dev/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
psf/black
The uncompromising Python code formatter
psf/requests
A simple, yet elegant, HTTP library.
pallets/jinja
A very fast and expressive template engine.
pallets/flask
The Python micro framework for building web applications.
django/django
The Web framework for perfectionists with deadlines.
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.