Giter VIP home page Giter VIP logo

pythonbasic_'s Introduction

Python 入門

這是你的第一段程式碼:

import matplotlib.pyplot as plt

x = [1,2,3]
y = [4,5,10]

plt.plot(x, y, linestyle = 'solid', color = 'black', marker = 'o')

image

接著,我們將以此作爲延伸,帶你一步一步改善這段程式碼!

目錄:
第01章: 簡介
第02章: 資料類型
第03章: 日期 / 時間 / 時間間距
第04章: 運算子(加減乘除)
第05章: 數學
第06章: 流程控制 - For 迴圈
第07章: 流程控制 - While 迴圈
第08章: 流程控制 - If...Else
第09章: 流程控制 - Break 與 Continue
第10章: Try...Except
第11章: 函式(函數)
第12章: 類別 / 物件
第13章: 檔案控制

第X章: 必學模組01: Numpy
第X章: 必學模組02: Pandas
第X章: 必學模組03: JSON
第X章: 必學模組04: 繪圖 (Matplotlib)
第X章: 模組05: re
第X章: 模組06: 網頁查詢/爬蟲 (Selenium, WebRequest, BeautifulSoup, Scrapy)
第X章: 模組07: 資料庫 (SQL Server)
第X章: 模組08: GIS

  • Basemap, Shapely, Cartopy
  • PyProj
  • Arcpy
  • GDAL, Fiona, Geopandas
  • ipyleaflet

第X章: 模組09: 機器學習
第X章: 模組10: GUI 視窗介面 (TKinter)
第Y章: 專題01: 操控微軟Microsoft Excel
第Y章: 專題02: 操控微軟Microsoft Word
第Y章: 專題03: 網頁爬蟲
第Y章: 專題04: 2D遊戲製作
第Y章: 專題05: 電腦視覺
第Y章: 專題06: Tableau
第Y章: 專題07: 聊天機器人 (LineBot)

pythonbasic_'s People

Contributors

weegary avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.