PyBites Module of the Week – ipaddress
·
·
While playing around with code for our post on generators we discovered the ipaddress module, part of the Standard Library. Such a handy little module!
Tag Archive
·
·
While playing around with code for our post on generators we discovered the ipaddress module, part of the Standard Library. Such a handy little module!
·
·
Learn what a Generator is and check out some different examples.
·
·
Learn to compare blocks of text with the difflib module.
·
·
The formatting of strings has been a hot topic in Python and something that I struggled with at the beginning. It’s quite interesting to see how it’s evolved over time to be what it is today!
·
·
Review of Michael Kennedy’s Brilliant Pythonic Code Course
·
·
Learn how to order the output of a Python Dict
·
·
Shelve basics and a question on how best to manage importing the DB.
·
·
A list of useful Python resources to boost up your skills.
·
·
Discover some of the numerous Python Help functions.
·
·
Learn how to send richer emails with Python and the MIME Submodules