Important basic topics of Python Language–Learning and coding made easier!!!

Be strong on the basic topics of programming language and you will find it easier to understand or write the code/program

Welcome to Weblogstories to learn the important basic topics of Python Programming Language.

Python is a simple language with a relatively straightforward syntax. Anyone can easily understand the Python code, it is like reading a paragraph. Also, it encourages programmers to avoid using prepared code.

As always, when we are starting to learn any programming language, we start with the basics. If our basics are strong then we will find it easier to understand or write any code/program.

Below are the chapters, we will be covering as part of the basics of Python Programming Language. Good luck on your Python journey!

Before we start learning the basics of Python Language, Please make sure you have installed Python interpreter and any Python IDE on your laptop.

I have created blogs on how to install Python and Pycharm IDE on Windows OS. If you have these installed on your laptop, you can run the code real time while going through the blog and it will help you in understanding the Python language easier.

For your reference, Please visit the below links to install and configure/install Python and Pycharm IDE on Windows OS.

How to Install Python 3 and Pycharm IDE on Windows

How to configure Pycharm IDE and “Run” your first Python 3 program

For your reference, to download Pycharm IDE, visit below link:

https://www.jetbrains.com/pycharm/download/?section=windows

To make Python learning even more faster and easier for you, I thought why not compile and run/execute your code/program on this page itself instead of navigating to Pycharm IDE application on your laptop.

I have integrated Python IDE on this page and it will be available on all tutorials page so that you don’t have to navigate to another window and run/execute the code.

You can run/execute the code on this IDE itself while learning the basics of Python Programming language. Pretty useful for learning and coding on same page, isn’t?

Check the Python IDE below:

DataCamp Light | Standalone example
print("Welcome All to WeBlogStories!!!")

In the left hand side screen, you can write your code/program and once, it is completed, click on the Run button to run/execute the code.

On the right hand side screen, you will see the output of your code if the code is properly written. If there is some issue with the code, it will thrown up an error.

For example, I just wrote simple print statement “Welcome All to WeBlogStories!!!“. Once, this code is executed, it will print the statement “Welcome All to WeBlogStories!!!” on the right hand side screen.

Please take this as an example and print your own statement in the above IDE window. Replace Welcome All to WeBlogStories!!! with your statement and execute the code by clicking on the Run button. Go on, give it a try and execute the code!!!

We will learn about this Print Function in the upcoming tutorial. Till then, if you have any questions or comments, please let us know in the comments section below.

Leave a Reply