Tuesday, December 11, 2018

Mike Driscoll: Python 101: Episode #38 – The Python egg

In this screencast, we learn about the Python egg, which was one of Python’s old formats for distributing code. In modern Python, we now use a wheel.

You can also read the chapter this video is based on here or get the book on Leanpub


Previous Episodes



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...