𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Python Cookbook: Recipes for Mastering Python 3

✍ Scribed by Beazley D., Jones B.K.


Tongue
English
Leaves
706
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


3rd Edition. β€” O'Reilly Media, 2013. β€” 706 p. β€” ISBN: 1449340377, 9781449340377

If you need help writing programs in Python 3, or want to update older Python 2 code, this book is just the ticket. Packed with practical recipes written and tested with Python 3.3, this unique cookbook is for experienced Python programmers who want to focus on modern tools and idioms.
Inside, you’ll find complete recipes for more than a dozen topics, covering the core Python language as well as tasks common to a wide variety of application domains. Each recipe contains code samples you can use in your projects right away, along with a discussion about how and why the solution works.
Topics include:.
Data Structures and Algorithms.
Strings and Text.
Numbers, Dates, and Times.
Iterators and Generators.
Files and I/O.
Data Encoding and Processing.
Functions.
Classes and Objects.
Metaprogramming.
Modules and Packages.
Network and Web Programming.
Concurrency.
Utility Scripting and System Administration.
Testing, Debugging, and Exceptions.
C Extensions.

✦ Subjects


Π‘ΠΈΠ±Π»ΠΈΠΎΡ‚Π΅ΠΊΠ°;ΠšΠΎΠΌΠΏΡŒΡŽΡ‚Π΅Ρ€Π½Π°Ρ Π»ΠΈΡ‚Π΅Ρ€Π°Ρ‚ΡƒΡ€Π°;Python


πŸ“œ SIMILAR VOLUMES


Python Cookbook: Recipes for Mastering P
✍ David Beazley; Brian K. Jones πŸ“‚ Library πŸ“… 2013 πŸ› O'Reilly Media 🌐 English

If you need help writing programs in Python 3, or want to update older Python 2 code, this book is just the ticket. Packed with practical recipes written and tested with Python 3.3, this unique cookbook is for experienced Python programmers who want to focus on modern tools and idioms. Inside, yo

Python Cookbook, 3rd Edition: Recipes fo
✍ David Beazley, Brian K. Jones πŸ“‚ Library πŸ“… 2013 πŸ› O'Reilly Media 🌐 English

If you need help writing programs in Python 3, or want to update older Python 2 code, this book is just the ticket. Packed with practical recipes written and tested with Python 3.3, this unique cookbook is for experienced Python programmers who want to focus on modern tools and idioms. Inside, you'

The Python Audio Cookbook: Recipes for A
✍ Alexandros Drymonitis πŸ“‚ Library πŸ“… 2023 πŸ› Focal Press 🌐 English

The Python Audio Cookbook offers an introduction to Python for sound and multimedia applications, with chapters that cover writing your first Python programs, controlling Pyo with physical computing, and writing your own GUI, among many other topics. Guiding the reader through a variety of audio

Cython: a guide for Python programmers
✍ Smith, Kurt W πŸ“‚ Library πŸ“… 2015 πŸ› O'Reilly Media 🌐 English

<p>Build software that combines Python's expressivity with the performance and control of C (and C++). It's possible with Cython, the compiler and hybrid programming language used by foundational packages such as NumPy, and prominent in projects including Pandas, h5py, and scikits-learn. In this pra

Cython: A Guide for Python Programmers
✍ Kurt W Smith πŸ“‚ Library πŸ“… 2015 πŸ› O'Reilly 🌐 English

Cython can yield massive performance improvements over pure Python--speedups of 3000X are easily attainable for certain patterns. With this book, Kurt Smith shows you how to use Cython to easily wrap C and C++ libraries in Python, handling all the details of memory management for you. By removing th