Re: which python libraries do you suggest learning after knowing the basic

2018-02-10 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
Re: which python libraries do you suggest learning after knowing the basic @black and white, there is the documentation of libaudioverse on github. URL: http://forum.audiogames.net/viewtopic.php?pid=351640#p351640 ___ Audiogames-reflector

Re: which python libraries do you suggest learning after knowing the basic

2018-02-10 Thread AudioGames . net Forum — Developers room : black and white via Audiogames-reflector
Re: which python libraries do you suggest learning after knowing the basic @magurp244Another thing I'm wondering about is that where I could I find a good documentation (not API reference) for libaudioverse?And is it possible to use libaudioverse in another language which supports dll

Re: which python libraries do you suggest learning after knowing the basic

2018-02-07 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
Re: which python libraries do you suggest learning after knowing the basic does PYQT-5 make GUIS accessible more than WX's ones? is that a wrapper, or was been made in the python language? URL: http://forum.audiogames.net/viewtopic.php?pid=351344#p351344

Re: which python libraries do you suggest learning after knowing the basic

2018-02-07 Thread AudioGames . net Forum — Developers room : Ethin via Audiogames-reflector
Re: which python libraries do you suggest learning after knowing the basic Also, PyQT5/PySide can create accessible GUIs as well. QT is quite accessible. URL: http://forum.audiogames.net/viewtopic.php?pid=351303#p351303 ___ Audiogames

Re: which python libraries do you suggest learning after knowing the basic

2018-02-07 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: which python libraries do you suggest learning after knowing the basic Numpy's good if you ever need to do any heavy lifting with large data arrays, and pyglet/pygame are good general starting libraries because they both have input and audio bindings for UI. There's also Libaudioverse

Re: which python libraries do you suggest learning after knowing the basic

2018-02-07 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
Re: which python libraries do you suggest learning after knowing the basic Well I'm referring on miscellaneus tematics, I don't have a generic preference like web or GUI.For the html parser I was reading about sgml, but I don't know if that's was deprecated. URL: http

Re: which python libraries do you suggest learning after knowing the basic

2018-02-07 Thread AudioGames . net Forum — Developers room : cartertemm via Audiogames-reflector
Re: which python libraries do you suggest learning after knowing the basic this ultimately depends on what your aiming to create. Since you haven't really specified, requests (absolutely amazing HTTP library), pygame or pyglet, wxpython (allows for the creation of accessible GUI's

which python libraries do you suggest learning after knowing the basic

2018-02-07 Thread AudioGames . net Forum — Developers room : pauliyobo via Audiogames-reflector
which python libraries do you suggest learning after knowing the basic Hi all! The tittle should be self explanatory.Do you suggest, any library in particular that a python developer  should learn after learning python basics? URL: http://forum.audiogames.net/viewtopic.php?pid=351249