-
https://github.com/python/cpython/blob/3.10/Lib/base64.py https://github.com/python/cpython/blob/3.10/Lib/datetime.py https://github.com/python/cpython/blob/3.10/Lib/configparser.py
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I'd definitely recommend exploring a bit and checking out the tests and some of the other good stuff they have there, but if you just want to read the main source for Black, check out this directory.
-
Rich by @willm
-
Norvig's pytudes
-
Requests comes up quite often in these discussions.
-
-
Starlette on the other hand is quite nice and simple: [e.g. this file](https://github.com/encode/starlette/tree/master/starlette)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Raymond Hettinger recommended bottle in one of his talks for exactly this reason, https://github.com/bottlepy/bottle
-
I'm biased, but Nox is pretty well organized, documented, and commented.
-
perhaps a little specific and more on the applied side (NFT game: axie infinity), but as a noob starting with web3 etc., I found the code in this little repo to be amazingly well written, especially it's "main.py":
-
Better yet, aiohttp.
-
pytermgui
Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!
I might be biased, but I like to think my library PyTermGUI is pretty good looking, as it's formatted with black and commits have to get a 10.0 Pylint score to be pushed, as well as pass Mypy with no errors.
-
This calculator is a masterpiece
-
-
Pyfilesytem2 is pretty swell. Also a big fan of nox.
-
Jina, python library to implement deep-learning powered search. Checkout how a complex thing is simplified with just 3 basic concepts - Document, DocumentArray and Executor
-
starlite
Discontinued Light, Flexible and Extensible ASGI API framework | Effortlessly Build Performant APIs [Moved to: https://github.com/litestar-org/litestar]
-
Well part of that is because I spent a summer stuck in quarantine getting Black compiled with [mypyc](https://github.com/mypyc/mypyc), it overall speeds up Black 2x.
-
There are plenty of python projects on github. here is some of my favourite ones django-logpipe!, zulip!, unleash!, edx-platform!, sentry!
-
Zulip
Zulip server and web application. Open-source team chat that helps teams stay productive and focused.
There are plenty of python projects on github. here is some of my favourite ones django-logpipe!, zulip!, unleash!, edx-platform!, sentry!
-
There are plenty of python projects on github. here is some of my favourite ones django-logpipe!, zulip!, unleash!, edx-platform!, sentry!
-
There are plenty of python projects on github. here is some of my favourite ones django-logpipe!, zulip!, unleash!, edx-platform!, sentry!
-
There are plenty of python projects on github. here is some of my favourite ones django-logpipe!, zulip!, unleash!, edx-platform!, sentry!
-
Since I have been dabbling with databases for more than 20 years in perl, java, c and python. I recommend the pyodbc project, it really show you how to bind c-prog to get them into python and just look at the beautiful setup file: https://github.com/mkleehammer/pyodbc/blob/master/setup.py
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives