首页 技术 正文
技术 2022年11月15日
0 收藏 909 点赞 2,447 浏览 1361 个字

python3.4学习笔记(七) 学习网站博客推荐

深入 Python 3
http://sebug.net/paper/books/dive-into-python3/
《深入 Python 3》 的内容涵盖了 Python 3 及其与 Python 2 的区别。相对《深入 Python》而言,它 20% 的内容进行了修订,80% 的内容是全新的。

廖雪峰的官方网站,很多网友都推荐的学习python的名博
http://www.liaoxuefeng.com/

中文,免费,零起点,完整示例,基于最新的Python 3版本。

Python – 话题精华 – 知乎
http://www.zhihu.com/topic/19552832

老王python
http://www.cnpythoner.com/

Python | 静觅 — 很多实战例子,不过大部分是基于2.x写的
http://cuiqingcai.com/category/technique/python

Welcome to Python.org 官方网站
https://www.python.org/

Overview — Python 3.4.3 documentation 官方文档
https://docs.python.org/3/

Host, run, and code Python in the cloud: PythonAnywhere
https://www.pythonanywhere.com/
这个网站可以在线写代码并运行测试的

Python零基础入门学习视频教程(共34课时)51CTO上免费的视频课程
http://edu.51cto.com/course/course_id-1603.html

鱼C工作室-免费Python教学视频,论坛
http://bbs.fishc.com/forum-173-1.html

Python GUI开发工具选择 – WEB开发者
http://www.admin10000.com/document/96.html

为什么用Python开发桌面应用程序_yu000hong_新浪博客
http://blog.sina.com.cn/s/blog_48a45b950100zhwx.html

首页 – Binuxの杂货铺 pyspider强大的webui开源爬虫作者的博客,有相关中文教程文章
http://blog.binux.me/

—————————————-

另:python的科学计算模块主要有:

Scipy:科学和工程计算工
Python Image Library:python图形处理库
Numpy:高阶大量的矩阵运算
Matplotlib一个Python的图形框架,用来绘制图表
PIL现在还不支持python3,所以用pillow代替

===============================

14个最受欢迎的Python开源框架 – WEB开发者
http://www.admin10000.com/document/4638.html

————————————

本人学习比较博客:
python – 随笔分类 – 流风,飘然的风 – 博客园
http://www.cnblogs.com/zdz8207/category/703525.html

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,130
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,601
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,444
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,218
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,852
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,940