Python in Visual Studio Code – September 2022 Release
This release includes the following announcements:
https://devblogs.microsoft.com/python/pvsc-sept-2022/
This release includes the following announcements:
https://devblogs.microsoft.com/python/pvsc-sept-2022/
Python
Python in Visual Studio Code - September 2022 Release
The September 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available. This release includes improved IntelliSense support for Jupyter Notebooks, a new Flake8 extension and internship highlights. Keep on reading to learn…
Accelerate Python code 100x by import taichi as ti
There is no universal solution to all optimization problems. That's partially why Python is fascinating. You can always find/create an easy-to-use tool that can precisely solve your problem at hand. In terms of scientific computing, Taichi is an ideal option within Python that can help you achieve performance comparable to C/C++.
https://docs.taichi-lang.org/blog/accelerate-python-code-100x
There is no universal solution to all optimization problems. That's partially why Python is fascinating. You can always find/create an easy-to-use tool that can precisely solve your problem at hand. In terms of scientific computing, Taichi is an ideal option within Python that can help you achieve performance comparable to C/C++.
https://docs.taichi-lang.org/blog/accelerate-python-code-100x
docs.taichi-lang.org
Accelerate Python code 100x by import taichi as ti | Taichi Docs
Python has become the most popular language in many rapidly evolving sectors, such as deep learning and data sciences. Yet its easy readability comes at the cost of performance. Of course, we all complain about program performance from time to time, and Python…
Multiprocessing Pool in Python
This guide provides a detailed and comprehensive review of the multiprocessing.Pool in Python, including how it works, how to use it, common questions, and best practices.
https://superfastpython.com/multiprocessing-pool-python/
This guide provides a detailed and comprehensive review of the multiprocessing.Pool in Python, including how it works, how to use it, common questions, and best practices.
https://superfastpython.com/multiprocessing-pool-python/
Super Fast Python
Python Multiprocessing Pool: The Complete Guide - Super Fast Python
Python Multiprocessing Pool, your complete guide to process pools and the Pool class for parallel programming in Python.
Show HN: AutoML Python Package for Tabular Data with Automatic Documentation
https://github.com/mljar/mljar-supervised
https://github.com/mljar/mljar-supervised
GitHub
GitHub - mljar/mljar-supervised: Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations…
Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation - mljar/mljar-supervised
Someone’s Been Messing With My Subnormals!
After noticing an annoying warning, I went on an absurd yak shave, and discovered that because of a tiny handful of Python packages built with an appealing-sounding but dangerous compiler option, more than 2,500 Python packages—some with more than a million downloads per month—could end up causing any program that uses them to compute incorrect numerical results.
https://moyix.blogspot.com/2022/09/someones-been-messing-with-my-subnormals.html
After noticing an annoying warning, I went on an absurd yak shave, and discovered that because of a tiny handful of Python packages built with an appealing-sounding but dangerous compiler option, more than 2,500 Python packages—some with more than a million downloads per month—could end up causing any program that uses them to compute incorrect numerical results.
https://moyix.blogspot.com/2022/09/someones-been-messing-with-my-subnormals.html
Blogspot
Someone’s Been Messing With My Subnormals!
TL;DR: After noticing an annoying warning, I went on an absurd yak shave, and discovered that because of a tiny handful of Python packages b...
pandas-cheatsheet
An interactive Pandas Cheat sheet using PyScript.
https://github.com/dylanjcastillo/pandas-cheatsheet/
An interactive Pandas Cheat sheet using PyScript.
https://github.com/dylanjcastillo/pandas-cheatsheet/
GitHub
GitHub - dylanjcastillo/pandas-cheatsheet: An interactive Pandas Cheat sheet using PyScript
An interactive Pandas Cheat sheet using PyScript. Contribute to dylanjcastillo/pandas-cheatsheet development by creating an account on GitHub.
DataSloth
Natural language Pandas queries and data generation powered by GPT-3
https://github.com/ibestvina/datasloth
Natural language Pandas queries and data generation powered by GPT-3
https://github.com/ibestvina/datasloth
GitHub
GitHub - ibestvina/datasloth: Natural language Pandas queries and data generation powered by GPT-3
Natural language Pandas queries and data generation powered by GPT-3 - ibestvina/datasloth
uber / causalml
Uplift modeling and causal inference with machine learning algorithms
https://github.com/uber/causalml
Uplift modeling and causal inference with machine learning algorithms
https://github.com/uber/causalml
GitHub
GitHub - uber/causalml: Uplift modeling and causal inference with machine learning algorithms
Uplift modeling and causal inference with machine learning algorithms - uber/causalml
PyNLP
PyNLP Lib is an open source Python NLP library that provides functionality for both web and local development.
https://github.com/The-Text-API/pynlp-lib
PyNLP Lib is an open source Python NLP library that provides functionality for both web and local development.
https://github.com/The-Text-API/pynlp-lib
GitHub
GitHub - The-Text-API/pynlp-lib: PyNLP Lib is an open source Python NLP library that provides functionality for both web and local…
PyNLP Lib is an open source Python NLP library that provides functionality for both web and local development - GitHub - The-Text-API/pynlp-lib: PyNLP Lib is an open source Python NLP library that ...
WakaQ
Distributed background task queue for Python backed by Redis, a super minimal Celery.
https://github.com/wakatime/wakaq
Distributed background task queue for Python backed by Redis, a super minimal Celery.
https://github.com/wakatime/wakaq
GitHub
GitHub - wakatime/wakaq: Background task queue for Python backed by Redis, a super minimal Celery
Background task queue for Python backed by Redis, a super minimal Celery - wakatime/wakaq
django-htmx-patterns
Sharing patterns I use with Django and htmx.
https://github.com/spookylukey/django-htmx-patterns
Sharing patterns I use with Django and htmx.
https://github.com/spookylukey/django-htmx-patterns
GitHub
GitHub - spookylukey/django-htmx-patterns: Pattern repository for Django and htmx with full example code
Pattern repository for Django and htmx with full example code - spookylukey/django-htmx-patterns
stable-diffusion-videos
Create videos with Stable Diffusion by exploring the latent space and morphing between text prompts.
https://github.com/nateraw/stable-diffusion-videos
Create videos with Stable Diffusion by exploring the latent space and morphing between text prompts.
https://github.com/nateraw/stable-diffusion-videos
GitHub
GitHub - nateraw/stable-diffusion-videos: Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between…
Create 🔥 videos with Stable Diffusion by exploring the latent space and morphing between text prompts - nateraw/stable-diffusion-videos
Building modern Python API backends in 2022
This guide comes from experience building api backends for a variety of startups in different industries, it serves as a starting point for what the state of “best practise” is for how we think about organising Python projects, structuring code, testing, and common libraries we’ve reused across projects.
https://backfill.dev/blog/2022-08-21-modern-python-backends/
This guide comes from experience building api backends for a variety of startups in different industries, it serves as a starting point for what the state of “best practise” is for how we think about organising Python projects, structuring code, testing, and common libraries we’ve reused across projects.
https://backfill.dev/blog/2022-08-21-modern-python-backends/
Sanj Ambalavanar
Building modern Python API backends in 2022
How I think about building modern Python backends in 2022
Python String Methods to Know
Python's strings have dozens of methods, but some are much more useful than others. Let's discuss the dozen-ish must-know string methods and why the other methods aren't so essential.
https://www.pythonmorsels.com/string-methods/
Python's strings have dozens of methods, but some are much more useful than others. Let's discuss the dozen-ish must-know string methods and why the other methods aren't so essential.
https://www.pythonmorsels.com/string-methods/
Pythonmorsels
Python's String Methods
Python's strings have dozens of methods, but some are much more useful than others. Let's discuss the dozen-ish must-know string methods and why the other methods aren't so essential.
Using a Raspberry Pi as a Bluetooth speaker with PipeWire
Do you have an old pair of PC speakers, or an old Hi-Fi, that you would like to convert into a pair of Bluetooth® speakers to play music from your phone? A Raspberry Pi can be easily used as an audio bridge between a Bluetooth® device and an analog speaker system, to make this possible. In this quick guide, I will show you how to set up the software on a Pi, using PipeWire, to achieve this.
https://www.collabora.com/news-and-blog/blog/2022/09/02/using-a-raspberry-pi-as-a-bluetooth-speaker-with-pipewire-wireplumber/
Do you have an old pair of PC speakers, or an old Hi-Fi, that you would like to convert into a pair of Bluetooth® speakers to play music from your phone? A Raspberry Pi can be easily used as an audio bridge between a Bluetooth® device and an analog speaker system, to make this possible. In this quick guide, I will show you how to set up the software on a Pi, using PipeWire, to achieve this.
https://www.collabora.com/news-and-blog/blog/2022/09/02/using-a-raspberry-pi-as-a-bluetooth-speaker-with-pipewire-wireplumber/
Collabora | Open Source Consulting
Using a Raspberry Pi as a Bluetooth speaker with PipeWire
Using PipeWire, WirePlumber and a Raspberry Pi, you can create an audio bridge between a Bluetooth® device and an analog speaker system. Here's how.