Re: i want to start programming but i'm new, where should i start?

2016-06-04 Thread AudioGames . net Forum — Developers room : Ishan Dhami via Audiogames-reflector


  


Re: i want to start programming but i'm new, where should i start?

Thanks for it.

URL: http://forum.audiogames.net/viewtopic.php?pid=263015#p263015





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: i want to start programming but i'm new, where should i start?

2016-06-04 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: i want to start programming but i'm new, where should i start?

I've only tested PythonWin with NVDA, outside of that I can't say whether or not it will work with Jaws. Does Jaws pick up the script you write it? What you may need to do is switch to the "interactive window" where it prints the output, it doesn't switch over by default it seems. After running your script, go under the window tab and press the number 1 or 2 keys to try toggling between windows and see if that works.

URL: http://forum.audiogames.net/viewtopic.php?pid=262941#p262941





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: i want to start programming but i'm new, where should i start?

2016-06-04 Thread AudioGames . net Forum — Developers room : Ishan Dhami via Audiogames-reflector


  


Re: i want to start programming but i'm new, where should i start?

Hi jross running CMD means that running from the keystroke windows r and then type CMD? at magurp after writing some chunks of code I run the script but JAWS doesn't speak however If I run it from command line it speaksWhat is the problem? ThanksIshan

URL: http://forum.audiogames.net/viewtopic.php?pid=262902#p262902





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: i want to start programming but i'm new, where should i start?

2016-06-03 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: i want to start programming but i'm new, where should i start?

@nibarThere are a number of ways to run a python script, both from a terminal and in PythonWin, either one works. But it may be a good exercise for you to practice doing both to become more familiar with them, so if the guide says "to it in a terminal" it may not be a bad idea, but its up to you.@Ishan DhamiPythonWin can allow you to run python scripts without having to use a terminal, simply open the script in PythonWin, then open the "File" tab, select "Run", and press Enter. The keyboard shortcut is Ctrl + R, then enter.

URL: http://forum.audiogames.net/viewtopic.php?pid=262821#p262821





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: i want to start programming but i'm new, where should i start?

2016-06-03 Thread AudioGames . net Forum — Developers room : chpross via Audiogames-reflector


  


Re: i want to start programming but i'm new, where should i start?

Hi!ok, step by step:1. go in the startmenu and type 'cmd' then press enter.2. then you enter there 'python'3. When you haven't errors, then it is all fine, if no do the following.4. run cmd as administrator and add to your path variable "c:\python\python.exe"5. important: this is an example path, you have to add the path to your python.exe6. to leave the interpreter press ctrl + z and enter...7. When you have any questions, let me know!!!

URL: http://forum.audiogames.net/viewtopic.php?pid=262781#p262781





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: i want to start programming but i'm new, where should i start?

2016-06-03 Thread AudioGames . net Forum — Developers room : nibar via Audiogames-reflector


  


Re: i want to start programming but i'm new, where should i start?

yo guys, ok i think i missed to install somethingi installed python and py win. but the book says that you must run it in a terminal? whitch?i wrote the first thing in the book and run it, it didn't gave me errors

URL: http://forum.audiogames.net/viewtopic.php?pid=262779#p262779





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: i want to start programming but i'm new, where should i start?

2016-06-03 Thread AudioGames . net Forum — Developers room : nibar via Audiogames-reflector


  


Re: i want to start programming but i'm new, where should i start?

hiso you want to code out writing it?hmm, it don't work so

URL: http://forum.audiogames.net/viewtopic.php?pid=262777#p262777





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: i want to start programming but i'm new, where should i start?

2016-06-03 Thread AudioGames . net Forum — Developers room : Ishan Dhami via Audiogames-reflector


  


Re: i want to start programming but i'm new, where should i start?

Hi magurp  is there anyway to avoid command line in python I mean opening from command line is really frustrating ThanksIshan

URL: http://forum.audiogames.net/viewtopic.php?pid=262752#p262752





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: i want to start programming but i'm new, where should i start?

2016-06-03 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: i want to start programming but i'm new, where should i start?

Notepad++ may be accessible but it isn't strictly necessary to install it, other than for personal preference. Its a scripting tool much like PyWin32, or the command line which I previously mentioned. You can skip ahead to the "Finding things on the internet" part of section 0, if you prefer.

URL: http://forum.audiogames.net/viewtopic.php?pid=262741#p262741





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: i want to start programming but i'm new, where should i start?

2016-06-03 Thread AudioGames . net Forum — Developers room : nibar via Audiogames-reflector


  


Re: i want to start programming but i'm new, where should i start?

hi thanks, i will read the book later.but should i install all things in the sektion 0 of the book? is note + accessible?

URL: http://forum.audiogames.net/viewtopic.php?pid=262738#p262738





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: i want to start programming but i'm new, where should i start?

2016-06-02 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector


  


Re: i want to start programming but i'm new, where should i start?

The first thing to do would be to choose a language, then learn the syntax and practice to become more familiar with it. This could involve things like BGT, C, Java, etc. I would recommend Python, as its well documented, easy to pick up, and versatile, though the opinions of others will certainly vary, heh.You can download Python here: Python 2.7.11You can then start reading the guide book Learn Python The Hard Way and complete the chapter questions for practice to become more familiar with the language.As i've mentioned in other threads, you may also want to try installing PyWin32 which comes with PythonWin, if your using windows. PythonWin may allow you to write and execute python scripts more easily and should be
  compatible with NVDA, or you could try writing and running your python scripts on a command line.

URL: http://forum.audiogames.net/viewtopic.php?pid=262701#p262701





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

i want to start programming but i'm new, where should i start?

2016-06-02 Thread AudioGames . net Forum — Developers room : nibar via Audiogames-reflector


  


i want to start programming but i'm new, where should i start?

yo guys. ok i'm really intrested in programming and teknikal things, in about 2 years i will start a programming school but i want to start programming before it. where should i start? i'm can't anything about coding or so but i really want to start.anyone want to chare their experience with me?

URL: http://forum.audiogames.net/viewtopic.php?pid=262670#p262670





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector