(一)Python入門筆記(概念 使用場景)

2021-10-03 18:03:28 字數 341 閱讀 4705

一、什麼是 python?

python 是一門流行的程式語言。它由 guido van rossum 建立,於 1991 年發布。

它用於:

web 開發(伺服器端)

軟體開發

數學系統指令碼

二、python 可以做什麼?

可以在伺服器上使用 python 來建立 web 應用程式。

python 可以與軟體一起使用來建立工作流。

python 可以連線到資料庫系統。它還可以讀取和修改檔案。

python 可用於處理大資料並執行複雜的數**算。

python 可用於快速原型設計,也可用於生產就緒的軟體開發。

Python入門筆記(一)

coding utf 8 print hello world 多行語句 sums 1 2 3print sums days monday tuesday monday print days 等待使用者輸入 raw input 按下 enter 鍵退出,其他鍵任意顯示.n 同一行顯示多條語句 用 分開...

Python入門基礎筆記一

基礎語法 運算子1.不用事先宣告型別,隨時可以賦值為其他型別 2.程式設計時不知道是什麼型別,很難推斷 編譯時無法檢查,只有執行時才能檢查 由符號 標註的文字 浮點數 num 1 string type num let s go string type num he s old string typ...

Python入門學習筆記(一)

變數修改注意不同變數賦值時的變數位址變化 變數刪除del 變數名數字 int,float 字串 print hahhaha hah str name str.center 50,out name str name hometown shanghai print str hometown out na...