阿博的书架
home

阿博的书架

A Byte of Python
Swaroop C H
编程/技术 [35]: 'A Byte of Python' is a book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for y...
Flask Web Development
Miguel Grinberg
编程/技术 [41]:
How to Think Like a Computer Scientist: Learning With Python
Allen B. Downey and Jeffrey Elkner and Chris Meyers
编程/技术 [30]: "How to Think Like a Computer Scientist: Learning with Python" is an introduction to computer science using the Python programming language. It covers the basics of computer programming, including variables and values, functions, conditio...
How to Think Like a Computer Scientist: Learning With Python 3
Allen B. Downey and Jeffrey Elkner and Chris Meyers
编程/技术 [36]: ""How to Think Like a Computer Scientist"" is an introduction to programming using Python, one of the best languages for beginners. This is a Free Book -- you can download it from thinkpython.com. But if you would like to make a contribut...
Learn Python the Hard Way: A Very Simple Introduction to the Terrifyingly Beautiful World of Computers and Code
Zed A. Shaw
编程入门指南 [1]: You Will Learn Python!Zed Shaw has perfected the world's best system for learning Python. Follow it and you will succeed-just like the hundreds of thousands of beginners Zed has taught to date! You bring the discipline, commitment, and pe...
Learning Python, 5th Edition
Mark Lutz
编程/技术 [34]: Get a comprehensive, in-depth introduction to the core Python language with this hands-on book. Based on author Mark Lutz’s popular training course, this updated fifth edition will help you quickly write efficient, high-quality code with ...
Python Cookbook
David Beazley and Brian K. Jones
编程/技术 [37]: If you need help writing programs in Python 3, or want to update older Python 2 code, this book is just the ticket. Packed with practical recipes written and tested with Python 3.3, this unique cookbook is for experienced Python programme...
Python for Data Analysis: Data Wrangling With Pandas, NumPy, and IPython
Wes McKinney
编程/技术 [43]: Python for Data Analysis is concerned with the nuts and bolts of manipulating, processing, cleaning, and crunching data in Python. It is also a practical, modern introduction to scientific computing in Python, tailored for data-intensive ...
Python Pocket Reference
Mark Lutz
编程/技术 [42]: Python is optimized for quality, productivity, portability, and integration. Hundreds of thousands of Python developers around the world rely on Python for general-purpose tasks, Internet scripting, systems programming, user interfaces, a...
Python核心编程(第二版)
[美]wesley J. Chun(陳仲才)
编程入门指南 [2]: 本书是Python开发者的完全指南——针对 Python 2.5全面升级·学习专业的Python风格、最佳实践和好的编程习惯;·加强对Python对象、内存模型和Python面向对象特性的深入理解;·构建更有效的Web、CGI、互联网、网络和其他客户端/服务器架构应用程序及软件;·学习如何使用Python中的Tkinter和其他工具来开发自己的GUI应用程序及软件;·通过用C等语言编写扩展来提升Python应用程序的性能,或者通过使用多线程增强I/0相关的应用程序的能力;...