BlogHide Resteemsluciole-saison (25)in python • 5 years agoPython自學 第四課 Python3畫方形1. import 引用一個寫好的程式 import turtle turtle是一個已經寫好的畫畫的程式,此處是直接引用 my_turtle=turtle.Turtle() my_turtle在這句話以後就有了畫畫的功能 my_turtle.shape("turtle")…luciole-saison (25)in python • 5 years agoPython自學 第三課 Python3語法print #1. print 輸出 print('Hello World') 或者 print("Hello World") => Hello World print("I'll go to bed soon") => I'll go to bed soon print('"Hello World"') => "Hello World" 2 # 備註 用於標記或者筆記 #…luciole-saison (25)in python • 5 years agoPython 自學 第二課 python以及編輯器的安裝Python下載安裝網站: Pycharm 編輯器(Python的一款編輯器) 下載社區版本即可(專業版需要付費) Pycharm 的使用跟隨Inty的介紹來進行,很容易安裝,英文界面,跟隨Inty的介紹來使用的好處是,遇到新的軟件,跟隨使用就會自然而然的熟悉軟件的交互邏輯了,以及各個功能按鈕是做什麼用的。…luciole-saison (25)in python • 5 years agoPython 自學 第一課 2019年為止 哪一種編程語言更常用?到2019年為止, python是編程語言中已經成為排名第三的編程語言,並且持續保持增長態勢,所以它是一門非常值得學習的編程語言。 ----- 觀看的自學視頻:【跟著INTY學Python】Youtube視頻 Python自學的網站: ----- Python自學目錄