楼主: cmwei333
5415 12

[学科前沿] 【Python教材】个人收集,共8本 [推广有奖]

贵宾

泰斗

1%

还不是VIP/贵宾

-

TA的文库  其他...

【历史+心理学+社会自然科学】

【数学+统计+计算机编程】

【金融+经济+商学+国际政治】

威望
6
论坛币
3567471 个
通用积分
720.6537
学术水平
4324 点
热心指数
4647 点
信用等级
3954 点
经验
362316 点
帖子
9826
精华
9
在线时间
2842 小时
注册时间
2015-2-9
最后登录
2017-1-29

初级热心勋章 中级热心勋章 高级热心勋章 初级信用勋章 中级信用勋章 初级学术勋章 特级热心勋章 中级学术勋章 高级信用勋章 高级学术勋章 特级学术勋章 特级信用勋章

相似文件 换一批

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
Python培训
A Primer on Scientific Programming with Python (3rd Edition)
1.jpg
The book serves as a first introduction to computer programming of scientific applications, using the high-level Python language. The exposition is example- and problem-oriented, where the applications are taken from mathematics, numerical calculus, statistics, physics, biology, and finance. The book teaches "Matlab-style" and procedural programming as well as object-oriented programming. High school mathematics is a required background, and it is advantageous to study classical and numerical one-variable calculus in parallel with reading this book. Besides learning how to program computers, the reader will also learn how to solve mathematical problems, arising in various branches of science and engineering, with the aid of numerical methods and programming. By blending programming, mathematics and scientific applications, the book lays a solid foundation for practicing computational science.


Beginning Python: From Novice to Professional
2.jpg
Beginning Python: From Novice to Professional is the most comprehensive book on the Python ever written. Based on Practical Python, this newly-revised book is both an introduction and practical reference for a swath of Python-related programming topics, including addressing language internals, database integration, network programming, and web services. Advanced topics, such as extending Python and packaging/distributing Python applications, are also covered.

Ten different projects illustrate the concepts introduced in the book. You will learn how to create a P2P file-sharing application and a web-based bulletin board, and how to remotely edit web-based documents and create games. Author Magnus Lie Hetland is an authority on Python and previously authored Practical Python. He also authored the popular online guide, Instant Python Hacking, on which both books are based.


Data Structures and Algorithms with Python
3.jpg
This textbook explains the concepts and techniques required to write programs that can handle large amounts of data efficiently. Project-oriented and classroom-tested, the book presents a number of important algorithms supported by examples that bring meaning to the problems faced by computer programmers. The idea of computational complexity is also introduced, demonstrating what can and cannot be computed efficiently so that the programmer can make informed judgements about the algorithms they use. Features: includes both introductory and advanced data structures and algorithms topics, with suggested chapter sequences for those respective courses provided in the preface; provides learning goals, review questions and programming exercises in each chapter, as well as numerous illustrative examples; offers downloadable programs and supplementary files at an associated website, with instructor materials available from the author; presents a primer on Python for those from a different language background.


Dive Into Python 3
4.jpg
Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 and its differences from Python 2. As in the original book, Dive Into Python, each chapter starts with a real, complete code sample, proceeds to pick it apart and explain the pieces, and then puts it all back together in a summary at the end.

This book includes:

Example programs completely rewritten to illustrate powerful new concepts now available in Python 3: sets, iterators, generators, closures, comprehensions, and much more
A detailed case study of porting a major library from Python 2 to Python 3
A comprehensive appendix of all the syntactic and semantic changes in Python 3
This is the perfect resource for you if you need to port applications to Python 3, or if you like to jump into languages fast and get going right away.


Python 3 for Absolute Beginners
5.jpg
There are many more people who want to study programming other than aspiring computer scientists with a passing grade in advanced calculus. This guide appeals to your intelligence and ability to solve practical problems, while gently teaching the most recent revision of the programming language Python.

You can learn solid software design skills and accomplish practical programming tasks, like extending applications and automating everyday processes, even if you have no programming experience at all. Authors Tim Hall and J–P Stacey use everyday language to decode programming jargon and teach Python 3 to the absolute beginner.

What you'll learn
Cultivate a problem–solving approach and acquire software design skills.
Learn how to create your own software from simple “Hello World”-type programs to stand–alone windowed applications.
Document while programming, program while documenting.
Decode programmers’ jargon.
Master the Python 3 programming language.
Who this book is for
Non–programmers who want to learn Python programming without taking a detour via a computer science department.


Python and Matplotlib Essentials for Scientists and Engineers
6.jpg
This book provides an introduction to the core features of the Python programming language and Matplotlib plotting routings for scientists and engineers (or students of either discipline) who want to use Python™ to analyse data, simulate physical processes, and render publication-quality plots. No previous programming experience is needed before reading the first page. Readers will learn the core features of the Python programming language in under a day. They will be able to immediately use Python to implement codes that solve their own problems and make beautiful plots and animations. Python code is extremely fast to prototype, allowing users to achieve results quickly and accurately. The examples within the book are available for download at the companion website pythonessentials.com. Python and Matplotlib Essentials for Scientists and Engineers is accessible for motivated high-school students, but will likely be most useful for undergraduate and graduate students as well as working professionals who have some background with the basic mathematical concepts. This book is intended for technical people who want to get things done.


Python Scripting for Computational Science (2nd Edition)
7.jpg
With a primary focus on examples and applications of relevance to computational scientists, this brilliantly useful book shows computational scientists how to develop tailored, flexible, and human-efficient working environments built from small scripts written in the easy-to-learn, high-level Python language. All the tools and examples in this book are open source codes. This third edition features lots of new material. It is also released after a comprehensive reorganization of the text. The author has inserted improved examples and tools and updated information, as well as correcting any errors that crept in to the first imprint.


The Python Quick Syntax Reference
8.jpg
The Python Quick Syntax Reference is the "go to" book that contains an easy to read and use guide to Python programming and development. This condensed code and syntax reference presents the Python language in a well-organized format designed to be used time and again.

You won't find jargon, bloated samples, case studies, or history of Hello World and computer theory in this handy reference. This Python syntax reference is packed with useful information and is a must-have for any Python developer.


A Primer on Scientific Programming with Python (3rd Edition).pdf (7.57 MB, 需要: 2 个论坛币)
Beginning Python From Novice to Professional.pdf (3.74 MB, 需要: 2 个论坛币)
Data Structures and Algorithms with Python.pdf (12.82 MB, 需要: 2 个论坛币)
Dive Into Python 3.pdf (3.72 MB, 需要: 2 个论坛币)
Python 3 for Absolute Beginners.pdf (1.96 MB, 需要: 2 个论坛币)
Python and Matplotlib Essentials for Scientists and Engineers.pdf (13.58 MB, 需要: 2 个论坛币)
Python Scripting for Computational Science (2nd Edition).pdf (4.92 MB, 需要: 2 个论坛币)
The Python Quick Syntax Reference.pdf (1.17 MB, 需要: 2 个论坛币)





二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:python教材 python 个人收集 Applications Professional background scientific computer required biology

1.jpg (28.68 KB)

1.jpg

已有 2 人评分经验 论坛币 信用等级 收起 理由
zhuosn + 5 奖励积极上传好的资料
三世相思2013 + 80 + 80 奖励积极上传好的资料

总评分: 经验 + 80  论坛币 + 80  信用等级 + 5   查看全部评分

本帖被以下文库推荐

bbs.pinggu.org/forum.php?mod=collection&action=view&ctid=3257
bbs.pinggu.org/forum.php?mod=collection&action=view&ctid=3258
bbs.pinggu.org/forum.php?mod=collection&action=view&ctid=3259
沙发
lajiw 发表于 2016-3-30 14:57:12 |只看作者 |坛友微信交流群
不错啊 学习了

使用道具

藤椅
sjs2001aq 发表于 2016-4-3 01:46:38 来自手机 |只看作者 |坛友微信交流群
职场下面,全是path也饿广告

使用道具

特别好的资料

使用道具

报纸
h2h2 发表于 2016-7-22 19:47:27 |只看作者 |坛友微信交流群
谢谢分享

使用道具

地板
chensheng312 发表于 2016-8-21 17:04:51 |只看作者 |坛友微信交流群
谢谢分享

使用道具

7
vmit 发表于 2016-8-22 15:42:55 |只看作者 |坛友微信交流群
特别好的分享

使用道具

8
8861997 发表于 2016-8-27 18:27:00 |只看作者 |坛友微信交流群
不错 可惜我英文水平不过关

使用道具

9
straw 发表于 2016-9-4 07:51:40 |只看作者 |坛友微信交流群
good books, thanks  a lot

使用道具

10
lonestone 在职认证  发表于 2016-10-11 13:19:12 |只看作者 |坛友微信交流群
THANKS A LOTS

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-26 05:02