Files
art_num_2024/python
2025-04-22 20:40:00 +02:00
..
2024-11-29 14:40:07 +01:00
2025-04-22 20:40:00 +02:00
2024-11-29 14:45:11 +01:00
2024-11-29 14:45:11 +01:00

Python course

install pip3 or pip

Windows/Linux: Installation
MacOS: Install Homebrew.
After installation you may need to add homebrew to your PATH. Exectute the code, line by line, from the messages at the end of the homebrew installation in your terminal. You may also read how to do it here.
Verify brew is installed with brew --version. If not errors, then install pip with brew install pip.

Depending on your system, you may have pip or pip3. Execute pip --version or pip3 --version and see which one works for you.

virtualenv

Windows/Linux: Installation
MacOS: Execute brew install virtualenv
How to use it for all systems -> User Guide

videogrep

tutorial: https://lav.io/notes/videogrep-tutorial/
code: https://github.com/antiboredom/videogrep/tree/master
videos: https://antiboredom.github.io/videogrep/

python tutorials here

python basics
python scraping

python tutorials online

RealPython => need to create free account
Work with python from the terminal or with a code editor
Variables
User input from terminal/keyboard
if/ elif/ else
Adding strings together
Data types

artisitc references

presentation - slides