Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Articles on tutorial
How to Download an XML File with Python
By Julian Sequeira on 4 May 2017
In this post I detail how to download an xml file to your OS and why it’s not as simple as you’d think
Beginning Flask
By Julian Sequeira on 13 April 2017
In this post I cover the basics of Flask in language that anyone can understand.
Flask for Loops – Printing Dict Data
By Julian Sequeira on 6 April 2017
In this post I demo how to create an extremely simple Flask app that prints the contents of a Dict to a web page.
Everything is an Object, Python OOP primer
By Bob Belderbos on 24 January 2017
I created a notebook on OOP (object oriented programming) in Python.