Shipping Python software to users [audio]

Talk Python To Me is a podcast for developers who are passionate about Python. Learn about the language and related technologies. Read more

Similar

The fate of reduce() in Python 3000

About 12 years ago, Python aquired lambda, reduce(), filter() and map(), courtesy of (I believe) a Lisp hacker who missed them and submitted working patches. But, despite of the PR value, I think these features should be cut from Python 3000. ... (more…)

Read more »

Fontpreview on Awesome-Python

fontpreview: What is this Python project? This is a library that allows you to create preview images from one or more selected fonts. What's the difference between this Python project and simil... (more…)

Read more »

Explaining Packaging in Python

If you’ve done much Python development you’re probably familiar with importing dependencies using pip, or even easy_install, if you’ve been at this for awhile. Whether you were aware of it or not… (more…)

Read more »