学习python好的网站和博客

  推荐full stack python 有各种python资源汇总,从基础入门到各种框架web应用开发和部署,再到高级的orm、docker都有。以下是full stack python 上总结的一些教程,我拙劣的翻译了以下,并调整(调整顺序并删了部分内容)了一下:

 1、无开发经验,初学python

  如果你不会其他语言,python是你的第一门语言:

a byte of python (简明python教程,这个有中文版简明 python 教程)是非常好的入门教程。

learn python the hard way (zed shaw的免费教程,个人强烈推荐)

python, django and flask教程: real python (收费,需购买)

short 5 minute video 解释了为什么你的出发点应该是要完成什么项目,或者解决什么问题,而不是为了学一门语言而去学一门语言。

pe into python 3 是一本开源的python教程,提供html和pdf版。

code academy 有一个为纯新手准备的 python track 。

introduction to programming with python 介绍了基本语法和控制结构等,提供了大量代码示例。

o’reilly 的书 think python: how to think like a computer scientist 是非常好的入门教材。

python practice book 是一本python练习的书,帮你掌握python基本语法。

想通过做实际项目来学编程?看看这个 this list of 5 programming project for python beginners(5个适合python初学者的编程项目)。

reddit的创造者之一写了一个教程,如何用python构建一个博客网站(use python to build a blog.),使非常好的web编程入门。

the fullstack python的作者写了一篇关于如何学习python的文章learning python 。

 2、有开发经验 ,初学python

learn python in y minutes ,让你在几分钟内快速上手,有个大概了解。

python for you and me , python的语法,语言的主要结构等,还包含来flask web app的教程。

the hitchhiker’s guide to python

how to develop quality python code ,如何开发高质量的python代码

 3、进阶

the python ecosystem: an introduction , 关于python生态系统,虚拟机、python包管理器pip、虚拟环境virtualenv、还有很多进阶主题

the python subreddit ,就是python的reddit节点(相当于中国的贴吧),是一个活跃的社区,可以交流讨论,解决问题等。

good to great python reads ,收集进阶和高级python文章,讲了很多细微差异和python语言本身的细节。

博客 free python tips ,有很多python和python生态系统的文章。

python books ,有一些免费的python, django, 数据分析等方面的书。

python iaq: infrequently asked questions ,关于python 经常问到的问题。

 4、视频,屏幕录像,演示文稿等

  一些技术交流会议的视频录像: best python videos

 5、python的包

awesome-python ,收集了python各种非常好用非常酷的包,确实非常awesome,让作者相见恨晚( i wish i had this page when i was just getting started)。

easy-python

 6、 播客(podcasts)

talk python to me , 关注使用python的人们和组织,每一期都会邀请一些开发者谈谈他们的工作等。

podcast.__init__ ,关于python和让python更牛b的人们。

 7、新闻资讯(可订阅)

python weekly , 最新的python文章、视频、项目、资讯 。

pycoder’s weekly ,和python weekly类似。

import python

  via:zhihu

以上就是学习python好的网站和博客的详细内容,更多请关注 第一php社区 其它相关文章!

Posted in 未分类

发表评论