Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we let you practice with decorators, a nice way to abstract away common functionality. It allows you to alter the behavior of a callable without modifying the callable itself. We agree with Dan Bader that ‘understanding decorators is a milestone for any serious Python programmer.’ Enjoy!
Articles on learning
Code Challenge 13 – Highest Rated Movie Directors – Review
By PyBites Team on 8 April 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.
Flask for Loops – Printing Dict Data
By Julian Sequeira on 6 April 2017
In this post I demo how to create an extremely simple Flask app that prints the contents of a Dict to a web page.
Code Challenge 13 – Highest Rated Movie Directors
By PyBites Team on 2 April 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! After last week’s (tictactoe game), we’d like to sharpen your data analysis skills this week by parsing a movie data set in search for highest rated directors. Enjoy and we review solutions end of this week.
Code Challenge 12 – Build a Tic-tac-toe Game – Review
By PyBites Team on 1 April 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.
Code Challenge 12 – Build a Tic-tac-toe Game
By PyBites Team on 26 March 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! After last week’s conceptual challenge (generators), we’d like to challenge you this week to build Tic-tac-toe. Every time we do games (previously Word Values and Hangman) we learn a lot. Enjoy and we review solutions end of this week.
Code Challenge 11 – Generators for Fun and Profit – Review
By PyBites Team on 25 March 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.
Code Challenge 11 – Generators for Fun and Profit
By PyBites Team on 20 March 2017
A new week, a new ‘bite’ of Python coding! After last week’s article on generators we will get you to practice a bit more with them in our new challenge. Good luck and have fun.
Code Challenge 10 – Build a Hangman Game – Review
By PyBites Team on 18 March 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.
Code Challenge 10 – Build a Hangman Game
By PyBites Team on 12 March 2017
A new week, a new ‘bite’ of Python coding! This week we will build a Hangman game. Good luck and have fun.