Search from the table of contents of 2.5 million books
Advanced Search (Beta)
Home > Advanced Python Programming: Accelerate your Python programs using proven techniques and design patterns, 2nd Edition

Advanced Python Programming: Accelerate your Python programs using proven techniques and design patterns, 2nd Edition


Book Informaton

Author

Quan Nguyen

Year of Publication

2022

Publisher

Packt

Pages

606

Language

en

ISBN

9781801814010

ARI Id

1673524415561


Find on

World Cat

Internet Archive


This page has been accessed 6 times.
Asian Research Index Whatsapp Chanel
Asian Research Index Whatsapp Chanel

Join our Whatsapp Channel to get regular updates.

Citation Options
Download Citation

Showing 1 to 20 of 244 entries
Chapters/HeadingsAuthor(s)PagesInfo
About the reviewers
Section 1: Python-Native and Specialized Optimization
Chapter 1: Benchmarking and Profiling
Technical requirements
Designing your application
Building a particle simulator
Visualizing the simulation
Writing tests and benchmarks
Timing your benchmark
Writing better tests and benchmarks with pytest-benchmark
Finding bottlenecks with cProfile
Graphically analyzing profiling results
Profiling line by line with line profiler
Optimizing our code
Using the dis module
Profiling memory usage with memory profiler
Summary
Questions
Further reading
Chapter 2: Pure Python Optimizations
Chapters/HeadingsAuthor(s)PagesInfo
Showing 1 to 20 of 244 entries