Author Topic: Starting Python scripting - Setting up a Python environment  (Read 27407 times)

0 Members and 2 Guests are viewing this topic.

Offline applebucked

  • /dev/null
  • *
  • Posts: 15
  • Cookies: -1
    • View Profile
Re: Starting Python scripting - Setting up a Python environment
« Reply #30 on: October 26, 2015, 08:13:20 pm »
For Mac OS, there is a python shell already built in within the operating system. But you can install the version on the website as well because I think the one that's bundled is already quite old.

If you want to work in a Unix-like environment in Windows, which is what I do personally, I recomment Cygwin64 and installing a Python package.
« Last Edit: October 26, 2015, 08:30:30 pm by applebucked »