1.8 KiB
Python course
install pip3 or pip
Windows/Linux: Installation
MacOS: Install Homebrew, see howto. 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. Or read the steps 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)[https://virtualenv.pypa.io/en/latest/installation.html]
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 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