Formats Available
Conditions of Use
Attribution-ShareAlike
CC BY-SA
Reviews
The text is well written and provides a solid introduction to the basics of Python programming for beginners. It is easy to read. In general, the author provides one clear coding example of each topic. read more
The text is well written and provides a solid introduction to the basics of Python programming for beginners. It is easy to read. In general, the author provides one clear coding example of each topic.
Overall, the content is accurate, and no errors were found.
The content remains and will continue to remain relevant for the foreseeable future. The author maintains and regularly updates the text for newer versions of Python.
Overall, the text is very clear. The “Lambda forms” subsection and the section on object -oriented programming could use more clarity and/or examples.
The text follows a clear and consistent layout for each topic.
The text is divided into a series of short sections on each topic. It is a good design.
The text is overall well-organized.
However, there is no index. The TOC lists sections 1.1. ,1.2, etc. but does not give page numbers. And the sections are not labeled 1.1, 1.2, etc. For those using a printed copy of the PDF, like myself, the cross referencing must be managed by looking for the section titles. A simple recommended fix is to add the page numbers to the TOC and the section numbers to the body.
The PDF has active links. The TOC has active links to the sections. The links I checked seem to work fine.
No grammatical errors were detected.
This text has been impressively translated into numerous languages. The text is unbiased.
I had my Intro to Python students work through most of this text. They appreciated having an OER textbook to use. There is, however, not enough material for a full semester course. I supplemented the course with my own materials.
We use the Anaconda installation and Jupyter notebooks in my course. I recommend adding Anaconda info under the installation section and adding a new section on Jupyter notebooks.
Overall, this text is a clear, concise, and streamlined introduction to Python programming for beginners.
Note: This review is for the version released Jan 4, 2022.
It covers most of the basics of python and it will be a good book for students who are new to the python language read more
It covers most of the basics of python and it will be a good book for students who are new to the python language
Overall, this book is accurate and error-free.
Page 92 "The best way to further explore the standard library is to read Doug Hellmann's excellent Python Module of the Week series (also available as a book)"
The amazon book hyperlink is no longer available
Page 27 "when using the format method, we can change the message without having to deal with the variables used and vice-versa." As a reader, I am not sure what the word "message" refers to.
This book is internally consistent in terms of terminology and framework.
I think this book could be divisible into smaller sections with better subheadings.
The organization of this book is very clear and easy to follow
Table content could be broken down more with a numerical index. It will be easier for users to navigate.
There is no grammatical errors in this book
The text is not culturally insensitive or offensive in any way.
Good coverage on basic topics and good depth for beginners. The data structure is a section I am not most familiar with. It would be nice to give the reader an overview comparison first and then goes into depth. Maybe explain different situations that which one can use different data structures as well as the pros/cons of each. More information could be added under the summary. It is a little confusing after the first time reading this section.
This book goes into detail on the aspects of programming with Python. A good beginner's book on Python programming language. This book is good for both the students who do not have any previous programming skills as well as those who have some... read more
This book goes into detail on the aspects of programming with Python. A good beginner's book on Python programming language. This book is good for both the students who do not have any previous programming skills as well as those who have some prior experience in another programming language like C/C++/Java/C#. What I liked in this book is that the preface starts with detailed instructions of installing the requisite software on different operating systems, which is something all instructors spend time on during their first lab class(es). This is very beneficial for the beginners. Also, comparisons given for different syntax encountered in Python vis-a-vis other programming languages at important focal points in the book gives a perspective for students having prior knowledge in one or more programming language(s) of C/C++/Java/C#.
I could not find any content errors and the content appeared accurate.
This book is relevant with the Python's software version mentioned and should be easily maintainable through minor updates with later versions of Python and operating systems (for example, installation on Windows 11) through GitHub.
The examples provided by the author are concise and easy to comprehend by the reader.
This textbook uses consistent terminology throughout, defining terms that might be new to students. Furthermore, I laud the author on consistently including short clickable hyperlinks to additional web resources where the student could learn more about a given topic if they wished.
Given the wide range of Python programming language, this book does justice to the intended audience who are beginning their journey in Python with or without any prior knowledge of any previous programming knowledge. The book is broken up into many chapters which cover different topics. The reader should be able to comfortably proceed from chapter to chapter and fall back on different programming exercises for practice.
The book is well organized. Starting with the necessary "Installation" instructions with respect to different operating systems, the book's "flow" starts with sequential programming, and then introduces the readers to the data structures and object-oriented concepts. Readers should find the text easy to go through. Also, hyperlinks are provided at relevant places in the text to help readers to quickly jump to a particular topic/module, if they need to have a quick reference to that topic, and back again.
It is available both in pdf format as well as in HTML in the free version. Both are well-formatted. The hyperlinks are available in both formats at appropriate places to fall back and revise/clarify any terminology/concept, which makes it very convenient. Moreover, availability of entire code on GitHub is definitely an added advantage.
There are no grammatical errors. I did not find any!
The text was not culturally insensitive or offensive. Moreover, there is a listing of this book being translated and available in other languages in the appendix.
Overall, I liked the flow of the text and the spectrum of topics that were covered in the book with ease. This book would be a very good book to use in an Introduction to Python course for students having CS as Major/Minor, and for non-CS students learning Python programming for their respective course works.
This book is very comprehensive. It covers all the topics from the start like what is Python, why should we use python and also gives a detailed explanation of how to install python. It starts with the basic flows, data types, loops, functions,... read more
This book is very comprehensive. It covers all the topics from the start like what is Python, why should we use python and also gives a detailed explanation of how to install python. It starts with the basic flows, data types, loops, functions, packages and data structures in a very elaborated way. It is an easy book to read as it has a very detailed example for each and every concept in python. It is a very good book for a beginner who wants to learn python from scratch.
It is a good book in which the content is accurate and I couldn't find any errors in the book. The book isn't biased and it covers all the possibilities a concept can be explained.
This book has up-to-date concepts of python. i.e, all the new concepts are also mentioned in the book along with the previous versions. The Author gives a very good explanation of the terms used in Python and other programming languages.
The author also explains the previous versions of Python. This book is mainly very useful for beginners as it gives a detailed explanation of every concept. The text is written in very lucid, accessible prose and it provides adequate context. The author uses terminology which is understandable to everyone mainly beginners.
The flow of the book is consistent throughout all the concepts. The book follows the same approach of explanation for every concept as it would be easy for the reader to clearly understand how the concept is explained with examples. Beginners could easily understand this book.
The book is broken into many chapters for every concept. The reader will be able to go chapter by chapter as it is clearly organized and so that the reader can start from the start and then complete each chapter and by which he/she can easily complete the book. By having small chapters, it would be easy to keep on track of the concepts that are being learnt.
The flow of the chapters and topics are clearly organized and they are in such a way where the before concepts are used in the later chapters which helps the users go through the previous topics and understand the concept more clearly. The structure and flow of the book is very clear and precise.
This book doesn't have any interface issues. The images and charts are clear to understand and help in understanding the concepts a lot better.
The book doesn't have any grammatical errors and the language is easily understandable as it doesn't have any complex words.
There wasn't any culturally sensitive information and any offensive words in the entire book. There are examples which have an inclusive variety of races and ethnicity and background.
Overall, this is a very good book. The main purpose of this book is to explain to new beginners all the concepts of python. This is the best book for people who have no knowledge of Python. The starting 20-25 pages explain no code and only has an explanation of concepts of python.
This book is comprehensive. It starts with why python, how to install python in different platforms, and then choose an editor and install. Then it introduces different data types, control flows, functions, function parameters, modules, packages,... read more
This book is comprehensive. It starts with why python, how to install python in different platforms, and then choose an editor and install. Then it introduces different data types, control flows, functions, function parameters, modules, packages, data structures, object-oriented programming, classes, files, and appendices that contain more about python. It is a good beginning book for people who want to learn python.
The content is accurate and no errors were found.
The book is relevant. It is a very good beginning book for anyone who wants to learn python. For instructors who teach python, it is a very introduction book to use.
This book is clearly written. The terms of python are well explained. The examples are easy to understand.
The context is consistent in the book. Each chapter ends with a good summary.
It is a good fundamental book to follow with different topics from easy to hard.
The book is well organized with different topics. Each topic is written and explained clearly with examples.
The interface of the book is fine overall, but it is not very easy to identify between different chapters sometimes.
No grammatical errors were found.
The book is written for python version 3.
This book is a very good book for people who begin to learn a programming language. It would be a good introductory book for anyone who wants to learn python.
An excellent beginner level book on Python. "A Byte of Python" covers many of the language features I would expect a programmer to pick up early on. I appreciate the additional references and bits of historical context that come up. I would... read more
An excellent beginner level book on Python. "A Byte of Python" covers many of the language features I would expect a programmer to pick up early on. I appreciate the additional references and bits of historical context that come up. I would like to see an expanded talk about how programming intersects with other related topics such as computer science in general, algorithms, and maybe an expanded section on software development processes (or maybe just some additional links to said related topics to keep the book approachable).
"A Byte of Python" is quite accurate and as unbiased as a book on a specific programming language could expect to be.
"A Byte of Python" is written in a way that covers the basics using generic enough approaches to be applicable for a long time, but relevant enough to only need minor updates from time to time (noting when new valuable features are added, such as f-strings).
This book is written using simple terms and initially direct approaches to each problem that it proposes and solves, which should make it approachable and easy to get through for most readers. There are plenty of technical terms, but they are well explained in their given context.
This book is consistent in its use of terminology and framework, approach to proposing and solving prooblems, and even in giving additional ideas and resources in many sections.
This book is well divided into sections and has the current section's title in the header of each page. I agree with another reviewer that the book could be improved with an index as well as a glossary of terms, but a majority of readers will likely already be decently capable at looking terms up on the Internet and with a little guidance searching a digital document for keywords.
I appreciate the organization and structure of the book, however there are a few sections that refer to other sections that do not make obvious or complete sense (Basics says that control flow should be next (maybe rearranged or split and merged sections?), Operators and Expressions says that next up is statements (overly simplified?).
This book is easy to interact with, easy to search, and easy to read.
No notable grammatical errors found; simple writing certainly helps keep it this way.
This book uses generally neutral to inclusive wording and examples.
A good book that I will likely use as a core resource to an intro to programming and computer science course.
This book goes into detail on the aspects of programming with Python. A good beginning basic book on this programming language. read more
This book goes into detail on the aspects of programming with Python. A good beginning basic book on this programming language.
I could not find any content errors and the content appeared accurate.
This book appears relevant and should be able to easily maintain any updates. The author gives a very good explanation of the terms used in Python and other programming languages.
The author talks about the different versions of Python and different programming languages, but the book seems to be designed for the beginning programmer. Because of that the reader my not understand the differences but the examples that the author provides throughout the book seem easy to comprehend.
The writing of the text is consistent throughout the book. At the end of each chapter is a brief recap of what was done.
The book is broken up into many chapters which cover different topics. The reader should be able to proceed from chapter to chapter and should be able to finish the entire book by the end of the semester.
Readers should find the text easy to go through. Chapter headings listed in a clear fashion.
The text was free from any significant interference problems although the light grey text in some of the chapters made it somewhat difficult to read.
I noticed one error in the Installed section of the book, where the text did not display an apostrophe in a word and it’s replacement was a symbol..
The text was not insensitive or offensive. There was a listing of this book being translated into many different languages.
This book would be a very good book to use in an intro to Python course. The author backs up his writing with examples throughout the book.
This book gives a very good fundamental plan for the beginner. read more
This book gives a very good fundamental plan for the beginner.
When I first opened the book and clicked on the download links and when I went back to the link two weeks later it had been changed. It made it a bit more challenging; but I was still able to follow along.
I plan on using this book for the first two, maybe three weeks of my Python class. I think it will give my students a basic understanding of what they will be learning throughout the rest of the semester.
This was written by a young man, and as most of my students are young adults, they will be able to follow this book easily.
I was able to closely follow from section to section on the flow of the books' path.
Good fundamental starting point for students that want to learn Python.
The flow was done in clear language and logically moved from section to section on learning the fundamentals of Python.
The book is a PDF. no major issues.
I couldn't find any grammatical errors.
This book was written with a straight-forward point of view for Python and Python only.
This book is rather short and I think it was creating to give the user just a 'taste' of the Python language. As such, I'm seriously considering using this book for the first two to three weeks of class to give my students a basic understanding of what they will be learning and also give them a resource on which they can reference when we use a fuller textbook.
The book is written for new first-time programmers on a language that has a huge library, so in its nature it could not be comprehensive. However, the basics are covered well, as was the intention of the author. read more
The book is written for new first-time programmers on a language that has a huge library, so in its nature it could not be comprehensive. However, the basics are covered well, as was the intention of the author.
This reviewer didn't see any errors in the text nor in the program examples. The content is accurate.
As with any computer language book, the changes are expected as the language develops. For now, the author was making the necessary changes from one edition to another. The basics will stay the same for at least few more years, since that part of the language will most likely not change.
The language structure, the principles, and the examples are well written and easily accessible. All the programming terms are well defined. However, the session on object oriented programming, maybe, could use a few more examples.
The text is consistent from chapter to chapter and within chapters. Definitions are provided and used consistently.
The chapters are well balanced. The book follows a story - from simple examples to more complicated and involved examples demonstrating various aspects of Python. It is not intended for readers to skip and/or mix chapters. Of course, experienced programmers could probably finish the book in a matter of hours, but then, this book is not written for them.
Definitely! Readers are gently introduced to the language syntax, procedural programming using functions, and then object oriented programming. At the end, a number of other, more involved, books and websites were provided.
The book is well presented. A small suggestion would be to have a couple diagrams showing the relationship between classes, sub-classes, objects, etc. Since I downloaded the whole book and printed it - I could not observe any computer-related interface issues.
There were no grammatical errors that I observed.
This book is not culturally insensitive or offensive. The book examples deal with groceries, universities, etc. which are culture-neutral.
I liked the book and most likely I will use it as a beginning of Python learning in class. However, since I am looking at IoT and mechatronics uses with Raspberry Pi, I will have to add some more material for that purpose.
Once again, this is a well-written easy-to-read book with examples for Python 3 that I will likely adopt for my first robotics class.
This book, as stated in the Preface, "It is mainly targeted at newbies". Therefore, only basics of Python programming and its environment is explained. read more
This book, as stated in the Preface, "It is mainly targeted at newbies". Therefore, only basics of Python programming and its environment is explained.
Although I could not see an error, the statement "Just remember that Python treats everything as an object and this includes functions" on page 66 would be confusing, The objects are instances of a class that includes data fields (properties) and methods (functions).
The content is up-to-date. It would be good to add a note about more specific version (3.#) of the Python used. The book has some references that the reader can keep track updates.
In general, the language is clear. Some sections such as "Raw String", "VarArgs parameters", and "Lambda Forms" needs more clarification with some simple examples to make it easier to comprehend purpose and usage.
I could not see any inconsistency throughout the book.
The book follows traditional chapters and subsections for a programming language.
The flow of the book is smooth; the readers can navigate easily to comprehend the content.
The format is appropriately designed for smooth reading.
I did not see any textual or grammatical error.
The content is free of offensive language.
This books is intended for "newbies" who are familiar with an OOP language. Particularly, the reader would appreciate for the sections "How It Works" and "Note for C/C++ Programmers".
This book assumes the reader has no experience with Python and does a good job writing to that assumed audience. There are a few places where it may benefit the reader if it was more comprehensive. For example, there is a list of operators and... read more
This book assumes the reader has no experience with Python and does a good job writing to that assumed audience. There are a few places where it may benefit the reader if it was more comprehensive. For example, there is a list of operators and the list includes bit-wise AND, yet there is no explanation of what that operator is or does, even though most of the operators have an explanation and example (but not all).
The content was accurate and I did not notice any errors. There were a few characters that did not show up correctly, but I attribute that to download errors. There were a few broken links, but each link has detailed information which can be easily searched on the internet.
The content is very relevant and the examples will not make the text obsolete. The author does a good job of mentioning how the syntax/vocabulary has changed from one version to the next or how it compares to other programming languages.
The author is very clear, with simple language that is to the point. At times, it is almost too simple. For example, the section on while-loops doesn't mention sentinel values. The author absolutely does a good job of introducing the concept, explaining the control flow, and providing an example, but doesn't mention sentinel values. This level of writing gives the very basic foundation.
The book is very consistent. The author consistently presents a narrative about a concept, sample code, the output, and then breaks down the code and output. The format is laid out nicely and is consistent throughout the entire book.
This book is not overly self-referential. There are several places where the author provides a link to a later chapter or mentions that more about a concept will be discussed later, but it does not disrupt the reading.
The organization is typical of a programming language book. I think the book can benefit from either subheadings in the table of contents, a glossary, or an index. Digital books are so easily searchable, that an index or glossary is almost obsolete, but that assumes you know what to search for. Given how this was written for a beginner, I think the user would benefit from at least one of the above.
There is no problem with the interface in the PDF version. I did not look at the online version. I would have appreciated page numbers in the table of contents for the PDF version, but the headings in the table of contents are links, so it's easy to navigate the interface.
I did not notice a single grammatical error.
This book is designed for a beginner from any cultural background. The one and only example that I noticed was using the term "marks" when referring to a student's grade. As an american, we don't use that term, but it is in no way offensive, nor does it detract from the example. The author does a great job of using neutral language to teach a topic that can be overwhelming to a beginner.
This is a great book for a resource, but I'm not sure it's a good textbook, in the traditional sense. Meaning, if you are accustomed to a textbook that lays out the concepts and then gives several problems to work on, you will not receive those traditional problems. This is not a criticism. It just depends on your need. There are a few "homework" problems, but there are no solutions. On another note, the author gives links to several problems/challenges/projects that are readily available on the internet. Overall, I think this is an excellent book for a beginner.
The book has a detailed explanation of how to download and install Python, and how to write and run code in the development environment. This is valuable for people who are new to programming. There is not any actual Python code until twenty pages... read more
The book has a detailed explanation of how to download and install Python, and how to write and run code in the development environment. This is valuable for people who are new to programming. There is not any actual Python code until twenty pages into the book.
It would be a good reference for those who are just learning to program, or if they need a concept explained in a new way. The comprehensiveness is enough for a beginner.
It delves into many concepts, but does not cover them in a lot of depth. For example, there are four data structures in Python: lists, tuples, dictionaries, and sets. Each of them is covered in about two pages, including code examples. An additional half-page looked at objects and classes and how they relate to lists.
There are three control flow statements in Python - if , for and while. They are the backbone of many programs. Those are initially covered in only five pages total.
There are five pages of good resources and links near the end.
There is not an index or a glossary.
The book is accurate for Python 3, the mostly commonly used version today.
I did not find any errors in the code.
The text and example code are timeless and will not become obsolete.
The topics could easily be expanded with more examples and explanation.
There are several pages of resources at the end. However, some of these links are no longer active. For example, the link to Python Module of the Week goes to python.org instead of pymotw.com.
The book is relatively easy to read. The text is written for beginning programmers. It defines new terms as soon they are used.
The author mentions the Python Standard Library, then admits that the reader may need to return to that when they are more experienced.
The text is consistent. The program examples are formatted the same throughout.
The format is usually like this: a new topic is introduced, example code shows how it works, then the code is explained.
It is not easy to make a programming language easy to understand, but the author does this well.
The Table of Contents breaks down the material. The sections could easily be incorporated into a course.
There are a few places where the reader is given a link to jump ahead for more info before returning to the current topic.
It would be nice if the Table of Contents had links to the subheadings.
Most programming texts follow a similar path. Data types, variables, and indentation are all in the Basics section. From there, it moves on to Operators and Expressions, then Control Flow, then Functions.
The section on object-oriented programming starts about two-thirds of the way through. This is a more advanced concept for beginners.
The text is clear, and the program examples are readily visible.
At the beginning, there are six pages of reader comments in light gray text. The lack of contrast makes this section more difficult to read.
I did not find any grammatical errors.
The book does not refer to any race, ethnicity or background. Volunteers have translated the book into more than twenty languages.
A copy of the book can be purchased for $29.
There are not a lot of 'Python' textbooks that are designed for beginner programmers. "A Byte of Python' is an easy book to follow in learning how to program using Python. This book is very simple to understand and makes it very simple to develop... read more
There are not a lot of 'Python' textbooks that are designed for beginner programmers. "A Byte of Python' is an easy book to follow in learning how to program using Python. This book is very simple to understand and makes it very simple to develop simple programs. It is an excellent book/reference for teaching beginner coding in K-12 or higher-ed.
Minor problem that can be easily fixed: the Table of contents page numbering is off and an index was not present.
The content contained in "A Byte of Python" is accurate and sectioned out for ease of accessibility.
Programming instructions or coding instructions (programming language) just does not change frequently like some disciplines such as "American Government". "A Byte of Python" is written such that the content is current and with a usefulness for quite some time. Any future updates to the textbook can be easily grafted/merged in with very little effort and without distorting the topics within each chapter. It is hoped that the next version will consist of an index and a corrected Table of contents.
The author put in a lot of effort to keep the contents of the textbook simple and very clear to understand. Step-by-step processes along with many examples were used to ensure clarity.
This textbook is consistent in terms of terminology and framework. In looking at other textbooks written for programming with Python, the basic language terminology is the same. There may be some variations in the particular editors that can be used but the meaning, usage, and design are the same. Students can start learning from this textbook, and in no time will be able to better interpret a more complicated written textbook.
This textbook is sectioned out using chapters. The text is varied in that titles are large and sub-titles and paragraph headers are sized appropriately making it easy to recognize the division in each chapter. The major points of each topic, of each chapter, is broken out into chunks making it very easy for students to understand. When students have the need to refer back to a particular point, they can readily do so by referring to the headings and sub-headings.
Note: an index added to the textbook would increase to functionality of the book in regards to ease of use and accessibility.
Here is where the correct 'Table of Contents" is helpful. The author of this textbook presented the chapter topics in an organized and logical flow. A small print problem was encountered. The section/chapter on 'Problem Solving' downloaded with a font size of 12 instead of the title size. Maybe just another download bug. Additionally, the summary in the chapter entitled "Basics" implies that the next chapter to be discussed is dealing with 'control flow' but in actuality the next chapter focuses on 'Operators and Expressions'. This should be changed to eliminate any possible confusion regarding expectation.
Regarding the interface there were no significant or observed interface issues. The couple of text translation errors was very minimum. All text, images, and charts were easy to read and identify without distraction or confusion to the reader. There were no accessibility problems.
In reading through the textbook there were no grammatical errors found. However, please be aware that sometimes in downloading the textbook, symbols can get easily change. So, for example, if you see a "?" where a "," should be in a word like "don't", that is a just download error. That happens.
The textbook is not culturally insensitive or offensive in any way. From an instructor's perspective I am mainly looking for ease of use and understanding for different learning styles. The way the book is written I see no problem with my students grasping the intended concept of learning 'Python'. However, the name is one that would make some persons distant themselves in the beginning.
Very good textbook that I will be using.
Table of Contents
- First Steps
- Basics
- Operators and Expressions
- Control flow
- Functions
- Modules
- Data Structures
- Problem Solving
- Object Oriented Programming
- Input and Output
- Exceptions
- Standard Library
Ancillary Material
Submit ancillary resourceAbout the Book
"A Byte of Python" is a free book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for you.
About the Contributors
Author
Swaroop C H