bratomes's Stars
deezer/html-linter
HTML5 Linter based on Google Style Guide
TheAlgorithms/Python
All Algorithms implemented in Python
egoist/docute
📚 Effortless documentation, done right.
yangshun/tech-interview-handbook
💯 Curated coding interview preparation materials for busy software engineers
pre-commit/pre-commit
A framework for managing and maintaining multi-language pre-commit hooks.
kamranahmedse/design-patterns-for-humans
An ultra-simplified explanation to design patterns
satwikkansal/wtfpython
What the f*ck Python? 😱
donnemartin/interactive-coding-challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
locustio/locust
Write scalable load tests in plain Python 🚗💨
phocean/TopIcons-plus
An gnome-shell extension to put the icons back to the tray.
home-sweet-gnome/dash-to-panel
An icon taskbar for the Gnome Shell. This extension moves the dash into the gnome main panel so that the application launchers and system tray are combined into a single panel, similar to that found in KDE Plasma and Windows 7+. A separate dock is no longer needed for easy access to running and favorited applications.
gsemet/pipenv-to-requirements
Generate requirements[-dev].txt from Pipfile using pipenv
olist/opensource
Olist Open Source Projects
mozilla/mozilla-django-oidc
A django OpenID Connect library
pennersr/django-allauth
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
elliotgao2/toapi
Every web site provides APIs.
refined-github/refined-github
:octocat: Browser extension that simplifies the GitHub interface and adds useful features
kayak/pypika
PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
Semantic-Org/Semantic-UI
Semantic is a UI component framework based around useful principles from natural language.
PyCQA/isort
A Python utility / library to sort imports.
google/yapf
A formatter for Python files
localstack/localstack
💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline
faif/python-patterns
A collection of design patterns/idioms in Python
jllorencetti/pytest-deadfixtures
Plugin to list unused fixtures in your tests
twbs/bootlint
HTML linter for Bootstrap projects
agronholm/apscheduler
Task scheduling library for Python
Miserlou/Zappa
Serverless Python
jazzband/django-widget-tweaks
Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can be altered.
google/python-fire
Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
bradmontgomery/django-querycount
Middleware that Prints the number of DB queries to the runserver console.