01 Getting Started

1. Getting Started:

Lets start with hello world type printing at first. Please dont be upset by such a simple printing at first. this is just the beginning.

So, you can print either directly from Python shell, or typing in notepad and then you can run. However, if you want to use notepad, you have to configure properly.

lets create a test.py file and open in notepad and type the following code.













If you run, in python shell you will see an output like this,