Contents/Book

[책리뷰] ThinkPython2(python language)

DrawingProcess 2020. 9. 8. 04:34
반응형

Think Python is an introduction to Python programming for beginners. It starts with basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression. Larger pieces, like recursion and object-oriented programming are divided into a sequence of smaller steps and introduced over the course of several chapters.

Think Python 2e is a Free Book. It is available under the Creative Commons Attribution-NonCommercial 3.0 Unported License, which means that you are free to copy, distribute, and modify it, as long as you attribute the work and don’t use it for commercial purposes.

# 참고 : https://greenteapress.com/wp/think-python-2e/

 

Think Python 2e – Green Tea Press

Think Python 2nd Edition by Allen B. Downey This is the second edition of Think Python, which uses Python 3.  If you are using Python 2, you might want to use the first edition, which is here. You can buy the second edition at Amazon.com Download Think P

greenteapress.com

반응형