python學習資料

2021-08-13 15:28:12 字數 2581 閱讀 7210

github:

lijin-thu/notes-python

nbviewer:

jupyter notebook viewer

網頁:lijin-thu.github.io

專欄:django實戰

——csdn同類專欄閱讀量第一

被解放的姜戈

——很經典也很引人的教程

welcome to flask

——flask官方文件

【超全整理】《python自動化全能開發從入門到精通》筆記全放送

shfanzie/systematically_self-study_python

python 初學者的最佳學習資源

python 學習資料總結

一篇文章入門 python 生態系統

如何像 python 高手( pythonista )一樣程式設計

python module of the week

full stack python

免費的計算機程式設計類中文書籍

:乙個免費的程式設計中文書籍索引,你可檢視 python 下的經典書籍。

@蕭井陌:程式設計入門指南 v1.5:本指南更多講的是學習中多問幾個 why,深入了解其背後的技術細節等。

funny things:

flask

web.py

tornado

主要學習 numpy,scipy,matplotlib,sympy 等科學計算相關庫的使用;

主要學習pandas,scikit-learn,scikit-image 的基礎使用;

學習 pandas 基礎,資料載入、儲存與檔案格式,資料規整化,繪圖和視覺化的知識;

python專案:

0、python與設計模式--前言:https://

1、python與設計模式--單例模式:https://

2、python與設計模式--工廠類相關模式:https://

3、python與設計模式--建造者模式:https://

4、python與設計模式--原型模式:https://

5、python與設計模式--**模式:https://

6、python與設計模式--裝飾器模式:https://

7、python與設計模式--介面卡模式:https://

8、python與設計模式--門面模式:https://

9、python與設計模式--組合模式:https://

10、python與設計模式--享元模式:https://

11、python與設計模式--橋梁模式:https://

12、python與設計模式--策略模式:https://

13、python與設計模式--責任鏈模式:https://

14、python與設計模式--命令模式:https://

15、python與設計模式--中介者模式:https://

16、python與設計模式--模板模式:https://

17、python與設計模式--迭代器模式:https://

18、python與設計模式--訪問者模式:https://

19、python與設計模式--觀察者模式:https://

20、python與設計模式--直譯器模式:https://

Python 學習資料

一 python 學習 1 python菜鳥教程 該教程對新手非常友好,通俗易懂,而且還有 展示,也適合當作工具來使用。2 廖雪峰老師的教程 3 python正規表示式指南 內容淺顯易懂,知識結構清晰,python 正規表示式入門。4 python指南 英文 5 python教程 google 出版...

python學習資料

資源概述 推薦閱讀 1基礎篇 python核心程式設計第3版中文版 python學習手冊 第4版 千行 入門python 笨辦法學python 第四版 2爬蟲篇 用python寫網路爬蟲 python爬蟲開發與專案實戰 3後端篇 python高效開發 django flask twisted dja...

Python學習整理資料

raw input input 長字串 三個引號 原始字串 第一張函式 第二章列表和元祖 列表可以修改的,元祖不可以 列表 相當於陣列 分片 很像字串或者列表的擷取 num 2 3 2 第三個引數是步伐,可以為負值,那就是從右往左邊取值 索引 分片 連線 乘法 in檢查序列中是否存在 max min...