X
Learn Python Programming: An in-depth introduction
Learn Python Programming: An in-depth introduction

Learn Python Programming: An in-depth introduction to the fundamentals of Python, 3rd Edition

Product ID : 47588875


Galleon Product ID 47588875
Shipping Weight 2.34 lbs
I think this is wrong?
Model
Manufacturer Packt Publishing
Shipping Dimension 9.33 x 7.64 x 1.38 inches
I think this is wrong?
-
4,613

*Price and Stocks may change without prior notice
*Packaging of actual item may differ from photo shown
  • Electrical items MAY be 110 volts.
  • 7 Day Return Policy
  • All products are genuine and original
  • Cash On Delivery/Cash Upon Pickup Available

Pay with

About Learn Python Programming: An In-depth Introduction

Get up and running with Python through concise tutorials and practical projects in this fully updated edition Key Features Discover how to think like a Python programmer Extensively revised with richer examples, Python 3.9 syntax, and new chapters on APIs and packaging and distributing Python code Learn the fundamentals of Python through real-world projects in API development, GUI programming, and data science Book Description Learn Python Programming, Third Edition is both a theoretical and practical introduction to Python, an extremely flexible and powerful programming language that can be applied to many disciplines. This book will make learning Python easy and give you a thorough understanding of the language. You'll learn how to write programs, build modern APIs, and work with data by using renowned Python data science libraries. This revised edition covers the latest updates on API management, packaging applications, and testing. There is also broader coverage of context managers and an updated data science chapter. The book empowers you to take ownership of writing your software and become independent in fetching the resources you need. You will have a clear idea of where to go and how to build on what you have learned from the book. Through examples, the book explores a wide range of applications and concludes by building real-world Python projects based on the concepts you have learned. What you will learn Get Python up and running on Windows, Mac, and Linux Write elegant, reusable, and efficient code in any situation Avoid common pitfalls like duplication, complicated design, and over-engineering Understand when to use the functional or object-oriented approach to programming Build a simple API with FastAPI and program GUI applications with Tkinter Get an initial overview of more complex topics such as data persistence and cryptography Fetch, clean, and manipulate data, making efficient use of Python’s built-in data structures Who this book is for This book is for anyone who has some programming experience, but not necessarily with Python. Some knowledge of basic programming concepts will come in handy, although it is not a requirement. Table of Contents A Gentle Introduction to Python Built-In Data Types Conditionals and Iteration Functions, the Building Blocks of Code Comprehensions and Generators OOP, Decorators, and Iterators Exceptions and Context Managers Files and Data Persistence Cryptography and Tokens Testing Debugging and Profiling GUIs and Scripting Data Science in Brief Introduction to API Development Packaging Python Applications