Hello World Program With Python

Programming language learning starts with Hello World! program. You are all lucky you have been entered into an amazing journey of Python programming.

For code management create a folder python course in any drive. Then go to Start menu and click an anaconda PowerShell, the command prompt would be open. 


Hello World! With Python

Now go your folder python course write cd and full path of folder.

i.e

cd "python_course"

Then write command

Jupyter notebook

Hello World! With Python

In browser you will see jupyter notebook which is  open-source web-based software for interacting python programming. Now Go to New button and click on Python to create Jupyter notebook file, wirte code and click on Run button.



print("Hello World! Python")
Hello World! With Python



Hello World! With Python
Github:
https://github.com/asadraza825/python
Tags: Python, Python Programming, Hello World! Python 
Next Post Previous Post
No Comment
Add Comment
comment url