Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Twitter digest 2017 week 25
By PyBites Team on 25 June 2017
PyBites Module of the Week – Pendulum
By Julian Sequeira on 24 June 2017
A brief overview of the Pendulum datetime module.
Code Challenge 24 – Use Dunder / Special Methods to Enrich a Class
By PyBites Team on 20 June 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! We wrote an article for Dan Bader’s Python blog: Enriching Your Python Classes With Dunder (Magic, Special) Methods. We hope you like it. To put dunders into practice we dedicate this week’s code challenge to it.
Code Challenge 23 – Challenge Estimated Time API – Review
By PyBites Team on 18 June 2017
In this article we review last week’s Challenge Estimated Time API. This was a cool challenge and we implemented it using Github’s awesome platform and API.
Twitter digest 2017 week 24
By PyBites Team on 18 June 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Parsing Twitter Geo Data and Mocking API Calls by Example
By Bob Belderbos on 17 June 2017
“Is this Bob or Julian?!” … yeah tweeting from our shared @pybites Twitter account can be confusing! So I made a little script to parse the location of our tweets. Then I extended it to make it testable. I wrote a decorator to cache a couple of API outputs to be used with the unittest.mock patch decorator I learned about. A simple script turned into a good learning exercise.
How to Write a Python Subclass
By Julian Sequeira on 17 June 2017
In this article I cover Python subclasses and inheritance using a relatable code example scenario.
Code Challenge 23 – Challenge Estimated Time API
By PyBites Team on 13 June 2017
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).
Code Challenge 22 – Packt Free Ebook Web Scraper – Review
By PyBites Team on 12 June 2017
In this article we review last week’s Packt free ebook code challenge. We really scratched our own itch building both a notification service and an ebook download manager.
Twitter digest 2017 week 23
By PyBites Team on 11 June 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.