Async Python

Starlette, an async python framework  eBooks & eLearning

Posted by BlackDove at April 19, 2022
Starlette, an async python framework

Starlette, an async python framework
Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.94 GB | Duration: 2h 14m


An async framework with great performance

Internals of Python 3.x  eBooks & eLearning

Posted by Free butterfly at May 20, 2023
Internals of Python 3.x

Internals of Python 3.x: Derive Maximum Code Performance and Delve Further into Iterations, Objects, GIL, Memory management, and various Internals (English Edition) by Prashanth Raghu
English | December 9, 2021 | ISBN: 9391030947 | 236 pages | MOBI | 0.45 Mb

Asynchronous Python: Boost Performance and Efficiency for Real-World Apps  eBooks & eLearning

Posted by IrGens at April 20, 2024
Asynchronous Python: Boost Performance and Efficiency for Real-World Apps

Asynchronous Python: Boost Performance and Efficiency for Real-World Apps
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 1h 3m | 140 MB
Instructor: Ronnie Sheer
Internals of Python 3.x: Derive Maximum Code Performance and Delve Further into Iterations

Internals of Python 3.x: Derive Maximum Code Performance and Delve Further into Iterations,
Objects, GIL, Memory management, and various Internals

English | 2022 | ISBN: 9391030947 | 292 Pages | PDF EPUB | 2 MB

FastAPI: Modern Python Web Development  eBooks & eLearning

Posted by First1 at Nov. 11, 2023
FastAPI: Modern Python Web Development

FastAPI: Modern Python Web Development by Bill Lubanovic
English | December 12th, 2023 | ISBN: 1098135504 | 277 pages | True EPUB | 7.37 MB

FastAPI is a young yet solid framework that takes advantage of newer Python features in a clean design. As its name implies, FastAPI is indeed fast, rivaling similar frameworks in languages such as Golang. With this practical book, developers familiar with Python will learn how FastAPI lets you accomplish more in less time with less code.

FastAPI: Modern Python Web Development  eBooks & eLearning

Posted by IrGens at Nov. 27, 2023
FastAPI: Modern Python Web Development

FastAPI: Modern Python Web Development by Bill Lubanovic
English | December 12, 2023 | ISBN: 1098135504 | True PDF | 277 pages | 24 MB

FastAPI: Modern Python Web Development  eBooks & eLearning

Posted by Free butterfly at Feb. 23, 2024
FastAPI: Modern Python Web Development

FastAPI: Modern Python Web Development by Bill Lubanovic
English | December 12, 2023 | ISBN: 1098135504 | 277 pages | MOBI | 2.27 Mb

Intermediate Python: Memory, Decorator, Async, Cython & more  eBooks & eLearning

Posted by lucky_aut at Oct. 17, 2022
Intermediate Python: Memory, Decorator, Async, Cython & more

Intermediate Python: Memory, Decorator, Async, Cython & more
Duration: 5h 38m | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 3.12 GB
Genre: eLearning | Language: English

Stand out from the mass. Become a Python expert and understand what the CPython API, PyBind11 and more is.

Master Python Programming: The Complete Python Bootcamp 2022  eBooks & eLearning

Posted by lucky_aut at Aug. 5, 2022
Master Python Programming: The Complete Python Bootcamp 2022

Master Python Programming: The Complete Python Bootcamp 2022
Duration: 22h 39m | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 5 GB
Genre: eLearning | Language: English

Python for Beginners, 100% Hands-on, Hundreds of Python Coding Challenges and Quizzes, Complete Python E-Book.

Asynchronous Python Programming with Asyncio and Async  eBooks & eLearning

Posted by sammoh at Feb. 17, 2022
Asynchronous Python Programming with Asyncio and Async

Asynchronous Python Programming with Asyncio and Async
MP4 | Video: AVC 1280 x 720 | Audio: AAC 44 Khz 2ch | Duration: 01:39:51 | 240.28 MB

Asynchronous Python Programming using asyncio and async/await lets you write code that runs many processes concurrently. It makes your code more responsive and stops it from wasting time waiting for slow file and internet access. It is simpler to write, easier to reason about, and uses less memory than threads and processes.