Build Real-World AWS Microservices with Python and FastAPI From Zero
This video will show you how to start from the absolute beginning of DevOps and build a real-world AWS microservice with Python and FastAPI.
https://www.youtube.com/watch?v=SqFFCTNyi88
This video will show you how to start from the absolute beginning of DevOps and build a real-world AWS microservice with Python and FastAPI.
https://www.youtube.com/watch?v=SqFFCTNyi88
YouTube
Build Real-World AWS Microservices with Python and FastAPI From Zero
Build Real-World AWS Microservices with Python and FastAPI From Zero.
Practice end-to-end DevOps from scratch!
This video will show you how to start from the absolute beginning of DevOps and build a real-world AWS microservice with Python and FastAPI.
Topics…
Practice end-to-end DevOps from scratch!
This video will show you how to start from the absolute beginning of DevOps and build a real-world AWS microservice with Python and FastAPI.
Topics…
Big respect to 90’s programmers and before. I can’t imagine how horrible today’s programmers would be without the Internet?
https://www.reddit.com/r/Python/comments/wh1p73/big_respect_to_90s_programmers_and_before_i_cant/
https://www.reddit.com/r/Python/comments/wh1p73/big_respect_to_90s_programmers_and_before_i_cant/
reddit
Big respect to 90’s programmers and before. I can’t imagine how...
I can’T imagine creating a full program without the help of Google. Just wanted to pay homage to those that came before me. They must have been so...
Finding performance problems: profiling or logging?
What’s the difference between trace-based logging and profiling? Which should you use—do you need only one, or both? What’s the fastest way to find performance problems in production?
https://pythonspeed.com/articles/logging-vs-profiling/
What’s the difference between trace-based logging and profiling? Which should you use—do you need only one, or both? What’s the fastest way to find performance problems in production?
https://pythonspeed.com/articles/logging-vs-profiling/
Python⇒Speed
Finding performance problems: profiling or logging?
If your software is running slowly in production, do you need profiling or logging?
Add background music to your scripts
https://www.reddit.com/r/Python/comments/wl56ng/add_background_music_to_your_scripts/
https://www.reddit.com/r/Python/comments/wl56ng/add_background_music_to_your_scripts/
reddit
Add background music to your scripts
You've heard right, now you can add background (elevator) music to your python scripts, making waiting easier. Do you need it? No. Do you want...
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