To understand a programming language deeply, you need to practice what you've learned. If you've completed learning the syntax of Python programming language, it is the right time to do some practice...
Category: Python
What can you do with Python? Well, with Python, you can do endless things. It is a multi-purpose programming language, and that means that almost anything can be done. Python has libraries for...
Many superfans of Python wonder whether Python is good for mobile app development or not, just like I did back in the day. Once we learn and become interested in one programming language, we need to...
For those who are not familiar with SQLite, it is a self-contained Relational DBMS (Database Management System). Unlike other databases such as MySQL or MS SQL, SQLite has a server-less architecture....
Let's have some fun today because we're going to automate the process of logging into your Facebook account. Yes, you can automate a whole lot of things with a few lines of Python code. And it isn't...
If you're a computer nerd, you might have played a lot with the command line (or the command prompt). I have done it a lot since I was a computer science student, and we had subjects like operating...