Eastsheng's Wiki

Python Tutorials收藏

2021-07-03 10:48:28

[toc]

教程

名称 链接
Real Python Tutorials https://realpython.com/
Python进阶 https://eastlakeside.gitbook.io/interpy-zh/#yuan-shu-zuo-zhe
PyQt Example applications https://www.mfitzp.com/pyqt-examples/
PyQt5 https://www.mfitzp.com/pyqt-examples/
莫烦python https://mofanpy.com/
Python官网,下载 https://www.python.org/
《Python 数据科学入门教程》 https://wizardforcel.gitbooks.io/matplotlib-intro-tut/content/
Python中文学习大本营 http://www.pythondoc.com/
Learn python the hard way https://learnpythonthehardway.org/
Learn Python 3 with Head First - Resources http://python.itcarlow.ie/resources.html
Python code example https://www.programcreek.com/python/
Python在线学习 http://code.py40.com/
Python黑洞网 https://www.pythonheidong.com/
Python中文网 https://www.cnpython.com/
Python学习园 http://liao.cpython.org/
NumPy 中文 https://www.numpy.org.cn/
Pandas 中文 https://www.pypandas.cn/
Matplotlib 中文 https://www.matplotlib.org.cn/
Matplotlib 用户指南 https://wizardforcel.gitbooks.io/matplotlib-user-guide/content/
Matplotlib 绘图基础 https://blog.chembiosim.com/Matplotlib-basics/
The Django Book http://djangobook.py3k.cn/2.0/
包含:python、Kivy、深度学习等 http://www.ipaomi.com/
kivy官网 https://kivy.org/#home
Django documentation https://docs.djangoproject.com/en/3.2/
DelftStack https://www.delftstack.com/zh/

GUI教程

名称 链接
Python GUI编程(Tkinter) https://www.runoob.com/python/python-gui-tkinter.html
廖雪峰-图形界面 https://www.liaoxuefeng.com/wiki/1016959663602400/1017786914566560
Python GUI设计 tkinter菜鸟编程 https://blog.csdn.net/m0_46653437/category_10441177.html

第三库

名称 链接
Pillow(最流行的 Python 图像处理库) https://python-pillow.org/
制作简单 GUI 程序的 Python 库 https://github.com/alfiopuglisi/guietta
基于 G2Plot 封装的 Python3 可视化库 https://github.com/hustcc/PyG2Plot
数据科学方面的 Python 开源库 https://github.com/lux-org/lux

资源

Python 的简易小程序

How to Install Anaconda on Ubuntu 18.04 and 20.04

Windows配置pypy环境

  • 下载对应版本pypy
  • 直接解压,并配置环境变量;
  • 安装pypy pip,下载get-pip.py,并放到刚刚解压的pypy文件夹里;
  • cmd进入文件夹并输入以下命令安装pip:
1
pypy3 get-pip.py