PySearch
PySearch is a completely free search engine for querying python libraries using natural language descriptions of the properties of the functions you are looking for. The goal is to help you find the function you are looking for when you know what library its in, but not what its name is.
https://www.pysearch.com/
PySearch is a completely free search engine for querying python libraries using natural language descriptions of the properties of the functions you are looking for. The goal is to help you find the function you are looking for when you know what library its in, but not what its name is.
https://www.pysearch.com/
The spelled-out intro to neural networks and backpropagation: building micrograd
Andrej Karpathy gives the most step-by-step spelled-out explanation of backpropagation and training of neural networks. It only assumes basic knowledge of Python and a vague recollection of calculus from high school.
https://www.youtube.com/watch?v=VMj-3S1tku0
Andrej Karpathy gives the most step-by-step spelled-out explanation of backpropagation and training of neural networks. It only assumes basic knowledge of Python and a vague recollection of calculus from high school.
https://www.youtube.com/watch?v=VMj-3S1tku0
YouTube
The spelled-out intro to neural networks and backpropagation: building micrograd
This is the most step-by-step spelled-out explanation of backpropagation and training of neural networks. It only assumes basic knowledge of Python and a vague recollection of calculus from high school.
Links:
- micrograd on github: https://github.com/k…
Links:
- micrograd on github: https://github.com/k…
Anjok07 / ultimatevocalremovergui
GUI for a Vocal Remover that uses Deep Neural Networks.
https://github.com/Anjok07/ultimatevocalremovergui
GUI for a Vocal Remover that uses Deep Neural Networks.
https://github.com/Anjok07/ultimatevocalremovergui
GitHub
GitHub - Anjok07/ultimatevocalremovergui: GUI for a Vocal Remover that uses Deep Neural Networks.
GUI for a Vocal Remover that uses Deep Neural Networks. - Anjok07/ultimatevocalremovergui
Event-Driven Architecture with React and FastAPI
Learn about event-driven architecture by building a real-world project using FastAPI, React, and Redis.
https://www.youtube.com/watch?v=NVvIpqmf_Xc
Learn about event-driven architecture by building a real-world project using FastAPI, React, and Redis.
https://www.youtube.com/watch?v=NVvIpqmf_Xc
YouTube
Event-Driven Architecture with React and FastAPI – Full Course
Learn about event-driven architecture by building a real-world project using FastAPI, React, and Redis.
An event driven system is a common way to setup software. In event-driven architecture, event-handlers are registered for specific events. When an event…
An event driven system is a common way to setup software. In event-driven architecture, event-handlers are registered for specific events. When an event…
What are the biggest ever games made with Python and/or Pygame?
https://www.reddit.com/r/Python/comments/woihzm/what_are_the_biggest_ever_games_made_with_python/
https://www.reddit.com/r/Python/comments/woihzm/what_are_the_biggest_ever_games_made_with_python/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
Advanced Python: Achieving High Performance with Code Generation
If the phrase “hand-rolled bytecode” makes you laugh maniacally, this article is for you. If it makes you think “this is almost certainly a terrible idea,” then you have the right level of caution to be considering using it. This method is a powerful footgun and should be handled with care.
https://medium.com/@yonatanzunger/advanced-python-achieving-high-performance-with-code-generation-796b177ec79
If the phrase “hand-rolled bytecode” makes you laugh maniacally, this article is for you. If it makes you think “this is almost certainly a terrible idea,” then you have the right level of caution to be considering using it. This method is a powerful footgun and should be handled with care.
https://medium.com/@yonatanzunger/advanced-python-achieving-high-performance-with-code-generation-796b177ec79
Medium
Advanced Python: Achieving High Performance with Code Generation
An old-school technique for the modern world
Hundreds of PyPI and npm Packages Affected With Cryptominers
https://www.reddit.com/r/Python/comments/wt1ilg/hundreds_of_pypi_and_npm_packages_affected_with/
https://www.reddit.com/r/Python/comments/wt1ilg/hundreds_of_pypi_and_npm_packages_affected_with/
Reddit
r/Python on Reddit: Hundreds of PyPI and npm Packages Affected With Cryptominers
Posted by u/harshsharma9619 - 465 votes and 80 comments
How to Build a GPT-3 for Science
A GPT-3-like AI model for science would accelerate innovation and improve reproducibility. Creating it will require us to unlock research.
https://future.com/how-to-build-gpt-3-for-science/
A GPT-3-like AI model for science would accelerate innovation and improve reproducibility. Creating it will require us to unlock research.
https://future.com/how-to-build-gpt-3-for-science/
Future
How to Build a GPT-3 for Science
A GPT-3-like AI model for science would accelerate innovation and improve reproducibility. Creating it will require us to unlock research.
Build Your Own Imagen Text-to-Image Model
Text-to-Image models have made great strides this year, from DALL-E 2 to the more recent Imagen model. In this tutorial learn how to build a minimal Imagen implementation - MinImagen.
https://www.assemblyai.com/blog/build-your-own-imagen-text-to-image-model/
Text-to-Image models have made great strides this year, from DALL-E 2 to the more recent Imagen model. In this tutorial learn how to build a minimal Imagen implementation - MinImagen.
https://www.assemblyai.com/blog/build-your-own-imagen-text-to-image-model/
BeauPy
A Python library of interactive CLI elements you have been looking for.
https://github.com/petereon/beaupy
A Python library of interactive CLI elements you have been looking for.
https://github.com/petereon/beaupy
GitHub
GitHub - petereon/beaupy: A Python library of interactive CLI elements you have been looking for
A Python library of interactive CLI elements you have been looking for - petereon/beaupy
t3l3machus / hoaxshell
An unconventional Windows reverse shell, currently undetected by Microsoft Defender and various other AV solutions, solely based on http(s) traffic.
https://github.com/t3l3machus/hoaxshell
An unconventional Windows reverse shell, currently undetected by Microsoft Defender and various other AV solutions, solely based on http(s) traffic.
https://github.com/t3l3machus/hoaxshell
GitHub
GitHub - t3l3machus/hoaxshell: A Windows reverse shell payload generator and handler that abuses the http(s) protocol to establish…
A Windows reverse shell payload generator and handler that abuses the http(s) protocol to establish a beacon-like reverse shell. - t3l3machus/hoaxshell
Using Mypy in production at Spring
While Mypy adoption comes at a cost (via upfront and ongoing investment, a learning curve, etc.), I’ve found it invaluable for maintaining a large Python codebase.
https://notes.crmarsh.com/using-mypy-in-production-at-spring
While Mypy adoption comes at a cost (via upfront and ongoing investment, a learning curve, etc.), I’ve found it invaluable for maintaining a large Python codebase.
https://notes.crmarsh.com/using-mypy-in-production-at-spring
How to Create an AI-Assisted Search Engine with Python and txtAI in Seconds
https://www.youtube.com/watch?v=ATyihdzwHjU
https://www.youtube.com/watch?v=ATyihdzwHjU
YouTube
How to Create an AI-Assisted Search Engine with Python and txtAI in Seconds! Easy Tutorial
Join this channel to get access to perks:
https://www.youtube.com/channel/UC5vr5PwcXiKX_-6NTteAlXw/join
If you enjoy this video, please subscribe.
✅Be my Patron: https://www.patreon.com/WJBMattingly
✅PayPal: https://www.paypal.com/cgi-bin/webscr?cmd=_d…
https://www.youtube.com/channel/UC5vr5PwcXiKX_-6NTteAlXw/join
If you enjoy this video, please subscribe.
✅Be my Patron: https://www.patreon.com/WJBMattingly
✅PayPal: https://www.paypal.com/cgi-bin/webscr?cmd=_d…
Unix Pioneer Brian Kernighan: if you could only use one language, choose Python
https://www.reddit.com/r/Python/comments/x05859/unix_pioneer_brian_kernighan_if_you_could_only/
https://www.reddit.com/r/Python/comments/x05859/unix_pioneer_brian_kernighan_if_you_could_only/
reddit
Unix Pioneer Brian Kernighan: if you could only use one language,...
Posted in r/Python by u/GreyBeardWizard • 978 points and 180 comments
Taming Bad Python Packages: Assessing Python Malware Detectors with a Benchmark Dataset
This post explains the creation and use of the benchmark dataset to measure the performance of the current PyPI malware checks.
https://blog.chainguard.dev/taming-python-malware-scanners/
This post explains the creation and use of the benchmark dataset to measure the performance of the current PyPI malware checks.
https://blog.chainguard.dev/taming-python-malware-scanners/
Chainguard, Inc.
Taming Bad Python Packages:
Assessing Python Malware Detectors with a Benchmark Dataset
Assessing Python Malware Detectors with a Benchmark Dataset
Ly D. Vu, visiting researcher at Chainguard and a lecturer and researcher at FPT University in Vietnam, contributed to this post. The number of malicious open source software packages found in popular registries is growing. According to analysis by the Atlantic…
Professional Pandas: The Pandas Assign Method and Chaining
This is the first in a series of blog posts that teach how to write professional-quality pandas code. In this post, we discuss the pandas assign function, and how it can be used together with chaining to create clean, readable code.
https://ponder.io/professional-pandas-the-pandas-assign-method-and-chaining/
This is the first in a series of blog posts that teach how to write professional-quality pandas code. In this post, we discuss the pandas assign function, and how it can be used together with chaining to create clean, readable code.
https://ponder.io/professional-pandas-the-pandas-assign-method-and-chaining/
Ponder
Professional Pandas: The Pandas Assign Method and Chaining
This is the first in a series of blog posts that teach how to write professional-quality pandas code. In this post, we discuss the pandas assign function, and how it can be used together with chaining to create clean, readable code.
Build Your Own Mobile Proxy for Web Scraping
In this guide, we show how you can build your own mobile proxy pool step by step. The most common use case for mobile proxies is web scraping. If you have a low success rate and keep getting blocked by websites you want to scrape, this guide is for you.
https://scrapingfish.com/blog/byo-mobile-proxy-for-web-scraping
In this guide, we show how you can build your own mobile proxy pool step by step. The most common use case for mobile proxies is web scraping. If you have a low success rate and keep getting blocked by websites you want to scrape, this guide is for you.
https://scrapingfish.com/blog/byo-mobile-proxy-for-web-scraping
Scrapingfish
Build Your Own Mobile Proxy for Web Scraping
In this guide, we show how you can build your own mobile proxy pool step by step. The most common use case for mobile proxies is web scraping. If you have low success rate and keep getting blocked by websites you want to scrape, this guide is for you.
Memory Management in Python - Part 3: Object Lifetimes and Garbage Collection
We ended Part 2 with an exploration of the weird and wonderful things that can happen when you override the eq magic method in Python. Now, in Part 3, we’re going to look at doing the same thing with a different magic method: del.
https://anvil.works/articles/pointers-in-my-python-3
We ended Part 2 with an exploration of the weird and wonderful things that can happen when you override the eq magic method in Python. Now, in Part 3, we’re going to look at doing the same thing with a different magic method: del.
https://anvil.works/articles/pointers-in-my-python-3
Anvil
Memory Management in Python - Part 3: Object Lifetimes and Garbage Collection
Join me for a tour of some of CPython’s dark memory magic and unintuitive behaviours! This blog post is the last in a three-part write-up of a conference talk I gave in 2021.