Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 1.65 KB

README.md

File metadata and controls

77 lines (55 loc) · 1.65 KB

책 부록 소스 프로젝트 입니다

직무 교육( 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
  • ...

MariaDB

  • Install v11.32 with MSI Package
  • Edit the system environment variables
    • register system variable "MARIADB_HOME"
    • register "MARIADB_HOME\bin" variable "PATH"
$ mysql --version

VS Code

python

$ python --version

git

$ git --version



Introducing Python -- Second Edition

=================

This repository contains the programs featured in the second edition of the book Introducing Python.