A list of 6+1 Django tutorials for beginners to improve your Django skills. From basic Django projects to ecommerces with payment or a Django Chat app.
Continue ReadingCreating a Python virtual environment
Many people use Anaconda to write Python code. But it is cumbersome for small scripts and hard to manage. Let’s learn how to create a Python environment.
Continue ReadingHow to pick your first programming language
When I started programming, I was impressed by the number of programming languages.
If you are in the same spot I was, I wrote a guide to help you.
Continue ReadingHow is IoT affecting the future of web development?
Regardless of tools, web development innovation occupies a high priority in your everyday work. Developers look forward to significant transformations as IoT continually advances. It has made the UI and web correspondence smarter than ever before.
Continue Reading#100DaysOfCode, 5th round | Doing two challenges at the same time
I’m doing my 5th #100DaysOfCode, this time, learning Node.JS.
Why it is so special? Because I’m learning Flutter at the same time. I’ll be spending 6 hours a day doing both challenges. Yep.
Continue Reading#100DaysOfCode, 4th round | How I’m learning faster than before
As I have learnt from my mistakes, I’m using a new approach, learning faster and better than before on my #100DaysOfCode challenge. Want to know how?
Continue ReadingBeing a team player (and how it benefits you)
Being a team player and helping people is something you should do no matter what. But…did you know that helping each other, you also grow as a programmer?
Continue ReadingReview: Django for Professionals
There is a lot of books for learning Django for beginners, but what about for those that want to level up?
Thanks to William Vincent and its “Django for Professionals”, we can.
Continue ReadingPython Scrapy tutorial for beginners – 05 – How to use Scrapy Items
The goal of scraping is to extract data from websites. Without Scrapy Items, we return unstructured data in the form of Python dictionaries.
Luckily, Scrapy provides us with the Item class: A class we can inherit to make our data more structured and stronger, yielding a Python object.
Continue ReadingHow to escape from Tutorial Hell and never come back
Almost all of us spent our fair share of time inside the Tutorial Hell, doing tutorial after tutorial having a false sense of security and progress, only to be shattered when we faced with real life.
Let’s talk about it!
Continue Reading