Quantcast
Channel: Planet Python
Viewing all articles
Browse latest Browse all 22462

Talk Python to Me: #96 Exploring Awesome Python

$
0
0
Python is said to be a language that comes with "batteries included". That has many meanings depending on the level you're focusing on. At the lowest, it's a very rich and expressive language. Most commonly it means Python has a powerful and comprehensive standard library (itertools and elementtree anyone?). <br/> <br/> But more holistically, most of the batteries are external, interchangeable ones, from PyPI. Right now, http://pypi.io has 97,326 packages listed on it. That's fantastic. However, it does lead to a discoverability problem. What options do I have for admin backends on web apps, cryptography, raw socket programming, and so on? <br/> <br/> This week, Matt Makai is back with me (remember him from episode 26 last year?). We're talking about Awesome Python. A website and open source project attempting to categorize and somewhat rank these options. <br/> <br/> Links from the show: <br/> <div style="font-size: .85em;"> <br/> <b>Awesome Python</b>: <a href='https://awesome-python.com/' target='_blank'>awesome-python.com</a> <br/> <b>Full Stack Python</b>: <a href='https://www.fullstackpython.com/' target='_blank'>fullstackpython.com</a> <br/> <b>Matt Makai</b>: <a href='https://twitter.com/mattmakai' target='_blank'>@mattmakai</a> <br/> <br/> <strong>The 10 Choices</strong> <br/> <b>six</b>: <a href='https://pypi.org/project/six/' target='_blank'>pypi.org/project/six/</a> <br/> <b>bokeh</b>: <a href='https://github.com/bokeh/bokeh' target='_blank'>github.com/bokeh/bokeh</a> <br/> <b>mkdocs</b>: <a href='http://www.mkdocs.org/' target='_blank'>mkdocs.org</a> <br/> <b>python-Markdown</b>: <a href='https://github.com/waylan/Python-Markdown' target='_blank'>github.com/waylan/Python-Markdown</a> <br/> <b>wagtail</b>: <a href='https://wagtail.io/' target='_blank'>wagtail.io</a> <br/> <b>python-patterns</b>: <a href='https://github.com/faif/python-patterns' target='_blank'>github.com/faif/python-patterns</a> <br/> <b>authomatic</b>: <a href='https://peterhudec.github.io/authomatic/' target='_blank'>peterhudec.github.io/authomatic</a> <br/> <b>beaker</b>: <a href='https://github.com/bbangert/beaker' target='_blank'>github.com/bbangert/beaker</a> <br/> <b>passlib</b>: <a href='https://pythonhosted.org/passlib/' target='_blank'>pythonhosted.org/passlib</a> <br/> <b>pip-tools</b>: <a href='https://github.com/nvie/pip-tools' target='_blank'>github.com/nvie/pip-tools</a> <br/> </div>

Viewing all articles
Browse latest Browse all 22462

Trending Articles