MonLes
MonLes

嘗試從都市叢林回到魔法森林。 更多作品 | https://linktr.ee/monles

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

https://www.udemy.com/course/python-programming-algorithms-data-structures/learn/lecture/13556064?start=45#overview

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

如果覺得我的文章有幫助 👏 可以多按下面的按鈕幫我拍拍手 👇 

🤖我也有在FAUN發表英文版教學文章喔! 💪

🚀Developers: Learn and grow by keeping up with what matters, JOIN FAUN.


CC BY-NC-ND 2.0 版权声明

喜欢我的文章吗?
别忘了给点支持与赞赏,让我知道创作的路上有你陪伴。

加载中…

发布评论