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!
Articles on code
Generators are Awesome, Learning by Example
By Julian Sequeira on 17 March 2017
Learn what a Generator is and check out some different examples.
How to Order Dict Output in Python
By Julian Sequeira on 16 February 2017
Learn how to order the output of a Python Dict
Shelve It!
By Julian Sequeira on 13 February 2017
Shelve basics and a question on how best to manage importing the DB.
Discover Python Help Options
By Julian Sequeira on 2 February 2017
Discover some of the numerous Python Help functions.
Send Advanced Emails with Python MIME Submodules
By Julian Sequeira on 1 February 2017
Learn how to send richer emails with Python and the MIME Submodules
Send Emails with Python smtplib
By Julian Sequeira on 26 January 2017
Learn how to send emails using Python
Create a Simple Web Scraper with BeautifulSoup4
By Julian Sequeira on 11 January 2017
Learn to create a simple web scraper in Python using BeautifulSoup4
Copy and Paste with Pyperclip
By Julian Sequeira on 6 January 2017
Use the Pyperclip module to copy and paste with the clipboard!
Code Challenge Pilot – calculate total time JS course
By Julian Sequeira on 4 January 2017
Coding Challenge to create a web scraper that calculates the total time of a Javascript Course.