How to write less code in pygame with a practical example 13/09/202113/09/2021pythonprogramming Enjoy this free game and see how you can make the code simplier. The final code after restyiling it https://github.com/formazione/labyrinth [...]
Python is the top programming language of 2021 11/09/202116/09/2021pythonprogramming https://spectrum.ieee.org/top-programming-languages-2021 Ok, Python is going to dominate the world of programming. [...]
How to get the text from an audio file with Python 10/09/202110/09/2021pythonprogramming I get some examples from here https://github.com/1learnfromdata/keyword_extraction_from_audio First install librosa pip install librosa Then install torch Torch is quite big and finally transformers [...]
How to make An app to create audio from text… using gtts 06/09/202112/09/2021pythonprogramming With this app you write a word, press space and the computer say it. It’s as simple as it is. I uses the [...]
How to record the screen with ffmpeg and python 06/09/202106/09/2021pythonprogramming This is what I use to record the screen. It’s free, fast, lightweight. You got to adapt it to your pc’s devices. Maybe [...]
How to change enviromental variables path in Windows 10 06/09/202106/09/2021pythonprogramming To start scripts or other things with a command in cmd you can find thi useful. You need to add the path to [...]
How to create a table in a database with sqlite3 and Python 06/09/202106/09/2021pythonprogramming In the following video we will get how to create databases with sqlite3 and python. The code that will result will be the [...]
How to use sqlite to manage databases with Python – Part 1 05/09/202107/09/2021pythonprogramming Ho to use sqlite [...]
All the colors in a dictionary of python 03/09/202116/09/2021pythonprogramming In case you need a color, you can use this dictionary: I you prefer to have them into a costant variable, use this [...]