HjemGrupperSnakMereZeitgeist
Søg På Websted
På dette site bruger vi cookies til at levere vores ydelser, forbedre performance, til analyseformål, og (hvis brugeren ikke er logget ind) til reklamer. Ved at bruge LibraryThing anerkender du at have læst og forstået vores vilkår og betingelser inklusive vores politik for håndtering af brugeroplysninger. Din brug af dette site og dets ydelser er underlagt disse vilkår og betingelser.

Resultater fra Google Bøger

Klik på en miniature for at gå til Google Books

Python QuickStart Guide: The Simplified…
Indlæser...

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

af Robert Oliver (Forfatter)

MedlemmerAnmeldelserPopularitetGennemsnitlig vurderingSamtaler
11101,732,367 (4.8)Ingen
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!… (mere)
Medlem:Dhubhgaill
Titel:Python QuickStart Guide: The Simplified Beginner's Guide to Python Programming Using Hands-On Projects and Real-World Applications
Forfattere:Robert Oliver (Forfatter)
Info:ClydeBank Media LLC (2023), 394 pages
Samlinger:Dit bibliotek
Vurdering:*****
Nøgleord:Ingen

Work Information

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

Ingen
Indlæser...

Bliv medlem af LibraryThing for at finde ud af, om du vil kunne lide denne bog.

Der er ingen diskussionstråde på Snak om denne bog.

Viser 1-5 af 10 (næste | vis alle)
This review was written for LibraryThing Early Reviewers.
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 |
This review was written for LibraryThing Early Reviewers.
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 |
This review was written for LibraryThing Early Reviewers.
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 |
This review was written for LibraryThing Early Reviewers.
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 |
This review was written for LibraryThing Early Reviewers.
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 |
Viser 1-5 af 10 (næste | vis alle)
ingen anmeldelser | tilføj en anmeldelse
Du bliver nødt til at logge ind for at redigere data i Almen Viden.
For mere hjælp se Almen Viden hjælpesiden.
Kanonisk titel
Oplysninger fra den engelske Almen Viden Redigér teksten, så den bliver dansk.
Originaltitel
Alternative titler
Oprindelig udgivelsesdato
Personer/Figurer
Vigtige steder
Vigtige begivenheder
Beslægtede film
Indskrift
Tilegnelse
Første ord
Citater
Sidste ord
Oplysning om flertydighed
Forlagets redaktører
Bagsidecitater
Originalsprog
Canonical DDC/MDS
Canonical LCC

Henvisninger til dette værk andre steder.

Wikipedia på engelsk

Ingen

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 library descriptions found.

Beskrivelse af bogen
Haiku-resume

Current Discussions

Ingen

Populære omslag

Quick Links

Vurdering

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

Er det dig?

Bliv LibraryThing-forfatter.

 

Om | Kontakt | LibraryThing.com | Brugerbetingelser/Håndtering af brugeroplysninger | Hjælp/FAQs | Blog | Butik | APIs | TinyCat | Efterladte biblioteker | Tidlige Anmeldere | Almen Viden | 206,266,757 bøger! | Topbjælke: Altid synlig