Hello Everyone, I am a python beginner, how do i start programming with this programming language
You install it if you’re on Windows, otherwise you probably already have it installed.
Then you go to your console/terminal of choice, type python
or python3
and then print("Hello World")
.
Another option is to write a python file named whatever you want with a .py extension, then run it with the console as python myfile.py
and see the result.
If you mean learn it, then I recommend this free ebook:
https://greenteapress.com/wp/think-python
And Maybe:
https://learnpythonthehardway.org/book/
Also:
Thank you very much sir