Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New to Python
#1
I'm new to Python, this Forum, and... coding in general.

What is the best version for python on a windows 10?
Do I need a syntax editor or any other resources to get started?
If anyone if could give advice about how to write the hello world code I would be much appreciative!

thanx -scarcefox8888

Big Grin Big Grin Big Grin
Reply
#2
install the latest python which currently is 3.6.4
https://www.python.org/

follow this guide with the install
https://python-forum.io/Thread-Basic-Par...er-Windows

Python on Windows comes with an IDE (called IDLE) to write code with a basic syntax highlighter. But most people find IDLE to be pretty crappy. But it can suffice for the beginning.

Then learn this on how to execute python scripts
https://python-forum.io/Thread-Basic-How...ython-code

and a simple python hello world would be
print('Hello World')
Recommended Tutorials:
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020