Python — Part 01
去年我有發了一些python文,但決定重做新的系列🤖
網路課程Courses
總推Zero to Mastery 給新手們( beginners)
他們雖然也有Udemy的課,但若加入他們的網站,會有更多課可選💪
Zero to Mastery
https://zerotomastery.io/courses/learn-python/
Udemy
Python 3: Project-based Python, Algorithms, Data Structures
Learn to Code with Python 3!
https://www.udemy.com/course/python3-for-beginners/learn/lecture/14781146?start=0#overview
The Complete Python 3 Course: Beginner to Advanced!
https://www.udemy.com/course/python-complete/
資源(Resources)
一天練一題,bug遠離你
Break-ice-with-python
https://github.com/darkprinx/break-the-ice-with-python
Python 是直譯語言(interpreted language)
更多資訊| https://www.geeksforgeeks.org/difference-between-compiled-and-interpreted-language/
Python 可做什麼?
- 人工智慧AI,
- 駭客Hacking
- 深度學習(Deep Learning)
- 網頁開發(Web development)
- REST API…
哪裡可以練習Python?
開始在Python Coding …!
name = input ('What's your name?') prin('heeeeelllllooo' + name)
Python2 & Python3 的差異
在 Python 2, print被當作 陳述(statement),但在 Python 3, print 被當作函式( function),且雖不需要將文字(text)放在括號( parentheses)裡 ,但想要這麼做也行
more info |
https://www.interviewbit.com/blog/difference-between-python-2-and-3/
Python 厲害在哪裡?
- 簡單易學好上手,還很通用.
- 成熟且高支持性的Python社群( Community)
- 總歸來說,他們還提供許多工作機會😎
more info |
https://www.futurelearn.com/info/blog/what-is-python-used-for
Python 小抄在這裡(ENG)
GitHub — aneagoie/ztm-python-cheat-sheet