직무 교육( OJT, On the job Training )을 위해서 클론 하였습니다.
-
windows 10
-
Python 3.12.0
-
pip 23.2.1
-
venv
-
VS Code
-
...
$ python -m venv .venv-local $ .venv-local/Scripts/Activate.ps1 $ (.venv-local) python --version $ (.venv-local) pip --version $ (.venv-local) pip install -r requirements.txt
- Python
- pip
- venv
- jypyter notebook
- ...
- Install v11.32 with MSI Package
- Edit the system environment variables
- register system variable "MARIADB_HOME"
- register "MARIADB_HOME\bin" variable "PATH"
$ mysql --version
$ python --version
$ git --version
=================
This repository contains the programs featured in the second edition of the book Introducing Python.