Python 101 Series

Search for a command to run...

No comments yet. Be the first to comment.
Python 101 series will teach you all basics you need to get into Python world. Python series have all basic covered so you can at least do a google search.
Past and Present of Python Guido van Rossum created Python 0.9.0 in 1991. Guido van Rossum began working on Python in the late 1980s, as a successor to the ABC programming language. Python was designed by keeping readability in mind. The construct of...
Unlock the Power of Python Comprehensions to Enhance Your Code's Clarity and Performance

Hello, friends! Today, I want to share why you should avoid sending mere "Hi!" or "Hey!" messages when trying to communicate with your colleagues or even friends. Having worked for three years, one immediate lesson I learned is that nobody has time t...

Python. You might be thinking I know what a list is, I have used it numerous times. But there is a difference between using a list and using a list efficiently. So, I will show you what I have learned as a Software Engineer. We can create a list basi...

As developers, we face many cases when we import data from one source and want to upload this data into another source. This was the same situation I was facing. I exported data from Notion and wanted to import it into the MongoDB Atlas. To insert da...

We have explored how to get current date, month, year and day of the week in the previous blog. In this blog post we will explore more of a datetime and its corresponding methods with some tutorial. Get the Current Week Number using Python There are ...

Python, world's one of the most popular general-purpose programming languages. According to the 2021 Developer Survey Python is the 4th most popular technology rated by Professional Developers. Python is easy to learn and use programming language, and I believe that is one of the reasons why YOU also wanted to learn Python.

You will learn about Python's history
You will understand basic concepts of programming
You will be able to write and understand code on your own
You will work on some small projects
You will get knowledge to know "what to google when you stuck"
Introduction
Variable & DataType
Conditional Statements
Data Structures
Loops & Iterations
Functions
Regular Expression & Files
Object-Oriented Programming
I know, I know! You are the audience. But I am specifically targeting the people who are just getting started or new to the programming world. It does not mean people who know programming won't get anything. There might be some concepts that you have not learned yet, or you want to refresh the concepts you have learned once. It is always a good idea to develop a strong core.
Nowadays, you will see everyone exaggerating the use of Python. People will say, python can be used here and here and here. But should you use Python everywhere?
The simple answer is NO. I agree, that Python is an amazing language, but every programming language has its use case. Python is broadly used for the following tasks:
Back-end development
System Scripting / Automation Scripting
Internet of Things
Data Science & Machine Learning
Small Part of Software / Game Development
Time to decide. Now, after reading all these if you think that Python can be useful to you then let's do it.

Make sure to share any thoughts, questions, or concerns. I would love to see them. Let me know if you need any help or want to discuss something. Reach out to me on Twitter, LinkedIn or signup for my Newsletter.
If you want me to explain any specific topic, reach out to me on any social media platform.