Thursday, December 20, 2018

Mike Driscoll: Python 101: Episode #39 – Python wheels

In this screencast you will learn about Python wheels and how to make your own. A Python wheel is a packaging format that allows installing a package without the need for compiling or building.

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

Python 101Python 101



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...