Hi Pythonistas, a new week, a new ‘bite’ of Python coding! We are delighted to have Michael Herman (Real Python) deliver this week’s challenge. Prepare to learn some useful new skills and above all have fun!
Articles on guest
From Challenge to Project – How I Made PyTrack, Learning Modules and Packaging
By Martin Uribe on 7 July 2017
This is a guest post by Martin, a passionate Pythonista who turns our code challenges into cool projects. In this article he describes his process of building pyTrack, a simple task time tracker. Not only did he learn various Python modules – PeeWee, Maya and Click – he also stunned us delivering a project with great documentation and properly packaged code.
Code Challenge 24 – Use Dunder / Special Methods to Enrich a Class – Review
By PyBites Team on 26 June 2017
In this article we review last week’s Use Dunder / Special Methods to Enrich a Class code challenge.
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.
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.
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.