ryanleonbutler
Experienced Python/JS/TS and AWS developer. Coffee and Star Wars fan.
AmazonSouth Africa
ryanleonbutler's Stars
chubin/cheat.sh
the only cheat sheet you need
sindresorhus/awesome
😎 Awesome lists about all kinds of interesting topics
animate-css/animate.css
🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
twbs/bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
jlevy/the-art-of-command-line
Master the command line, in one page
ossu/computer-science
🎓 Path to a free self-taught education in Computer Science!
adithyabsk/simplecalc
An example project to explain python tooling.
ryanleonbutler/python_project
Template Python Project
mechaniac/Map-of-Javascript
Javascript on one sheet. (and one for algorithms)
talkpython/modern-apis-with-fastapi
Course demos and handouts for our Modern APIs with FastAPI course.
anuraghazra/github-readme-stats
:zap: Dynamically generated stats for your github readmes
lepture/github-cards
The unofficial GitHub Cards. Card for your GitHub profile, card for your GitHub repositories.
PyCQA/bandit
Bandit is a tool designed to find common security issues in Python code.
tonybaloney/wily
A Python application for tracking, reporting on timing and complexity in Python code
tonybaloney/vscode-pets
Adds playful pets 🦀🐱🐶 in your VS Code window
PyCQA/isort
A Python utility / library to sort imports.
cookiecutter/cookiecutter-django
Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
cookiecutter/cookiecutter
A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects.
vinta/awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources.
pre-commit/pre-commit-hooks
Some out-of-the-box hooks for pre-commit
brandon-rhodes/python-adventure
Original Colossal Caves adventure game, but in Python 3
pinax/pinax-blog
a blog app for Django
nephila/django-meta
Pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.
ryanleonbutler/rbo
Code for developer blog
fastapi/fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
fastapi/typer
Typer, build great CLIs. Easy to code. Based on Python type hints.
Textualize/rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
alstr/todo-to-issue-action
Action that converts TODO comments to GitHub issues on push.
django/django
The Web framework for perfectionists with deadlines.
TheAlgorithms/Python
All Algorithms implemented in Python