This is a series of Python learning blog from parottosalna community by kaniyam foundation
This blog is based on this video "Print() Python (Q/A) | ParottaSalna - Part 2](https://youtu.be/OWjW7GBMND4?list=PLiutOxBS1Mizte0ehfMrRKHSIQcCImwHL)"
To watch the full series check this youtube playlist
Contents:
- Websites to learn programming for beginners
- Python installation in windows
Websites to learn programming for beginners
To use python in windows
- Install the python .exe file and select the option "Add python to environment variables"
- Create python file in text editor and save it in a folder
- Go to the file location in the windows explorer and in the location path enter cmd to open the file path in terminal
- In terminal to execute the python program enter
python <file name>
- To check the available file in the folder enter
dir