All of the example code for the Python Module of the Week series is available for download. You can download it directly, or use easy_install to grab it from PyPI.
Most of the posts so far either include the code in the text of the post, link to an external file, or both. The package includes all of the source so far, and as I create examples for future posts I will update the package to include the new examples.
It should be simple to upgrade via easy_install, but if you would rather you can also download the new package manually each time. The latest package will always be referenced at http://www.doughellmann.com/projects/PyMOTW/.
2 comments:
I reading PyMOTW since first post.
It have some extra code?
I'll waiting for next PyMOTW
Most of the posts so far either include the code in the text of the post, link to an external file, or both. The package includes all of the source so far, and as I create examples for future posts I will update the package to include the new examples.
It should be simple to upgrade via easy_install, but if you would rather you can also download the new package manually each time. The latest package will always be referenced at http://www.doughellmann.com/projects/PyMOTW/.
Post a Comment