Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New to Python
#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


Messages In This Thread
New to Python - by scarcefox8888 - Feb-02-2018, 01:30 AM
RE: New to Python - by metulburr - Feb-02-2018, 02:43 AM

Forum Jump:

User Panel Messages

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