If you are struggling while learning Python, I have 16 Tips for Python and Django beginners for you to speed up your learning and become good in less time.
Continue ReadingBeginner Python tutorial – 11 – Tuples
Tuples are just another data structures we can use to store multiple objects or values. Until now, we only used List. Let’s have a look into them!
Continue ReadingReview: Powerful Python
It is not false advertising: This book will make you powerful in Python. And like it even more.
Continue ReadingBeginner Python tutorial – 10 – Slicing
Slicing is one of my favourite features of Python. You can get the same functionality in every other language, but not as easy, cool and elegant as in Python
Continue ReadingFighting procrastination
We enjoy coding. Scratch that, we LOVE coding. But our life sometimes gets in the middle. Kids, your spouse, your work, a flat tire, some friend needing help, family… But the most common obstacle it is you. And today we are going to learn some tips to fight off procrastination.
Continue ReadingBeginner Python tutorial – 09 – Function Challenges
Our last lesson on functions covered from basic functions to functions with keyword arguments. Now, it is time to work your mind with a few challenges.
Continue ReadingBeginner Python tutorial – 08 – Functions
Today we are going to learn about Python functions. Functions are important, as we use them to break our program into small pieces of re-usable code, making our code more organized and tidier.
Continue ReadingI’m joining #100DaysOfCode again – Flutter time
After a successful first 100DaysOfCode, I’m up to a second time!
Continue Reading#100DaysOfCode learning Vue: My Five Ws
After learning about the #100DaysOfCode challenge, I thought it was a good way to learn Vue. Now, I want to share what did I learnt.
Continue ReadingHow Vue data flow works – A practical example
When I started using Vue I fell in love with it. But as I was learning, I was overwhelmed about the options of Vue data flow. Let’s learn more about them.
Continue Reading