Skip to content

MrMoonKr/introducing-python-2nd-2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

An introduction to Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.0%
  • Jupyter Notebook 1.5%
  • HTML 0.9%
  • C++ 0.4%
  • Java 0.4%
  • C 0.3%
  • Other 0.5%