《Python编程:从入门到实践》源代码文件

所属分类:其他书籍
开发工具:Python
文件大小:6351KB
下载次数:18
上传日期:2018-05-24 15:25:19
上 传 者小祺、、
说明:  《python编程从入门到实战》(代码大全),包含整本书的代码!
("Python programming from entry to actual combat" (code Daquan), including the entire book's code!)

文件列表:
《Python编程:从入门到实践》源代码文件 (0, 2017-11-24)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件 (0, 2016-06-24)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\appendix_a (0, 2016-06-24)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\appendix_b (0, 2016-06-24)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\appendix_b\hello_world.py (29, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\appendix_b\Python3.sublime-build (58, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\appendix_d (0, 2016-06-24)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\appendix_d\hello_world.py (26, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_01 (0, 2016-06-24)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_01\hello_world.py (29, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_01\linux_setup.md (2975, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_01\osx_setup.md (3768, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_01\windows_setup.md (5197, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_02 (0, 2016-06-24)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_02\apostrophe.py (79, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_02\birthday.py (72, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_02\comment.py (55, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_02\hello_world.py (108, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_02\name.py (145, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_03 (0, 2016-06-24)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_03\bicycles.py (140, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_03\cars.py (291, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_03\motorcycles.py (221, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_04 (0, 2016-06-24)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_04\dimensions.py (214, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_04\even_numbers.py (56, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_04\foods.py (252, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_04\magicians.py (274, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_04\numbers.py (44, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_04\players.py (172, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_04\squares.py (108, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_05 (0, 2016-06-24)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_05\amusement_park.py (179, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_05\banned_users.py (159, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_05\cars.py (146, 2016-06-15)
《Python编程:从入门到实践》源代码文件\《Python编程》源代码文件\chapter_05\magic_number.py (93, 2016-06-15)
... ...

Python Crash Course === A Hands-On, Project-Based Introduction to Programming --- This is a collection of resources for [Python Crash Course](http://www.nostarch.com/pythoncrashcourse/), an introductory programming book from [No Starch Press](http://www.nostarch.com) by Eric Matthes. Click here for a [much cleaner version](https://ehmatthes.github.io/pcc/) of these online resources. If you have any questions about Python Crash Course, feel free to get in touch: Email: ehmatthes@gmail.com Twitter: [@ehmatthes](http://twitter.com/ehmatthes/) Setup Instructions --- Here you can find instructions for: - [Installing and configuring Python](http://ehmatthes.github.io/pcc/chapter_01/README.html) (Chapter 1) - [Installing and using pip](http://ehmatthes.github.io/pcc/chapter_12/installing_pip.html) (Chapter 12) - [Installing Pygame](http://ehmatthes.github.io/pcc/chapter_12/README.html) (Chapter 12) - [Installing matplotlib and Pygal](http://ehmatthes.github.io/pcc/chapter_15/README.html) (Chapter 15) - [Creating a Virtual Environment](http://ehmatthes.github.io/pcc/chapter_18/README.html) (Chapter 18) - [Deploying a Project to Heroku](http://ehmatthes.github.io/pcc/chapter_20/README.html) (Chapter 20) - [Installing Python](http://ehmatthes.github.io/pcc/appendix_a/README.html) (Appendix A) Downloading source code --- The simplest way to get the online resources for the book is to click on the [*Download ZIP*](https://github.com/ehmatthes/pcc/archive/master.zip) button on the upper right side of [this page](https://github.com/ehmatthes/pcc), which will download the source code files (and other resources) for the entire book. [Cheat Sheets](http://ehmatthes.github.io/pcc/cheatsheets/README.html) --- Cheat sheets can be really helpful when you're working on a set of programming exercises or a project. This set of [cheat sheets](http://ehmatthes.github.io/pcc/cheatsheets/README.html) will help remind you of the concepts you're learning, as well as the Python syntax for these concepts. [Updates](http://ehmatthes.github.io/pcc/updates.html) --- Some of the libraries featured in the book have been updated recently, which is a good thing - it means you're learning to use Python packages that are steadily being improved. When packages are updated you have the option of using the version that was featured in the book, which lets you run code exactly as it's written in the book. You can also choose to install the latest version of each package, and modify the code in the book slightly. Each approach is outlined clearly in these updates. A list of updates is kept [here](http://ehmatthes.github.io/pcc/updates.html).

近期下载者

相关文件


收藏者