Re: some programming help

2017-02-17 Thread AudioGames . net Forum — Developers room : daigonite via Audiogames-reflector
Re: some programming help Writing python itself can be done in any text editor; look into command based compilers/interpreters for actually executing your code. URL: http://forum.audiogames.net/viewtopic.php?pid=297950#p297950

Re: some programming help

2017-02-17 Thread AudioGames . net Forum — Developers room : Turkce_Rap via Audiogames-reflector
Re: some programming help what about notepad plus plus? i guess it could be used for bigger projects too? URL: http://forum.audiogames.net/viewtopic.php?pid=297948#p297948 ___ Audiogames-reflector mailing list Audiogames-reflector

Re: some programming help

2017-02-16 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: some programming help As Zersiax mentioned you can use the command line to run scripts, assuming your paths are setup properly you just write:python yourscript.pyAnother possible alternative would be Pythonwin, which seems to be more screen reader friendly and is appart of [pywin32

Re: some programming help

2017-02-16 Thread AudioGames . net Forum — Developers room : Zersiax via Audiogames-reflector
Re: some programming help That program is simply the default editor that comes with a lot of Python distributions, but it is by no means required. If you are just starting out, you could write simple programs in something like notepad and save them with a .py extension instead of .txt

some programming help

2017-02-16 Thread AudioGames . net Forum — Developers room : zub0 via Audiogames-reflector
some programming help so i have been itching to do some programming but sort of discouraged when i found out that python idle is not accessible. I how ever have heard that python is a good beginner programming language. So my question is, for using python, is the idle required, if not