python學習中文第五版
Python is a multi-utility high-level language (programming as well as a scripting language) first introduced in the year 1991 designed by ‘Guido Van Rossum’, and was named after ‘Monty Python’ which was a very famous British Comedy group of their time. Python emphasizes code readability as it supports simple English language and follows the offside rule which means each block’s function depends on the indentation of that functional block. It supports various programming paradigms like object-oriented programming, procedural programming, functional programming, etc. Python consists of a very comprehensively large library and has a very large range of interpreters which makes it functional in almost every operating system. Among the various implementations of this language, the most commonly used version is ‘CPython’ which is an open source software and has a community-based development model and is monitored by ‘Python Software Foundation’. It is used in GIS programming not only this but this language supports chips at ‘Intel’ but also powers a powerful social media ‘Instagram’ and even development of games using ‘PyGame’ library.
Python是一種多用途的高級語言(編程和腳本語言),由Guido Van Rossum于1991年首次提出,并以“ Monty Python”命名,Monty Python是一個非常著名的英國喜劇團體,他們的時間。 Python強調代碼的可讀性,因為它支持簡單的英語語言,并遵循越位規則,這意味著每個塊的功能取決于該功能塊的縮進。 它支持各種編程范例,例如面向對象的編程,過程式編程,函數式編程等。Python包含一個非常全面的大型庫,并且具有大量的解釋器,這使得它幾乎可以在每個操作系統中運行。 在該語言的各種實現中,最常用的版本是“ CPython”,它是一種開源軟件,具有基于社區的開發模型,并由“ Python軟件基金會”進行監視。 它不僅用于GIS編程,而且還支持“英特爾”的芯片,還支持強大的社交媒體“ Instagram”,甚至使用“ PyGame”庫開發游戲。
1)教程點 (1) Tutorials Point)
This site is one of the best sites for novice coders to start learning python as they consist of some of the most comprehensive courses for learning python from scratch up to intermediates level but it also covers some of the advanced parts like a database, CGI, GUI design, game design, GUI design etc. The stand out feature is the provision of test the code window in the site itself so that one can run the code in the browser itself.
該站點是新手程序員學習python的最佳站點之一,因為它們包含一些從頭到尾學習python的最全面的課程,但是它還涵蓋了一些高級部分,例如數據庫,CGI,GUI設計,游戲設計,GUI設計等。突出的功能是在站點本身中測試代碼窗口,以便人們可以在瀏覽器中運行代碼。
Link: https://www.tutorialspoint.com/python/index.htm
鏈接: https : //www.tutorialspoint.com/python/index.htm
2)Codementor.io (2) Codementor.io)
This site is for intermediaries and expert programmers who already have some handful knowledge of the language. Though there could be small bits of details and materials for beginners to learn scattered along the website. The post on this site whenever posted always covers a new topic of specific focus and importance like the addition of git authors, implementation along with node.js, and many more.
該站點面向已經掌握一些語言的中間人和專家程序員。 雖然可能會有一些細節和材料供初學者學習,但這些信息和材料散布在網站上。 無論何時發布,此站點上的帖子始終涵蓋特定焦點和重要性的新主題,例如git作者的添加,實現以及node.js等等。
Link: https://www.codementor.io/collections/learn-python-bwbc63ulz
鏈接: https : //www.codementor.io/collections/learn-python-bwbc63ulz
3)代碼學院 (3) Code Academy)
Started in the year 2012 by Alex Vazquez, Tim Sabat, Chris Coyier is an online coding community for various front-end and web developers which provides a social development environment. Where a user can test and showcase their web projects and share their code snippets for others to use. This platform is very useful as one can learn many new things by solving problems others are facing.
克里斯·科耶爾(Chris Coyier)由亞歷克斯·瓦茲克斯(Alex Vazquez),蒂姆·薩巴特(Tim Sabat)于2012年創立,是一個面向各種前端和Web開發人員的在線編碼社區,它提供了社交開發環境。 用戶可以在其中測試和展示其Web項目并共享其代碼段以供其他人使用。 這個平臺非常有用,因為它可以通過解決他人面臨的問題來學習許多新事物。
Link: https://www.codecademy.com/learn/learn-python
鏈接: https : //www.codecademy.com/learn/learn-python
4)Python.org (4) Python.org)
The official site designed by the Python Software Foundation for various python aspirants to learn and implement the language. The site offers downloads of all required applications for learning with introduction towards a very interactive and helpful community among various documentation and learn application development using python using its various and large set of libraries.
由Python Software Foundation設計的官方站點,供各種python有志者學習和實現該語言。 該站點提供了所有必需應用程序的下載,以供學習,并在各種文檔之間建立了一個非常互動和有用的社區介紹,并使用各種不同的大型庫使用python學習應用程序開發。
Link: https://www.python.org/
鏈接: https : //www.python.org/
5)Python挑戰 (5) The Python Challenge)

If you are one who wants to test their python programming skills than this site is right up your alley as this site as suggested by its name provides us with various python riddles, questions, and challenges. The great feature of this site is that it provides such challenges in the form of creative games which are fun to solve. For solving these problems various modules can also be found on the site. Though the design of the site is a bit ugly but good for testing your programming skills as it provides 33 levels to master.
如果您想測試自己的python編程技能,那么此網站就近在咫尺,因為它的名稱暗示該網站為我們提供了各種python謎語,問題和挑戰。 該網站的主要功能是以有趣的創意游戲形式提供此類挑戰。 為了解決這些問題,可以在現場找到各種模塊。 盡管該站點的設計有點丑陋,但是它可以提供33個級別的掌握,因此非常適合測試您的編程技能。
Link: http://www.pythonchallenge.com/
鏈接: http : //www.pythonchallenge.com/
翻譯自: https://www.includehelp.com/articles/top-5-websites-for-learning-python.aspx
python學習中文第五版