In this article we review this week’s code challenge #21 for which we got some nice PRs.
Code Challenge 21 – Electricity Cost Calculation App – Review
By PyBites Team on 5 June 2017
Twitter digest 2017 week 22
By PyBites Team on 4 June 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Flask Sessions
By Julian Sequeira on 2 June 2017
In this quick post I discuss Flask Sessions and provide a few use cases.
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!
Twitter digest 2017 week 21
By PyBites Team on 28 May 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
How to Write a Python Class
By Julian Sequeira on 25 May 2017
In this post I cover learning Python classes by walking through one of our 100 days of code submissions.
PyCon 2017 – Digest, Impressions, Reflection
By Bob Belderbos on 24 May 2017
PyCon 2017 was such a great conference, I made so many good connections, got to see many good things the community is working on. It was very inspiring. In this article a digest.
Code Challenge 20 – Object Oriented Programming Fun
By PyBites Team on 22 May 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we will let you experiment with Object Oriented Programming, an important skill and fundamental building block of (everthing-is-an-object) Python. Enjoy!