Re: a question about programming languages, python in particular

2016-12-12 Thread AudioGames . net Forum — Developers room : cartertemm via Audiogames-reflector
Re: a question about programming languages, python in particular I use the following:from sys import exit#mainloop#hwhen its time to quitexit() URL: http://forum.audiogames.net/viewtopic.php?pid=289397#p289397 ___ Audiogames-reflector

Re: a question about programming languages, python in particular

2016-12-02 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: a question about programming languages, python in particular Python handles alot of the memory allocation for you, and has a garbage collector to clean up resources automatically when they aren't used anymore. So, when you close your program Python will go about cleaning up al

Re: a question about programming languages, python in particular

2016-12-02 Thread AudioGames . net Forum — Developers room : severestormsteve1 via Audiogames-reflector
Re: a question about programming languages, python in particular so far as I know, it's good to shut down your libraries, for example Libaudioverse, which is the sound library I am using. But as far as exiting, what I tend to do is thisAt the beginning of the file with my exit functi