My Python Network Programming Notes

From GotOpinion
Revision as of 20:13, 27 March 2019 by Paul (talk | contribs) (added random)
Jump to navigation Jump to search

Resources

Python random module implements pseudo-random number generators for various distributions.

Python timeit module used 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