In this article I will take last week’s banner.py Pillow script and integrate it into a Flask app.
Articles on Flask-SQLAlchemy
Building a Simple Birthday App with Flask-SQLAlchemy
By Bob Belderbos on 11 May 2017
In this article I teach you how to get started with Flask-SQLAlchemy. I will set up a model, create the DB, retrieve birthdays from FB and import them into the DB. Lastly I will query the birthdays by date range.
The making of my Task Manager App for the PyBites Code Challenge
By Martin Uribe on 2 May 2017
As a relatively newcomer to the Python scene I’ve come to realize that the best way to learn is to actually participate in coding challenges. This has helped to push me out of my comfort zone.