OOP Beyond the Basics: Using Properties for Encapsulation, Computation and Refactoring
·
·
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.
AI Best Practices Books Career Code Challenges Concepts Data Data Science Developer Devops Django FastAPI Flask Learning Meta Mindset Modern Python Modules News Packages Podcast Productivity Products Projects PyBites Modules Pycon Reviews Rust Soft Skills Special Testing Tips Tools Twitter Digest Uncategorized
·
·
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.
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!
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!
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
In this post I cover learning Python classes by walking through one of our 100 days of code submissions.
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.
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!
This week was pretty busy due to PyCon, but what an amazing conference! A lot to absorb which we will digest in the upcoming articles. First our regular schedule though: review of last week’s challenge: post to your favorite API.
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
In this post we demonstrate ways in which you can parse common data formats used in Python.