python300本电子书合集-金沙1005

python300本电子书合集_python教程书推荐:1、coffeebreakpythonslicing:24workoutstomasterslicinginpython,onceandforall切片(slicing)是python里非常有用的一个功能,属于python开发人员最基本的技能之一。如果你是初学者而且想了解slicing,那么这本书绝对适合你。链接:https://ma…

推荐:

1、coffee break python slicing: 24 workouts to master slicing in python, once and for all

640?wx_fmt=png

切片(slicing)是 python 里非常有用的一个功能,属于 python 开发人员最基本的技能之一。 如果你是初学者而且想了解 slicing,那么这本书绝对适合你。

链接:https://mailchi.mp/055eea36e39f/python-book-signup

 

2、invent your own computer games with python 3rd edition

这本书其实是专门针对小朋友的,主要讲的是如何用 python 来创建游戏,不过游戏不只是为小孩准备。如果你对游戏感兴趣,那么你可以看一看这本书。

       640?wx_fmt=jpeg

链接:http://inventwithpython.com/inventwithpython_3rd.pdf

 

3、learning python 

这本 python 书教材真的非常全面,有的章节内容可能有点“干”,但是作者写的很生动,所以如果你是初学者,又想全面了解 python,那么这本书不可错过。

 

       640?wx_fmt=jpeg

 

链接:https://drive.google.com/file/d/0b2y-n6ilhylisxzxmk0xt0nsy1e/preview

 

4、learn python the hard way

很多人应该都听说过这本书,也下载过,但是可能一直没有看过,但是这本 python 实战书籍真的非常值得一看,墙裂推荐~

       640?wx_fmt=jpeg

链接:https://learnpythonthehardway.org/book/preface.html

 

5、making games with python & pygame     

这本书也是关于游戏的,不过是小游戏,用的是 pygame 框架,书写的很精彩,值得一看。

       640?wx_fmt=jpeg

链接:http://inventwithpython.com/makinggames.pdf

 

6、python pocket reference  

640?wx_fmt=png

 

这本书也很全面,罗列了所有重要的 python 函数,如果你能耐心把这本书啃完,绝对会受益匪浅,而且也可以作为查询书籍收藏起来。

 

全部书单:

20 python libraries you aren’t using (but should)

https://www.safaribooksonline.com/library/view/20-python-libraries/9781492037866/

 

a beginner’s python tutorial – wikibooks

https://en.wikibooks.org/wiki/a_beginner's_python_tutorial

 

a beginner’s python book (community project for beginners, html).

https://en.wikibooks.org/wiki/a_beginner's_python_tutorial

 

a byte of python (python 3, html, pdf, epub, mobi)

https://python.swaroopch.com

 

a guide to python’s magic methods – rafe kettler

https://github.com/rafekettler/magicmethods

 

automate the boring stuff – al sweigart

http://automatetheboringstuff.com/chapter0/

 

a whirlwind tour of python – jake vanderplas (pdf, epub, mobi)

https://www.oreilly.com/programming/free/files/a-whirlwind-tour-of-python.pdf

http://www.oreilly.com/programming/free/a-whirlwind-tour-of-python.csp?download=yes

 

biopython (pdf)

http://biopython.org/dist/docs/tutorial/tutorial.pdf

 

build applications in python the antitextbook (python 3, html, pdf, epub, mobi)

https://github.com/thewhitetulip/build-app-with-python-antitextbook

 

building machine learning systems with python – willi richert & luis p. coelho

https://www.packtpub.com/packt/free-ebook/python-machine-learning-algorithms

 

building skills in object-oriented design – steven f. lott (python 2.1, pdf)

http://www.itmaybeahack.com/book/oodesign-python-2.1/latex/buildingskillsinoodesign.pdf

 

building skills in python – steven f. lott (python 2.6, pdf)

http://www.itmaybeahack.com/book/python-2.6/latex/buildingskillsinpython.pdf

 

byte of python – swaroop c. h. (python 3, pdf)

https://legacy.gitbook.com/download/pdf/book/swaroopch/byte-of-python

 

codeacademy python

https://www.codecademy.com/learn/python

 

code like a pythonista: idiomatic python

http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html

 

composing programs (python 3)

http://composingprograms.com

 

data structures and algorithms in python – b. r. preiss (pdf)

https://web.archive.org/web/20161016153130/http://www.brpreiss.com/books/opus7/html/book.html

 

data structures and algorithms in python – rance d. necaise (python 3, pdf)

http://home.ustc.edu.cn/~huang83/ds/data structures and algorithms using python.pdf

 

dive into python 3 – mark pilgrim (python 3, html)

http://getpython3.com/diveintopython3/

 

django girls tutorial (1.11)

https://tutorial.djangogirls.org/en/

 

django official documentation (pdf) (1.10)

https://media.readthedocs.org/pdf/django/1.10.x/django.pdf

 

djen of django

http://agiliq.com/books/djenofdjango/

 

effective django (1.5)

http://www.effectivedjango.com

 

explore flask – robert picard

https://exploreflask.com

 

from python to numpy

http://www.labri.fr/perso/nrougier/from-python-to-numpy/

 

full stack python

http://www.fullstackpython.com

 

functional programming in python (email address requested, not required)

https://www.oreilly.com/programming/free/functional-programming-python.csp

 

fundamentals of python programming – richard l. halterman (python 3, pdf)

http://python.cs.southern.edu/pythonbook/pythonbook.pdf

 

google’s python style guide

https://google.github.io/styleguide/pyguide.html

 

google’s python class  (python 3, html)

https://developers.google.com/edu/python/?hl=de-de&csw=1

 

hacking secret cyphers with python – al sweigart (python 3, pdf)

http://inventwithpython.com/hacking/chapters/

 

hadoop with python (email address requested, not required)

high performance python (pdf)

https://www.oreilly.com/programming/free/hadoop-with-python.csp

 

hitchhiker’s guide to python!  – kenneth reitz (python 3, pdf)

https://docs.python-guide.org

 

how to make mistakes in python – mike pirnat (pdf)

https://www.oreilly.com/programming/free/files/how-to-make-mistakes-in-python.pdf

 

how to tango with django (1.7)

http://www.tangowithdjango.com/book17/

 

how to think like a computer scientist: learning with python, interactive edition(python 3)

http://interactivepython.org/courselib/static/thinkcspy/index.html

 

how to think like a computer scientist: learning with python – allen b. downey, jeff elkner and chris meyers

http://www.greenteapress.com/thinkpython/thinkcspy/

 

intermediate python – muhammad yasoob ullah khalid (1st edition)

http://book.pythontips.com/en/latest/index.html#

 

introduction to programming using python – cody jackson (python 2.3)

http://python-ebook.blogspot.co.uk

 

introduction to programming with python (python 3)

http://opentechschool.github.io/python-beginners/en/

 

introduction to python – kracekumar (python 2.7.3)

http://kracekumar.com/post/71171551647/introduction-to-python

 

kivy programming guide

https://kivy.org/docs/guide-index.html

 

learning python – fabrizio romano

https://www.packtpub.com/packt/free-ebook/learning-python

 

learning to program

http://www.alan-g.me.uk

 

learn pandas – hernan rojas

https://bitbucket.org/hrojas/learn-pandas

 

learn python, break python

http://learnpythonbreakpython.com

 

learn python in y minutes

https://learnxinyminutes.com/docs/python/

 

learn python the hard way (python 2)

http://learnpythonthehardway.org/book/

 

learn to program using python – cody jackson (pdf)

https://www.ida.liu.se/~732a47/literature/pythonbook.pdf

 

lectures on scientific computing with python – j.r. johansson (python 2.7)

https://github.com/jrjohansson/scientific-python-lectures

 

mastering python for data science

http://nuovolabs.fauser.edu/~valeria/materiale-didattico/python/packt.mastering.aug.2015.isbn.1784390151.pdf

 

math for programmers (using python)

https://akuli.github.io/math-tutorial/

 

modeling creativity: case studies in python – tom d. de smedt (pdf)

http://www.clips.ua.ac.be/sites/default/files/modeling-creativity.pdf

 

natural language processing with python (python 3)

http://www.nltk.org/book/

 

non-programmer’s tutorial for python 2.6 – wikibooks (python 2.6)

https://en.wikibooks.org/wiki/non-

 

programmer's_tutorial_for_python_2.6

non-programmer’s tutorial for python 3 – wikibooks (python 3.3)

https://en.wikibooks.org/wiki/non-

 

programmer's_tutorial_for_python_3

picking a python version: a manifesto

http://www.oreilly.com/programming/free/from-future-import-python.csp

 

porting to python 3: an in-depth guide (python 2 3)

http://python3porting.com

 

practical programming in python – jeffrey elkner (pdf)

https://launchpadlibrarian.net/165489933/practicalprogrammingpython2014.pdf

 

problem solving with algorithms and data structures using python – bradley n. miller and david l. ranum

http://interactivepython.org/runestone/static/pythonds/index.html

 

program arcade games with python and pygame (python 3)

http://programarcadegames.com

 

programming computer vision with python (pdf)

http://programmingcomputervision.com/downloads/programmingcomputervision_ccdraft.pdf

 

python 2.7 quick reference – new mexico tech (2.7)

http://infohost.nmt.edu/tcc/help/pubs/python/web/

 

python 2 official documentation (python 2, pdf, html, text)

https://docs.python.org/2/download.html

 

python 3 official documentation (python 3, pdf, epub, html, text)

https://docs.python.org/3/download.html

 

python 3 tutorial

https://github.com/akuli/python-tutorial

 

python bibliotheca

http://openbookproject.net/pybiblio/

 

python cookbook – david beazley and brian jones (html)

https://www.oreilly.com/library/view/python-cookbook-3rd/9781449357337/

 

python data science handbook – jake vanderplas (html, jupyter notebooks)

https://github.com/jakevdp/pythondatasciencehandbook

 

python for everybody exploring data using python 3 – charles severance (pdf, epub, html)

https://py4e.com/book.php

 

python for fun

http://www.openbookproject.net/py4fun/

 

python for informatics: exploring information (python 2)

http://www.pythonlearn.com/book.php

 

python for you and me (python 2)

http://pymbook.readthedocs.io/en/latest/

 

python for you and me (python 3)

https://pymbook.readthedocs.io/en/py3/

 

python idioms (pdf)

http://safehammad.com/downloads/python-idioms-2014-01-16.pdf

 

python in education (email address requested, not required)

https://www.oreilly.com/programming/free/python-in-education.csp

 

python in hydrology – sat kumar tomer

http://www.greenteapress.com/pythonhydro/pythonhydro.html

 

python koans (python 2 or 3)

https://github.com/gregmalcolm/python_koans

 

python module of the week (python 2)

https://pymotw.com/2/

 

python module of the week (python 3)

https://pymotw.com/3/

 

python notes for professionals – from stackoverflow docs (python 3)

http://books.goalkicker.com/pythonbook/

 

python practice book (python 2)

http://anandology.com/python-practice-book/index.html

 

python practice projects

http://pythonpracticeprojects.com

 

python programming – pdf

https://upload.wikimedia.org/wikipedia/commons/9/91/python_programming.pdf

 

python programming – wikibooks (pdf, python 2)

https://upload.wikimedia.org/wikipedia/commons/9/91/python_programming.pdf

 

python scientific lecture notes

http://scipy-lectures.github.io

 

python standard library – fredrik lundh

http://effbot.org/librarybook/

 

quick tutorial for pyramid

http://docs.pylonsproject.org/projects/pyramid/en/latest/quick_tutorial/index.html#quick-tutorial

 

scipy lecture notes

http://www.scipy-lectures.org

 

sicp in python (3.2)

http://www-inst.eecs.berkeley.edu/~cs61a/sp12/book/

 

snake wrangling for kids (python 3)

http://www.briggs.net.nz/snake-wrangling-for-kids.html

 

supporting python 3: an in-depth guide (python 2 3)

http://python3porting.com

 

test-driven web development with python – harry percival (python 3)

http://www.obeythetestinggoat.com/pages/book.html

 

text processing in python – david mertz (python 2)

http://gnosis.cx/tpip/

 

the art and craft of programming

http://beastie.cs.ua.edu/cs150/book/index.html

 

the coder’s apprentice: learning programming with python 3 – pieter spronck (pdf, python 3)

http://www.spronck.net/pythonbook/

 

the definitive guide to jython, python for the java platform – josh juneau, jim baker, victor ng, leo soto, frank wierzbicki (python 2)

http://www.jython.org/jythonbook/en/1.0/

 

the django book (1.8 & 1.11)

https://djangobook.com/the-django-book/

 

the flask mega-tutorial – miguel grinberg (0.9)

https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

 

the little book of python anti-patterns (source)

http://docs.quantifiedcode.com/python-anti-patterns/

 

the programming historian – william j. turkel, adam crymble and alan maceachern

 

the python ecosystem: an introduction

http://mirnazim.org/writings/python-ecosystem-introduction/

 

the python gtk 3 tutorial

http://python-gtk-3-tutorial.readthedocs.org/en/latest/

 

the standard python library – fredrik lundh

http://effbot.org/librarybook/

 

think complexity – allen b. downey (pdf, html)

http://greenteapress.com/complexity/

             

think python – allen b. downey (python 2 3, pdf)

 

tiny python 3.6 notebook – matt harrison (python 3)

https://github.com/mattharrison/tiny-python-3.6-notebook

 

tornado: learn web programming

https://bitbucket.org/hrojas/learn-web-programming

 

web2py: complete reference manual, 6th edition (pre-release) (python 2)

http://web2py.com/book

 

welcome to problem solving with algorithms and data structures – brad miller and david ranum

http://interactivepython.org/runestone/static/pythonds/index.html

 

wikibooks: python programming

https://en.wikibooks.org/wiki/python_programming

 

参考:

原文链接:https://www.reddit.com/r/python/comments/a344z4/list_of_101_free_python_books/?st=jpacas26&sh=4b83df96

js555888金沙老品牌的版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

文章由思创斯整理,转载请注明出处:https://ispacesoft.com/118902.html

(0)

相关推荐

  • python网络爬虫经典书籍推荐[通俗易懂]1.python编程:从入门到实践-2016本书是一本针对所有层次的python读者而作的python入门书。全书分两部分:第一部分介绍用python编程所必须了解的基本概念,包括matplotlib、numpy和pygal等强大的python库和工具介绍,以及列表、字典、if语句、类、文件与异常、代码测试等内容;第二部分将理论付诸实践,讲解如何开发三个项目,包括简单的python2d游戏开发如何利用数据生成交互式的信息图,以及创建和定制简单的web应用,并帮读者解决常..

  • python语言和java语言的区别_python和java语言一样吗

    python语言和java语言的区别_python和java语言一样吗1.java编译以后才能运行,python直接就可以运行;2.java引入包后,调用包的方式比python要简洁些,而python直接import包则是显式的,不会出现同名模块/类冲突的问题,如果使用“frommoduleimportfunction”的话,在使用的时候也很简洁却要求必须有针对性地引用函数。3.java里的块用大括号对包括,python以冒号 四

  • python的request返回400_400badrequest解决方法[通俗易懂]输入完整代码url=”您想要测试的网站”payload={‘grant_type’:’client_credentials’,’client_id’:’yxbplmvmcgvyzmvjda==’,’client_secret’:’6669999′}headers={‘content-type’:’application/x-www-form-urlencoded’,’clien…

    2022年12月18日
  • python静态检查工具哪个好用_python从软件界面抓取数据对于我这种习惯了java这种编译型语言,在使用python这种动态语言的时候,发现错误经常只能在执行的时候发现,总感觉有点不放心。而且有一些错误由于隐藏的比较深,只有特定逻辑才会触发,往往导致需要花很多时间才能将语法错误慢慢排查出来。其实有一些错误是很明显的,假如能在写程序的时候发现这些错误,就能提高工作效率。这时候python静态语法检查工具就出现了。本文使用之…

  • java爬虫和python爬虫_python远程控制windows今天写爬虫爬取一个基金网页(http://fund.eastmoney.com/)时出现如下图所示的错误。分析原因,是因为使用urllopen方法太过频繁,引起远程主机的怀疑,被网站认定为是攻击行为。导致urlopen()后,request.read()一直卡死在那里。最后会抛出异常10054。具体的解决方法如下在request后面写入一个关闭的操作,req

    2022年12月27日
  • 火车座位号分布图abc_特快列车座位分布图我艹,又杯具了,买了37号座位.001002||003004005006007||008009————-||——–010011012||013014015016017||018019————-||——–020021022||023024025026027||0…

    2022年12月23日
  • 利用python创建一个游戏窗口的方法_好玩的游戏手机游戏保姆级教程,三岁小孩都学得会!利用python创建一个游戏窗口!

  • python使用print打印时,展示内容不换行原理 python的print()函数中参数end='' 默认为
    ,所以会自动换行; 默认的print()函数: print(end='
    ') 方案 python

发表回复

您的电子邮箱地址不会被公开。

联系金沙1005

关注“java架构师必看”公众号

回复4,添加站长微信。

附言:ispacesoft.com网而来。

关注微信
网站地图