Newsletter email - powered by MailChimp
Python Tutorial by Sean Raven
- Overview of python syntatx and structures
- Learn X in Y minutes website
- Python website
- Difference between Python 2.7 and 3
- Python 2.7: print ‘hello’
- Python >= 3: print(‘hello’)
- Python files ends in .py
- Example: hello.py
- import this : Python Philosophy
- Python Modules
- Python Virtual Environment
- Python -m venv myenv
- myenv\Script\activate.bat
- python
- deactive (when done)