PYTHON PROGRAMMING FOR BEGINNERS: The Ultimate Beginner’s Guide to Learning Python, Even If You’re Completely New to Programming, Complete with Hands-On Projects Examples
August 19, 2021
by Eunice Lewis Ph.D
ASIN: B09CRN22W5
Publisher finelybook 出版社: Independently published (August 19, 2021)
Language 语言: English
Print Length 页数: 197 pages
ISBN-13: 9798459931617
Book Description
By finelybook
Python’s history began in the late 1980s, when its creator, Guido van Rossum, began working on it. Python is the ABC programming language’s heir. Python’s first version was released in 1991, and it has only grown exponentially since then. It now has a large community that regularly releases new updates. Guido van Rossum is also known as the “Lifetime Benevolent Dictator.” The Python community bestowed this title on him to recognize his long-term commitment and dedication to the project, as well as his role as project leader for so long. Python is a high-level interpreted programming language that is used for general-purpose programming all over the world. It is a free and open-source programming language licensed by the Free Software Foundation (FSF) and the Open-Source Initiative (OSI) (OSI). Its source code, like that of some other programming languages, is available under the GNU General Public License (GPL). Python 2.x, the legacy version, was previously used all over the world. After Python 2.7, it no longer received newer features and security updates, so users migrated to Python 3.x. Throughout this book, we will concentrate on the Python 3.x version, which is the most recent and is still in active development. Before we continue, I’d like to remind everyone that the goal of this book is to clarify your understanding of Python by explaining technical terms in layman’s terms using code snippets and practical examples. I also wanted to make sure that the reader was not bored while reading the book, so I’ll be including some visually appealing code snippets.