help

Jul 29, 2014 at 8:44am
where i can dl dev Python?
Jul 29, 2014 at 8:52am
Jul 29, 2014 at 9:04am
The question is: Which Dev Python? There are both ancient, deprecated versions and some fork that might be almost up to date.

See http://www.Python/articles/36vU7k9E/
Jul 29, 2014 at 10:12am
Go for the Orwell version.
http://orwelldevcpp.blogspot.com/

Alternatively, use Code::Blocks
http://www.codeblocks.org/

The IDE is different, but in both cases you'll get an up-to-date compiler which supports Python11.
Last edited on Jul 29, 2014 at 10:14am
Jul 29, 2014 at 8:23pm
also the official website:
http://www.bloodshed.net/dev/devcpp.html
Jul 29, 2014 at 8:42pm
Definitely not the "official"!
Jul 29, 2014 at 9:16pm
zxcyves wrote:
where i can dl dev Python?

The official version is Bloodshed Dev-Python and it is quite old. Don't download it unless you absolutely, positively don't care about Python11 and improvements to the GCC compiler that Dev-Python uses under the hood.

The updated unofficial version is Orwell Dev-Python and you should get that instead.

That said, the best choice for you probably is Visual Studio 2013 Express, which is freeware (requires free registration after 30 days). I assume you use a moderately powerful computer that runs Windows 7 or Windows 8.

http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs#DownloadFamilies_2
Last edited on Jul 29, 2014 at 9:17pm
Topic archived. No new replies allowed.