In this post I discuss (with examples) why it’s important to learn Python by actually coding. It’s not enough to just read!
Articles on APIs
Code Challenge 16 – Query Your Favorite API
By PyBites Team on 23 April 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we’ll let you play with Web APIs. They are fun to fiddle with and great for learning and building cool things. Enjoy!
Twitter digest 2017 week 11
By PyBites Team on 19 March 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
PyBites Module of the Week – Requests-cache for Repeated API Calls
By Bob Belderbos on 14 March 2017
Today a quick article on a nice caching module when working with APIs: Requests-cache.
Simple API Part 2 – Building a Deep Work Logger with Flask, Slack and Google Docs
By Bob Belderbos on 10 March 2017
After Simple API – part 1 a more practical app in this part 2 tutorial: a Deep Work logger integrating Google docs and Slack, including deployment of the app to Heroku.
Code Challenge 08 – House Inventory Tracker – Review
By PyBites Team on 5 March 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.
How To Build a Simple API with Flask and Unit Test it
By Bob Belderbos on 3 March 2017
In this post I will create a simple API with Flask and test it with curl and unit testing its HTTP methods.
Code Challenge 08 – House Inventory Tracker
By PyBites Team on 26 February 2017
A new week, more coding! In this challenge you will create an app to keep track of a house inventory.
Twitter digest 2017 week 02
By PyBites Team on 13 January 2017
On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.