Some test in Python.
A few tests in Python to familiarize yourself with this powerful language, it is a source of small scripts that you can always improve and subsequently passed to other areas to help with this language.
Some sources shared in text form generally come from the Wikipedia.org website otherwise I will put the link to the source(s).
In the file "main.py" there are many tests :
- Sample Password Verification;
- Cinema ticket;
- Create a list that will store nicknames for an online game;
- Retrieve the last item in the list;
- Injector a value into a list;
- Change of value in a list;
- Example of average calculation;
- The fair price game;
- and some tests;
And then there are some tests :
- Download Youtube videos in Python;
- Calculate a hash of a file;
- Extract Text From Pdf with Python;
- Language Detection using Python;
- Voice Recorder in Python;
- Cryptage;
- Décryptage; And some links for the projects :
- Install pyautogui => py -m pip install pyautogui