I went to http://wiki.python.o...n/PythonEditors, to find an editor and the list was enormous..........
1. How do you chose?
2. Reccomendations?
PS- Im using windows 7.
Edited by greenthingsjump, 08 October 2012 - 02:56 PM.
Posted 08 October 2012 - 02:55 PM
Edited by greenthingsjump, 08 October 2012 - 02:56 PM.
Posted 08 October 2012 - 03:49 PM
Posted 08 October 2012 - 04:24 PM
Posted 08 October 2012 - 04:50 PM
Edited by jbadams, 08 October 2012 - 04:54 PM.
Added link.
- Jason Astle-Adams.
From my blog: 20 ways to advertise your game | What next? Intermediate to advanced C++
How to make games WITHOUT programming | 4 reasons you aren't a successful indie developer
Posted 09 October 2012 - 12:19 PM
Posted 09 October 2012 - 12:45 PM
Posted 10 October 2012 - 04:36 AM
Posted 10 October 2012 - 04:51 AM
Not at all! User friendliness should always be one of the most important criteria when choosing software -- unless you need some functionality that's only available in a more complex package, or unless your preferred software is in some way defective you should always opt for the software you find most comfortable to work with.Before you start picking me apart on the “user friendly”
- Jason Astle-Adams.
From my blog: 20 ways to advertise your game | What next? Intermediate to advanced C++
How to make games WITHOUT programming | 4 reasons you aren't a successful indie developer
Posted 10 October 2012 - 05:22 AM
Posted 10 October 2012 - 11:22 AM
Posted 10 October 2012 - 12:09 PM
Is there any editor or editor plugin somewhere that makes the syntax highlighting in python behave as Visual Assist X(VAX) in VS with C# and C++? I mean I would like to see function calls being highlight in the function color as well as the definition, this will make my life far easier as I find it hard to code fast without VAX in C++ as well.
Posted 10 October 2012 - 04:05 PM
I can't find the option for it in Pycharm sadly
Is there any editor or editor plugin somewhere that makes the syntax highlighting in python behave as Visual Assist X(VAX) in VS with C# and C++? I mean I would like to see function calls being highlight in the function color as well as the definition, this will make my life far easier as I find it hard to code fast without VAX in C++ as well.
I believe pycharm does it, however it is a thirty day trial with an upgrade fee. Twenty-nine for students, ninety-nine for individuals.
Posted 10 October 2012 - 05:49 PM
Edited by jwezorek, 10 October 2012 - 05:54 PM.
Posted 11 October 2012 - 12:55 PM
SharpDevelop will do this on ironPython projects. ironPython is near enough source code identical with python 2.7. If you create a new console application the .py file will run in the regular python interpreter. 3rd party modules like pygame are thrown out the window though (ie you can't use them and the import statement will produce an error). Bonus though is that you can use .net libraries including XNA etc.Is there any editor or editor plugin somewhere that makes the syntax highlighting in python behave as Visual Assist X(VAX) in VS with C# and C++? I mean I would like to see function calls being highlight in the function color as well as the definition, this will make my life far easier as I find it hard to code fast without VAX in C++ as well.
Posted 11 October 2012 - 11:08 PM
Posted 12 October 2012 - 03:06 AM
Whilst it does what I want, I can't change the colors though to the ones I would like for my keywords, functions and so on. And the online documentation on where to find the syntax highlighting files isn't great on this either sadly enough.SharpDevelop will do this on ironPython projects. ironPython is near enough source code identical with python 2.7. If you create a new console application the .py file will run in the regular python interpreter. 3rd party modules like pygame are thrown out the window though (ie you can't use them and the import statement will produce an error). Bonus though is that you can use .net libraries including XNA etc.
Is there any editor or editor plugin somewhere that makes the syntax highlighting in python behave as Visual Assist X(VAX) in VS with C# and C++? I mean I would like to see function calls being highlight in the function color as well as the definition, this will make my life far easier as I find it hard to code fast without VAX in C++ as well.