In this article we review last week’s Use Dunder / Special Methods to Enrich a Class code challenge.
Articles on Code Challenges
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.
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.
Code Challenge 22 – Packt Free Ebook Web Scraper
By PyBites Team on 5 June 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we will do some web scraping of Packt’s daily free ebook, sending out daily notifications. This week we even have a unique opportunity to sponsor the Python Community, read on … and happy coding!
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.
OOP Beyond the Basics: Using Properties for Encapsulation, Computation and Refactoring
By Bob Belderbos on 31 May 2017
In this article I share my learning of the property decorator coding a simple Account class. I think it’s an unmissable tool in your (Python) OOP toolkit.
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!
Code Challenge 20 – Object Oriented Programming Fun – Review
By PyBites Team on 29 May 2017
It’s review time again. Wow: challenge #20 already! We can’t believe we have worked through so many already. We also keep receiving amazing PRs, awesome!