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.
Articles on learning
How to Create Your Own Steam Game Release Notifier
By Julian Sequeira on 19 May 2017
In this post we demonstrate ways in which you can parse common data formats used in Python.
How to Parse Common Data Formats in Python
By PyBites Team on 16 May 2017
In this post we demonstrate ways in which you can parse common data formats used in Python.
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
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.
Code Challenge 18 – Get Recommendations
By PyBites Team on 8 May 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we’ll do another API exercise: you will parse your Twitter feed searching for book / movie / music / you-name-it recommendations. Can you create a simple ParrotRead? Enjoy
Code Challenge 17 – Never Miss a Good Podcast – Review
By PyBites Team on 7 May 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 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
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 17 – Never Miss a Good Podcast
By PyBites Team on 1 May 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we’ll let you import a Podcast feed, store it in SQLite, and email unplayed episodes at a regular interval. Inspiration here. Enjoy!