In this article we review last week’s Use Dunder / Special Methods to Enrich a Class code challenge.
Topic Archive
Code Challenges
-
-
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 22 – Packt Free Ebook Web Scraper – Review
·
·
4 min readIn 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
·
·
2 min readHi 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!
-
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
·
·
4 min readIn 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
·
·
2 min readHi 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
·
·
1 min readIt’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!