Python?

Post » Sat Oct 18, 2014 11:24 pm

My MO has been saying it needs something called Python for a while now. Why? What is it? And how the **** do I install it and where once I do get it? I went to the link provided by MO but there wasn't any instructions on where to install it, what version I need or anything!

User avatar
Kitana Lucas
 
Posts: 3421
Joined: Sat Aug 12, 2006 1:24 pm

Post » Sun Oct 19, 2014 7:03 am

Python is a programming language. What is MO?

User avatar
Jeff Tingler
 
Posts: 3609
Joined: Sat Oct 13, 2007 7:55 pm

Post » Sat Oct 18, 2014 5:47 pm

https://www.python.org/downloads/release/python-342/ or https://www.python.org/downloads/release/python-278/. There is some incompatibility between the two so check which is the one you need. Then choose the Windows x86-64 (I assume you have 64-bit windows, if not use Windows x86 withouth the -64) .msi installer. Download and run the .msi file and it'll install the official Python executable on your computer.

The Python executable is available to any programs on your system (the installer should see to that) that want to run code written in the Python programming language so install it wherever you like.

User avatar
Robert Jr
 
Posts: 3447
Joined: Fri Nov 23, 2007 7:49 pm

Post » Sun Oct 19, 2014 2:41 am

http://learnpythonthehardway.org/book/

That's a great place to learn basic python.

I learned quickly though that I couldn't do things with python by itself. Having to need C++ to run along side it, so I gave it up.

User avatar
Cat Haines
 
Posts: 3385
Joined: Fri Oct 27, 2006 9:27 am

Post » Sat Oct 18, 2014 10:53 pm

Mod Organizer

User avatar
WTW
 
Posts: 3313
Joined: Wed May 30, 2007 7:48 pm


Return to V - Skyrim