Discover the new features of Python, such as dictionary merge, the zoneinfo module, and structural pattern matching
Create manageable code to run in various environments with different sets of dependencies
Implement effective Python data structures and algorithms to write, test, and optimize code
Description
This new edition of Expert Python Programming provides you with a thorough understanding of the process of building and maintaining Python apps. Complete with best practices, useful tools, and standards implemented by professional Python developers, this fourth edition has been extensively updated. Throughout this book, you’ll get acquainted with the latest Python improvements, syntax elements, and interesting tools to boost your development efficiency.
The initial few chapters will allow experienced programmers coming from different languages to transition to the Python ecosystem. You will explore common software design patterns and various programming methodologies, such as event-driven programming, concurrency, and metaprogramming. You will also go through complex code examples and try to solve meaningful problems by bridging Python with C and C++, writing extensions that benefit from the strengths of multiple languages. Finally, you will understand the complete lifetime of any application after it goes live, including packaging and testing automation.
By the end of this book, you will have gained actionable Python programming insights that will help you effectively solve challenging problems.
Who is this book for?
The Python programming book is intended for expert programmers who want to learn Python’s advanced-level concepts and latest features.
Anyone who has basic Python skills should be able to follow the content of the book, although it might require some additional effort from less experienced programmers. It should also be a good introduction to Python 3.9 for those who are still a bit behind and continue to use other older versions.
What you will learn
Explore modern ways of setting up repeatable and consistent Python development environments
Effectively package Python code for community and production use
Learn modern syntax elements of Python programming, such as f-strings, enums, and lambda functions
Demystify metaprogramming in Python with metaclasses
Write concurrent code in Python
Extend and integrate Python with code written in C and C++
This book is a great resource for expert programmers who want to learn about Python's advanced-level concepts and features in its newest releases. It focuses so well on tools and practices that are crucial for creating performant, reliable, and maintainable software in Python.It not only shows how Python is constantly changing, but also why it is changing. It showcases recent Python language additions and describes modern ways of setting up repeatable and consistent development environments for Python programmers.The book can also be a good resource for hobbyists who are interested in learning advanced-level concepts with Python, as also for programmers with experience in other languages by explaining how to integrate code written in different languages in their Python application. There are many practical illustrations of design patterns, programming paradigms, and metaprogramming techniques.It covers tools that can be used to assess code quality metrics and improve code style in fully automated way, while showing how to scale simple observability practices to large-scale distributed systems.
Amazon Verified review
PaxJul 29, 2021
5
I have 7+ years of professional experience as a programmer and have been coding in Python since 2019. I love the comprehensiveness of this book and I learned so much not only "how to do X" but "why to do X" --- it gave best practices and I'm not just repeating what the book tagline says. For someone with limited experience working in big companies / teams, the book is very insightful.It is also easy to read; I finished this book in ~2 weeks by setting a goal of reading 35 pages/day. (Some days I read more)My only "complaint" is that there were a bit of typos but they weren't super critical. It was very obvious that they are typos and they're not a lot so it's not super distracting and most importantly, you won't be left "confused."
Amazon Verified review
R.ThompsonAug 25, 2021
5
Written by experts in python programming, learn code optimization, memory profiling, resource allocation and much more.
Amazon Verified review
hawkinflightJun 22, 2021
5
The media could not be loaded. I have about two years of experience using Python, and I find this book very helpful in moving forward. The first chapter gets everyone off to a great start by sharing ideas about how to stay up-to-date with Python, as the language inevitably changes, and where to find Python community. All of the chapters are important and contain great information. I particularly like Chapter 4 which compares Python to other languages, and emphasizes that just because you might be able to write code as you would in another language, that is not necessarily the "Python way", nor the best way to do it in Python. The chapter identifies places where programmers might try things they really shouldn't. I have combined C/C++ code with Python, and so, I enjoyed reviewing the chapter which covers this topic. I closely read and enjoyed the chapter on Optimizing Code, one way of course is via choosing the best data structure. This helps the programmer learn not just what data structures are available but provides info on how data structures can impact performance. I have not had to profile code, but I think Chapter 12 would be very useful on that. I am very interested in going further and carefully reading the chapters on Interfaces, Patterns, and Modularity, on Testing and QA, as well as Concurrency, and Meta-programming. There is a lot of great material here.
Amazon Verified review
Stephan MillerJun 26, 2021
5
I have written Python code for about 15 years now. Even though many times that hasn't been what I wrote for my day job, it is still my favorite programming language. I didn't think there was much to learn, but then again I started as a Python 2 developer and only switched to Python 3 in the last few years.But this book is great and taught me a bunch of new things. I learned about Poetry, which I never heard of until now, and can't wait to use it on my next project. It also walks you through using Docker for development and explains why you may want to still use Vagrant in some cases even though it is an older technology. It even goes into writing C extensions to give your Python projects a performance boost.You should know some Python before reading this book, as it goes into some concepts in-depth, but I would recommend it to anyone who has been writing Python code for a few months.
Tarek Ziadé is a Software Engineer, located in Burgundy, France. He works at Elastic, building tools for developers. Before Elastic, he worked at Mozilla for 10 years. Tarek founded a French Python User group called Afpy. He has written several articles on the Python programming language for various magazines and also a few books in French and English.
Tarek Ziadé is a Software Engineer, located in Burgundy, France. He works at Elastic, building tools for developers. Before Elastic, he worked at Mozilla for 10 years. Tarek founded a French Python User group called Afpy. He has written several articles on the Python programming language for various magazines and also a few books in French and English.
A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content
How can I cancel my subscription?
To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.
What are credits?
Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.
What happens if an Early Access Course is cancelled?
Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.
Where can I send feedback about an Early Access title?
If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team.
Can I download the code files for Early Access titles?
We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.
When we publish the book, the code files will also be available to download from the Packt website.
How accurate is the publication date?
The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.
How will I know when new chapters are ready?
We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.
I am a Packt subscriber, do I get Early Access?
Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.
How is Early Access delivered?
Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.
How do I buy Early Access content?
Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.
What is Early Access?
Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.