How to profile a FastAPI asynchronous request
A short walkthrough of how to profile an HTTP request through an asynchronous FastAPI API handler.
https://blog.balthazar-rouberol.com/how-to-profile-a-fastapi-asynchronous-request
A short walkthrough of how to profile an HTTP request through an asynchronous FastAPI API handler.
https://blog.balthazar-rouberol.com/how-to-profile-a-fastapi-asynchronous-request
Balthazar-Rouberol
How to profile a FastAPI asynchronous request
A short walkthrough of how to profile an HTTP request through an asynchronous FastAPI API handler
Color-diffusion
A diffusion model to colorize black and white images.
https://github.com/ErwannMillon/Color-diffusion
A diffusion model to colorize black and white images.
https://github.com/ErwannMillon/Color-diffusion
GitHub
GitHub - ErwannMillon/Color-diffusion: A diffusion model to colorize black and white images
A diffusion model to colorize black and white images - ErwannMillon/Color-diffusion
Functionary
Functionary is a language model that can interpret and execute functions/plugins.
https://github.com/MeetKai/functionary
Functionary is a language model that can interpret and execute functions/plugins.
https://github.com/MeetKai/functionary
GitHub
GitHub - MeetKai/functionary: Chat language model that can use tools and interpret the results
Chat language model that can use tools and interpret the results - MeetKai/functionary
NumPy Examples — Practice Questions Make You an Expert
https://codesolid.com/numpy-practice-questions-to-make-you-an-expert/
https://codesolid.com/numpy-practice-questions-to-make-you-an-expert/
Python 3.12.0 release candidate 1 released
https://pythoninsider.blogspot.com/2023/08/python-3120-release-candidate-1-released.html
https://pythoninsider.blogspot.com/2023/08/python-3120-release-candidate-1-released.html
Blogspot
Python Insider: Python 3.12.0 release candidate 1 released
LanceDB
Developer-friendly, serverless vector database for AI applications.
https://github.com/lancedb/lancedb
Developer-friendly, serverless vector database for AI applications.
https://github.com/lancedb/lancedb
GitHub
GitHub - lancedb/lancedb: Developer-friendly, embedded retrieval engine for multimodal AI. Search More; Manage Less.
Developer-friendly, embedded retrieval engine for multimodal AI. Search More; Manage Less. - lancedb/lancedb
huggingface / trl
Train transformer language models with reinforcement learning.
https://github.com/huggingface/trl
Train transformer language models with reinforcement learning.
https://github.com/huggingface/trl
GitHub
GitHub - huggingface/trl: Train transformer language models with reinforcement learning.
Train transformer language models with reinforcement learning. - huggingface/trl
The weirdest Python keyword
SummaryYou can create a very peculiar object using parenthesis on a comprehension:>>> ...
https://www.bitecode.dev/p/the-weirdest-python-keyword
SummaryYou can create a very peculiar object using parenthesis on a comprehension:>>> ...
https://www.bitecode.dev/p/the-weirdest-python-keyword
www.bitecode.dev
The weirdest Python keyword
Python generators and yield
A non-mathematical introduction to Kalman Filters for programmers
The post offers programmers a non-mathematical introduction to Kalman filters, explaining their practical applications and benefits in various fields without delving into complex mathematical details. It serves as a beginner-friendly guide for understanding the fundamentals and potential uses of Kalman filters in a programming context.
https://praveshkoirala.com/2023/06/13/a-non-mathematical-introduction-to-kalman-filters-for-programmers/
The post offers programmers a non-mathematical introduction to Kalman filters, explaining their practical applications and benefits in various fields without delving into complex mathematical details. It serves as a beginner-friendly guide for understanding the fundamentals and potential uses of Kalman filters in a programming context.
https://praveshkoirala.com/2023/06/13/a-non-mathematical-introduction-to-kalman-filters-for-programmers/
Pravesh Koirala - Language, Computers, and Philosophy
A non-mathematical introduction to Kalman Filters for programmers - Pravesh Koirala
Read my manifesto on Code as an alternative to Mathematics. Code for this article can be found on this Colab Notebook should you choose to follow along. Why Kalman Filters? Kalman filters are ingenius. If you have never heard of them, then a very intuitive…
What does your Python dev environment look like?
https://www.reddit.com/r/Python/comments/15vezni/what_does_your_python_dev_environment_look_like/
https://www.reddit.com/r/Python/comments/15vezni/what_does_your_python_dev_environment_look_like/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
What are your best practices for coding in Python in the industry?
https://www.reddit.com/r/Python/comments/15u6fey/what_are_your_best_practices_for_coding_in_python/
https://www.reddit.com/r/Python/comments/15u6fey/what_are_your_best_practices_for_coding_in_python/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
End-to-end Testing with Python and Playwright
Want to learn how to use Python and Playwright to automate end-to-end testing using GitHub Actions? This post shows you how to get started with Playwright, add an end-to-end test to help test an existing project that is hosted on GitHub, and automate running it using GitHub Actions.
https://sixfeetup.com/blog/end-to-end-testing-python-playwright
Want to learn how to use Python and Playwright to automate end-to-end testing using GitHub Actions? This post shows you how to get started with Playwright, add an end-to-end test to help test an existing project that is hosted on GitHub, and automate running it using GitHub Actions.
https://sixfeetup.com/blog/end-to-end-testing-python-playwright
Sixfeetup
End-to-end Testing with Python and Playwright
How to use Python and Playwright, an open source platform, to automate reliable end-to-end (E2E) testing.
modelscope / modelscope
ModelScope: bring the notion of Model-as-a-Service to life.
https://github.com/modelscope/modelscope
ModelScope: bring the notion of Model-as-a-Service to life.
https://github.com/modelscope/modelscope
GitHub
GitHub - modelscope/modelscope: ModelScope: bring the notion of Model-as-a-Service to life.
ModelScope: bring the notion of Model-as-a-Service to life. - modelscope/modelscope
FaceChain
FaceChain is a deep-learning toolchain for generating your Digital-Twin.
https://github.com/modelscope/facechain
FaceChain is a deep-learning toolchain for generating your Digital-Twin.
https://github.com/modelscope/facechain
GitHub
GitHub - modelscope/facechain: FaceChain is a deep-learning toolchain for generating your Digital-Twin.
FaceChain is a deep-learning toolchain for generating your Digital-Twin. - modelscope/facechain
Hacking Github AWS integrations again
Github supports roles instead of credentials of integrating CI/CD with AWS. It’s easy to misconfigure so let’s show the impact.
https://dagrz.com/writing/aws-security/hacking-github-aws-oidc/
Github supports roles instead of credentials of integrating CI/CD with AWS. It’s easy to misconfigure so let’s show the impact.
https://dagrz.com/writing/aws-security/hacking-github-aws-oidc/
Videos from Python Web Conf 2023 Available on YouTube
https://sixfeetup.com/company/news/80-talks-and-tutorials-from-2023-python-web-conference-released
https://sixfeetup.com/company/news/80-talks-and-tutorials-from-2023-python-web-conference-released
Six Feet Up
80 Talks and Tutorials from 2023 Python Web Conference Released
Watch 80 talks, tutorials, and socials from Python Web Conf 2023 on Six Feet Up's YouTube channel.
Harvard CS50’s Artificial Intelligence with Python
This course from Harvard University explores the concepts and algorithms at the foundation of modern artificial intelligence, diving into the ideas that give rise to technologies like large language models, game-playing engines, handwriting recognition, and machine translation.
https://www.youtube.com/watch?v=5NgNicANyqM
This course from Harvard University explores the concepts and algorithms at the foundation of modern artificial intelligence, diving into the ideas that give rise to technologies like large language models, game-playing engines, handwriting recognition, and machine translation.
https://www.youtube.com/watch?v=5NgNicANyqM
YouTube
Harvard CS50’s Artificial Intelligence with Python – Full University Course
This course from Harvard University explores the concepts and algorithms at the foundation of modern artificial intelligence, diving into the ideas that give rise to technologies like large language models, game-playing engines, handwriting recognition, and…
Opendream
An extensible, easy-to-use, and portable diffusion web UI.
https://github.com/varunshenoy/opendream
An extensible, easy-to-use, and portable diffusion web UI.
https://github.com/varunshenoy/opendream
GitHub
GitHub - varunshenoy/opendream: An extensible, easy-to-use, and portable diffusion web UI 👨🎨
An extensible, easy-to-use, and portable diffusion web UI 👨🎨 - varunshenoy/opendream
pixi
pixi is a cross-platform, multi-language package manager and workflow tool build on the shoulders of the conda ecosystem. pixi supports Python, R, C/C++, Rust, Ruby, and many other languages.
https://github.com/prefix-dev/pixi
pixi is a cross-platform, multi-language package manager and workflow tool build on the shoulders of the conda ecosystem. pixi supports Python, R, C/C++, Rust, Ruby, and many other languages.
https://github.com/prefix-dev/pixi
GitHub
GitHub - prefix-dev/pixi: Package management made easy
Package management made easy. Contribute to prefix-dev/pixi development by creating an account on GitHub.