All posts by rzrokon
Start with Django! – Build Faster Web Apps
If you go to the Django website, you will find that it was invented to build web applications faster. We all know that Django can do amazing stuff when you consider making a web app. But, the original idea was to create these apps lightning fast. And, nothing else! Django was invented to meet fast-moving […]
5 Python Exercises To Strengthen & Practice Skills
I received a number of messages whereby the readers asked me to post Python exercises. I wanted to post exercises that should really help one understand how Python works. After thinking about it for some time, I have come up with 5 questions which should test your Python knowledge. Please have a go and post […]
Everything You Need To Know About Python
This article aims to outline all of the key points of the Python programming language. My target is to keep the information short, relevant, and focus on the most important topics which are absolutely required to be understood. After reading this blog, you will be able to use any Python library or implement your own Python packages. […]