Skip to content

MrMoonKr/introducing-python-2nd-2020

 
 

Repository files navigation

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

직무 교육( OJT, On the job Training )을 위해서 클론 하였습니다.

책 관련 링크

개발 및 테스트 환경

사용된 패키지 목록

  • ipykernel

    • pypi
      $ (.venv) pip install ipykernel
      
    • ipykernel
    • IPython Kernel for Jupyter
  • ...

    • pypi
      $ (.venv) pip install ...
      
    • ...
    • ...

...




사전 지식

  • 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%