Python Programming for Beginners: The Ultimate Guide for Beginners to Learn Python Programming: Crash Course on Python Programming for Beginners
暫譯: 初學者的 Python 程式設計:初學者學習 Python 程式設計的終極指南:初學者的 Python 程式設計速成課程
Publishing, Amz
商品描述
The history of Python kicked off when Guido van Rossum, the founder of Python, started working on it in the late 1980s. Python is the successor of the ABC programming language. The first Python version was released back in 1991 and has only grown exponentially since then.
It now has a vast community that releases the latest updates regularly. Guido van Rossum is also known as the "Benevolent Dictator for Life". This title was given to him by the Python community to honor him for his long-term commitment and dedication to the project and for being the project leader for such a long period.
Python is a high-level interpreted programming language that is used throughout the world for general-purpose programming. It is an open-source programming language licensed by both the Free Software Foundation (FSF) and Open-Source Initiative (OSI). Like some other programming languages, its source code is also available under the GNU General Public License (GPL).
Python 2.x, being the legacy version, was used earlier across the globe. It stopped receiving newer features and security updates after Python 2.7, so people migrated to Python version 3.x.
Throughout this book, we will be focusing more on the Python 3.x version, which is the latest and is currently in active development.
Before we proceed further, I would like to inform you all that the purpose of writing this book is to make your understanding of Python clearer by explaining technical terms in layman's language with the help of code snippets and practical examples.
I also wanted to make sure that the reader does not feel bored while reading the book, so I'll be adding some attractive code snippets that are appealing to the eyes.
It now has a vast community that releases the latest updates regularly. Guido van Rossum is also known as the "Benevolent Dictator for Life". This title was given to him by the Python community to honor him for his long-term commitment and dedication to the project and for being the project leader for such a long period.
Python is a high-level interpreted programming language that is used throughout the world for general-purpose programming. It is an open-source programming language licensed by both the Free Software Foundation (FSF) and Open-Source Initiative (OSI). Like some other programming languages, its source code is also available under the GNU General Public License (GPL).
Python 2.x, being the legacy version, was used earlier across the globe. It stopped receiving newer features and security updates after Python 2.7, so people migrated to Python version 3.x.
Throughout this book, we will be focusing more on the Python 3.x version, which is the latest and is currently in active development.
Before we proceed further, I would like to inform you all that the purpose of writing this book is to make your understanding of Python clearer by explaining technical terms in layman's language with the help of code snippets and practical examples.
I also wanted to make sure that the reader does not feel bored while reading the book, so I'll be adding some attractive code snippets that are appealing to the eyes.
商品描述(中文翻譯)
Python 的歷史始於 1980 年代末,當時 Python 的創始人 Guido van Rossum 開始著手開發。Python 是 ABC 程式語言的後繼者。第一個 Python 版本於 1991 年發布,從那時起其使用者數量以指數級增長。
目前,Python 擁有一個龐大的社群,定期發布最新的更新。Guido van Rossum 也被稱為「終身仁慈獨裁者」(Benevolent Dictator for Life)。這個稱號是由 Python 社群授予他的,以表彰他對該專案的長期承諾和奉獻,以及他作為專案負責人的長期領導。
Python 是一種高階的解釋型程式語言,廣泛用於通用程式設計。它是一種開源程式語言,受到自由軟體基金會(Free Software Foundation, FSF)和開源倡議(Open-Source Initiative, OSI)的授權。與其他一些程式語言類似,其源代碼也在 GNU 通用公共授權(GNU General Public License, GPL)下提供。
Python 2.x 作為舊版,早期在全球廣泛使用。自 Python 2.7 之後,它停止接收新功能和安全更新,因此人們轉向 Python 3.x 版本。
在本書中,我們將更專注於 Python 3.x 版本,這是最新版本,並且目前仍在積極開發中。
在我們進一步討論之前,我想告訴大家,撰寫本書的目的是通過用通俗易懂的語言解釋技術術語,並輔以程式碼片段和實際範例,讓您對 Python 的理解更加清晰。
我也希望確保讀者在閱讀本書時不會感到無聊,因此我將添加一些吸引眼球的程式碼片段。