My Python Network Programming Notes

From Got Opinion Wiki
Revision as of 18:12, 27 March 2019 by Paul (talk | contribs) (added timeit)
Jump to navigation Jump to search

Resources

Python timeit module, use it to measure execution time of small code snippets

Books

Foundations of Python Network Programming 3rd ed. Edition by Brandon Rhodes and associated scripts and examples on github

To Python programming