Hi Pythonistas, it’s incredible to think how quickly bots have grown in popularity. They’re everywhere these days and will play an important role how we work and communicate in the near future! It’s about time we go our bot on as well!
Articles on Facebook
Code Challenge 19 – Post to Your Favorite API – Review
By PyBites Team on 22 May 2017
This week was pretty busy due to PyCon, but what an amazing conference! A lot to absorb which we will digest in the upcoming articles. First our regular schedule though: review of last week’s challenge: post to your favorite API.
Code Challenge 19 – Post to Your Favorite API
By PyBites Team on 15 May 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week part 2 of APIs: post to your favorite API. 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.