- Notifications
You must be signed in to change notification settings - Fork93
Advanced Python Programming, Second Edition, published by Packt
License
PacktPublishing/Advanced-Python-Programming-Second-Edition
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the code repository forAdvanced Python Programming, published by Packt.
Accelerate your Python programs using proven techniques and design patterns
Python comes with a plethora of tools that enable you to create high-performance and robust programs. This book will help you explore these tools to take your programs to the next level by introducing a myriad of advanced functionalities and providing practical knowledge of how to apply them to your own use cases.
This book covers the following exciting features:
- Write efficient numerical code with NumPy, pandas, and Xarray
- Use Cython and Numba to achieve native performance
- Find bottlenecks in your Python code using profilers
- Optimize your machine learning models with JAX
- Implement multithreaded, multiprocessing, and asynchronous programs
- Solve common problems in concurrent programming, such as deadlocks
- Tackle architecture challenges with design patterns
If you feel this book is for you, get yourcopy today!
All of the code is organized into folders. For example, Chapter02.
The code will look like the following:
fork = threading.Lock()partner1 = Spouse('Wife', None)partner2 = Spouse('Husband', partner1)partner1.partner = partner2partner1.start()
Following is what you need for this book:This book is for intermediate to experienced Python programmers who are looking to scale up their applications in a systematic and robust manner. Programmers from a range of backgrounds will find this book useful, including software engineers, scientific programmers, and software architects.
With the following software and hardware list you can run all code files present in the book (Chapter 1-26).
Chapter | Software required | OS required |
---|---|---|
1 | Python 3 | Windows, Mac OS X, and Linux (Any) |
We also provide a PDF file that has color images of the screenshots/diagrams used in this book.Click here to download it.
Quan Nguyenis a Python programmer and machine learning enthusiast. He is interested in solving decision-making problems under uncertainty. Quan has authored several books on Python programming and scientific computing. He is currently pursuing a Ph.D. degree in computer science at Washington University in St. Louis, researching Bayesian methods in machine learning.
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.
About
Advanced Python Programming, Second Edition, published by Packt
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.