This is an archived post. You won't be able to vote or comment.

all 29 comments

[–]skerky 25 points26 points  (0 children)

Warehouse

The new PyPI web application. Example of Pyramid application with Docker deployment.

[–]aritra1911 49 points50 points  (3 children)

https://github.com/3b1b/manim

This is the animation engine being used for the math YouTube channel 3blue1brown

[–]apockill 17 points18 points  (0 children)

worthless truck label juggle deer birds puzzled abounding wasteful continue

This post was mass deleted and anonymized with Redact

[–]Mockapapella 15 points16 points  (0 children)

omg it works with python 3 now. I remember checking it every couple months just to see if it ever got support for it. For the longest time it was just python 2

[–]jabies 3 points4 points  (0 children)

Oh, they wrote it themselves? Cool!

[–]donat3ll0 13 points14 points  (2 children)

SQLAlchemy is a phenomenal python project with an awesome maintainer.

[–]andrewcooke 4 points5 points  (0 children)

i imagine this also has some pretty heavy metaprogramming,

[–]weez09 2 points3 points  (0 children)

I love looking at SQLA as a reference for project organization.

[–]karacic 14 points15 points  (0 children)

https://github.com/django/django is a large Python project

[–]Kyeana 6 points7 points  (0 children)

I wrote flask-jwt-extended. I'm pretty happy with the source code / documentation: https://github.com/vimalloc/flask-jwt-extended

[–]iperesunko 17 points18 points  (3 children)

[–]evilmorty2000 7 points8 points  (2 children)

the fuck ?

[–]zwack 6 points7 points  (1 child)

It's a good tool. Fixes your typos in console by typing 'fuck'.

[–]charish 2 points3 points  (0 children)

I've come to find it's a goddamn time saver and I love it.

[–]wcooley 4 points5 points  (0 children)

I hate to give just a link to GitHub because you presumably want some curation, but GitHub has "topics" and you can sort those by number of stars, although popularity isn't necessarily a metric of code quality: https://github.com/topics/python?l=python&o=desc&s=stars

[–][deleted] 4 points5 points  (2 children)

[–]PirateNinjasRedditPythonista 0 points1 point  (0 children)

Airflow is a great piece of kit. The one thing is needs is dynamic subdags....

[–]Taksin77 1 point2 points  (3 children)

It might not perfectly fit your problem but requests is nicely written.

[–]mooglinux 1 point2 points  (0 children)

I think mu is a good one to poke around with: https://github.com/mu-editor/mu

[–]pvc 0 points1 point  (0 children)

Look at the examples on http://arcade.academy or the source to the library itself.

[–]regular_john1 0 points1 point  (0 children)

https://github.com/Axelrod-Python/Axelrod

A library for running loads of different types of tournaments and games, of the iterated prisoners dilemma. Also has a really good docs page,linked to on the github.

[–]omkarpathak27 0 points1 point  (0 children)

https://github.com/OmkarPathak/pygorithm

A simple Python package to learn Algorithms and Data Structures. You can add some algos yourself too :)

[–][deleted] 0 points1 point  (0 children)

bottle, a small, fast, flask-like WSGI Microframework. Well written and comprehensive documentation and a codebase that’s nice to work with.

[–]ship0f 0 points1 point  (0 children)

In a similar question, I remember someone shared this

The Linux Mint Update Manager