IniciGrupsConversesMésTendències
Cerca al lloc
Aquest lloc utilitza galetes per a oferir els nostres serveis, millorar el desenvolupament, per a anàlisis i (si no has iniciat la sessió) per a publicitat. Utilitzant LibraryThing acceptes que has llegit i entès els nostres Termes de servei i política de privacitat. L'ús que facis del lloc i dels seus serveis està subjecte a aquestes polítiques i termes.

Resultats de Google Books

Clica una miniatura per anar a Google Books.

S'està carregant…

Python QuickStart Guide: The Simplified Beginner's Guide to Python Programming Using Hands-On Projects and Real-World Applications

de Robert Oliver

MembresRessenyesPopularitatValoració mitjanaConverses
11101,727,606 (4.8)Cap
Learn Python fundamentals that can be used in any programming setting - use the guidance in this book to program your own game in a unique and practical Python learning experience.Learning Python opens the door to a world of programming possibilities. From AI and machine learning to video game, app, and web development, Python is a critical behind-the-scenes component of everyday technology. Python powers the services of household names like Google, Netflix, and Spotify along with tech pioneers like NASA, IBM, and Intel. Put simply, Python is the in-demand and easy-to-learn programming language that gets stuff done. In Python QuickStart Guide, senior developer and programmer Robert Oliver lays out the quickest and most accessible path yet to the mastery of Python fundamentals. Distilling his experience drawn from over two decades of working with Python and other programming languages, Robert's clear voice and writing present a practical, hands-on approach that anyone, at any experience level, can use to become a Python programmer. It doesn't matter if you are a new or existing programmer, a job seeker looking for a career change or promotion, or just someone who wants to learn how to automate basic tasks with Python-Robert's step-by-step approach, complete with a hands-on companion Python video game project, is the perfect starting point to master Python fundamentals! You Will Learn: - How to Use Python - Practical Examples, Code Snippets, Plus Follow Along to Code Your Own Game! - Python Fundamentals - How to Use Python for Web Design and Interfacing with GitHub, SQL, and Other Applications. - Object-Oriented Programming Principles - Managing Data, Scripts, Logic, Inputs, Outputs, and More! - Programming Essentials - Debugging, Producing Clean Code, Best Practices, Time-Savers, and Tips - Python Next Steps -Testing, Optimization, Speed Improvements, Integrations with Other Applications, and More!… (més)
Cap
S'està carregant…

Apunta't a LibraryThing per saber si aquest llibre et pot agradar.

No hi ha cap discussió a Converses sobre aquesta obra.

Es mostren 1-5 de 10 (següent | mostra-les totes)
Ressenya escrita per a Crítics Matiners de LibraryThing .
This book is absolutely amazing. I don't have a coding background, but do have some coding experience. But the beginning of the book, I felt like I knew the author! I started coding when I was a kid for fun, just teaching myself BASIC. And in college, I took some HTML and PHP courses. Of course, that was years ago and don't remember anything now. I felt like this book was really easy to understand and broke out everything in very consumable pieces. I didn't find anything confusing and also entertaining along the way. This has inspired me to keep going with coding and learn more in my spare time! ( )
  Mav-n-Libby | Sep 6, 2023 |
Ressenya escrita per a Crítics Matiners de LibraryThing .
I have a basic understanding of computer programming, mostly starting from the early days of computers on. Therefore, this book made it much easier for me to understand how to get my "feet wet" with Python. There are plenty of visual assistance graphics, user guides, and other places to seek assistance, if you lose your way. This book is a great way to introduce yourself to the Python programming language. ( )
  LoboAl | Jul 21, 2023 |
Ressenya escrita per a Crítics Matiners de LibraryThing .
With Python QuickStart Guide, veteran computer programmer and software developer Robert Oliver attempts to deliver something very ambitious. He has written a guidebook to the Python programming language that purports to take absolute beginners to the coding world through the fundamental principles and advanced topics necessary for them to achieve enough proficiency to produce their own sophisticated programs. Having spent several weeks reading every chapter—and, more importantly, working through every example and line of Python code in this lengthy volume—I can attest to the fact that the author very nearly succeeds in that audacious quest.

The book is organized into a series of short chapters that are collected into four sections, starting with basic Python operations (e.g., computer setup, data structure and storage, program flow techniques) before proceeding to more involved topics (e.g., functions and classes) and applications (e.g., math coding, internet access, file storage), and finally to advanced concepts (e.g., website development, Git, SQL). This is a logical progression and each concept in every chapter is illustrated with useful examples that give readers the opportunity to get plenty of hands-on experience with the code itself. (In fact, while all this code is listed in the print version of the book, the author has created a companion website from which the Python program files can be downloaded directly, which was quite helpful.) Connecting these concepts are the programs comprising a computer game—ClydeBank Coffee Shop—that is developed progressively throughout the entire volume.

There is so much to recommend for this project, but there are also aspects of the exposition that were less successfully executed. Fortunately, the good far outweighs the bad overall, which makes for a guidebook that should be a welcomed addition on many bookshelves. Oliver has a very approachable manner in laying out the myriad topics and his explanations are always accessible and thoughtfully delivered. The examples he creates are generally nicely done and on point, but it would have been beneficial for there to be more end-of-chapter exercises for readers to work thorough on the own as a way of solidifying the understanding of the underlying concepts. (There are only about a half dozen such exercises scattered throughout the book.) Finally, the author’s obvious enthusiasm for coding and program development is apparent everywhere in the text and that passion certainly helped this reader stay motivated.

On the other hand, there are two significant issues that deserve mention as well. First, the concept of Python’s graphing and data plotting capabilities is not addressed anywhere in the guide. Given that data visualization is one of Python’s strengths as a programming language—and one of things that attracts a lot of users to begin with—not covering libraries such as Plotly, Matplotlib, and Seaborn seemed like a major omission for readers who are interested in writing more focused programs than they are in web development or game design. Second, despite my best (and repeated) efforts, I could not get all the code in the book to work properly. In particular, Visual Studio Code, the recommended code editor on which all examples were based, did not always work as described and some of the advanced topics (e.g, web development with Flask, contacting databases, SQLite interfacing) appeared to have missing elements and did not really run at all.

So, while Python QuickStart Guide is an easy book for me to recommend, that recommendation must be at least somewhat tempered for certain potential users. If your goal is to become a serious program developer, this volume provides a good overview of the capabilities of the Python language, the skills you will need to master, and the resources you will have available to you. However, for true beginners with more modest programming ambitions, there are other references that might better serve your coding needs. ( )
  browner56 | Jul 15, 2023 |
Ressenya escrita per a Crítics Matiners de LibraryThing .
This book is formatted just as you'd expect any decent programming book would be. It starts with a brief description/history of the language, Python, in this case, then walks you through installing and opening the environment, and finally goes into codeing/programming, with the obligatory "Hello, World!" example to kick us off.

The author takes us by the hand, explaining language structures, variables, functions, and the like. He uses examples and miniprojects along the way, to familiarize you with how it's done in Python, and get you doing it.

If you're already familiar with programming in any other language, you can skim through a lot, and simply focus on learning how things are handled in this language, as opposed to whichever one you were already familiar with. I was coding adequately and knocking out the miniprojects within the hour. Every chapter builds on the prior one.

By the end of the book, you'll be getting into more complex programs, including accessing databases, like a pro. There's not much more I can say about this book other than it's a great way to learn Python, and that it takes you all the way to basic proficiency.

Highly recommended if you need to learn Python quickly, especially if this isn't your first time programming or your first programming language. I suspect it would be a great book if it was your first programming language, too. ( )
  necromage | Jul 4, 2023 |
Ressenya escrita per a Crítics Matiners de LibraryThing .
This is an excellent, comprehensive reference guide. While I did not use it while reading it, I will be using it as a reference later this year when I return to practicing my Python programming skills. I found the author to have a clear and easy-to-understand style, which made this rather lengthy material easy to digest. At over 300 pages, this is quite the comprehensive guide that will require many more hours of use before I can truly appreciate the finer points.
  carladbrewer | Jul 3, 2023 |
Es mostren 1-5 de 10 (següent | mostra-les totes)
Sense ressenyes | afegeix-hi una ressenya
Has d'iniciar sessió per poder modificar les dades del coneixement compartit.
Si et cal més ajuda, mira la pàgina d'ajuda del coneixement compartit.
Títol normalitzat
Informació del coneixement compartit en anglès. Modifica-la per localitzar-la a la teva llengua.
Títol original
Títols alternatius
Data original de publicació
Gent/Personatges
Llocs importants
Esdeveniments importants
Pel·lícules relacionades
Epígraf
Dedicatòria
Primeres paraules
Citacions
Darreres paraules
Nota de desambiguació
Editor de l'editorial
Creadors de notes promocionals a la coberta
Llengua original
CDD/SMD canònics
LCC canònic

Referències a aquesta obra en fonts externes.

Wikipedia en anglès

Cap

Learn Python fundamentals that can be used in any programming setting - use the guidance in this book to program your own game in a unique and practical Python learning experience.Learning Python opens the door to a world of programming possibilities. From AI and machine learning to video game, app, and web development, Python is a critical behind-the-scenes component of everyday technology. Python powers the services of household names like Google, Netflix, and Spotify along with tech pioneers like NASA, IBM, and Intel. Put simply, Python is the in-demand and easy-to-learn programming language that gets stuff done. In Python QuickStart Guide, senior developer and programmer Robert Oliver lays out the quickest and most accessible path yet to the mastery of Python fundamentals. Distilling his experience drawn from over two decades of working with Python and other programming languages, Robert's clear voice and writing present a practical, hands-on approach that anyone, at any experience level, can use to become a Python programmer. It doesn't matter if you are a new or existing programmer, a job seeker looking for a career change or promotion, or just someone who wants to learn how to automate basic tasks with Python-Robert's step-by-step approach, complete with a hands-on companion Python video game project, is the perfect starting point to master Python fundamentals! You Will Learn: - How to Use Python - Practical Examples, Code Snippets, Plus Follow Along to Code Your Own Game! - Python Fundamentals - How to Use Python for Web Design and Interfacing with GitHub, SQL, and Other Applications. - Object-Oriented Programming Principles - Managing Data, Scripts, Logic, Inputs, Outputs, and More! - Programming Essentials - Debugging, Producing Clean Code, Best Practices, Time-Savers, and Tips - Python Next Steps -Testing, Optimization, Speed Improvements, Integrations with Other Applications, and More!

No s'han trobat descripcions de biblioteca.

Descripció del llibre
Sumari haiku

Autor amb llibres seus als Crítics Matiners de LibraryThing

El llibre de Robert Oliver Python QuickStart Guide: The Simplified Beginner's Guide to Python Programming Using Hands-On Projects and Real-World Applications estava disponible a LibraryThing Early Reviewers.

Debats actuals

Cap

Cobertes populars

Dreceres

Valoració

Mitjana: (4.8)
0.5
1
1.5
2
2.5
3
3.5
4 1
4.5
5 4

Ets tu?

Fes-te Autor del LibraryThing.

 

Quant a | Contacte | LibraryThing.com | Privadesa/Condicions | Ajuda/PMF | Blog | Botiga | APIs | TinyCat | Biblioteques llegades | Crítics Matiners | Coneixement comú | 205,486,298 llibres! | Barra superior: Sempre visible