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 mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/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 libraries?

URL: http://forum.audiogames.net/viewtopic.php?pid=351635#p351635





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

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





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

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-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

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 and PyAL for OpenAL for handling audio exclusively, along with a few other alternatives for TTS like Tolk and Pyttsx. If you feel like drifting more into scientiic computing you could look into SciPy or scikit, theres also a few libraries floating around for machine learning, gene sequencing, etc.

URL: http://forum.audiogames.net/viewtopic.php?pid=351300#p351300





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

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://forum.audiogames.net/viewtopic.php?pid=351298#p351298





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

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), pyinstaller (packages code into executables), jango/flask (if your working with the web), Beautiful Soup (considerably easy to use HTML parser), something for code analysis of PEP8 if you plan to use open source, flake8 is nice, pylint is extremely loud IMO, accessible_output2 (for interfacing with TTS) and last but not least a good audio library (I prefer sound_lib, which is a wrapper of base). I'm probably forgetting some, but this has been the result of a quick trip into site-packages.

URL: http://forum.audiogames.net/viewtopic.php?pid=351258#p351258





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

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#p351249





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