Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we will give you the opportunity to enhance our challenge platform by creating a simple API to track how much time our challenges take (and possibly other metadata).
Articles on Flask
Code Challenge 21 – Electricity Cost Calculation App – Review
By PyBites Team on 5 June 2017
In this article we review this week’s code challenge #21 for which we got some nice PRs.
Flask Sessions
By Julian Sequeira on 2 June 2017
In this quick post I discuss Flask Sessions and provide a few use cases.
Code Challenge 21 – Electricity Cost Calculation App
By PyBites Team on 29 May 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we will get you to create a simple app to calculate the monetary cost of using an electrical device. Enjoy!
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.
Learning Python by Building a Wisdom Quotes App
By Dante Septem on 9 May 2017
In this guest post Dante tells us about his Wisdom of the Ages app he built for PyBites code challenge 16 (reviewed here). The best way to learn Python is to build something and we are proud of our community achieving just that.
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.
Code Challenge 16 – Query Your Favorite API – Review
By PyBites Team on 30 April 2017
It’s end of the week again so we review the code challenge of this week. It’s never late to sign up, just fork our challenges repo and start coding.
Learn Python by Coding for Yourself
By Julian Sequeira on 27 April 2017
In this post I discuss (with examples) why it’s important to learn Python by actually coding. It’s not enough to just read!
Code Challenge 15 – Create a Simple Flask App – Review
By PyBites Team on 22 April 2017
It’s end of the week again so we review the code challenge of this week. It’s never late to sign up, just fork our challenges repo and start coding.