Effective Python Async like a PRO
See some common mistakes when writing Python Async and learn how to avoid them to increase your code's performance.
https://guicommits.com/effective-python-async-like-a-pro/
See some common mistakes when writing Python Async and learn how to avoid them to increase your code's performance.
https://guicommits.com/effective-python-async-like-a-pro/
Gui Commits
How to use Async Python Correctly
See some common mistakes when writing Python Async and learn how to avoid them to increase your code's performance.
Coercer
A Python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 12 methods.
https://github.com/p0dalirius/Coercer
A Python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 12 methods.
https://github.com/p0dalirius/Coercer
GitHub
GitHub - p0dalirius/Coercer: A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through…
A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 12 methods. - p0dalirius/Coercer
StableTuner
Stable Tuner wants to be the easiest and most complete Stable Diffusion tuner.
https://github.com/devilismyfriend/StableTuner
Stable Tuner wants to be the easiest and most complete Stable Diffusion tuner.
https://github.com/devilismyfriend/StableTuner
GitHub
GitHub - devilismyfriend/StableTuner: Finetuning SD in style.
Finetuning SD in style. Contribute to devilismyfriend/StableTuner development by creating an account on GitHub.
I know this isn't much, but I made Minesweeper using Python. Really proud how it turned out!
https://www.reddit.com/r/Python/comments/zuzx7r/i_know_this_isnt_much_but_i_made_minesweeper/
https://www.reddit.com/r/Python/comments/zuzx7r/i_know_this_isnt_much_but_i_made_minesweeper/
reddit
I know this isn't much, but I made Minesweeper using Python....
[Link to GitHub](https://github.com/espy02/python-minesweeper) Any feedback would be appreciated
Has your password been pwned?
Or, how I almost failed to search a 37 GB text file in under 1 millisecond (in Python).
https://death.andgravity.com/pwned
Or, how I almost failed to search a 37 GB text file in under 1 millisecond (in Python).
https://death.andgravity.com/pwned
death and gravity
Has your password been pwned? Or, how I almost failed to search a 37 GB text file in under 1 millisecond (in Python)
... in which we check if your password has been compromised in many inconvenient ways, in a tale of destruction, obsession, and self-discovery.
facebookresearch / diplomacy_cicero
Code for Cicero, an AI agent that plays the game of Diplomacy with open-domain natural language negotiation.
https://github.com/facebookresearch/diplomacy_cicero
Code for Cicero, an AI agent that plays the game of Diplomacy with open-domain natural language negotiation.
https://github.com/facebookresearch/diplomacy_cicero
GitHub
GitHub - facebookresearch/diplomacy_cicero: Code for Cicero, an AI agent that plays the game of Diplomacy with open-domain natural…
Code for Cicero, an AI agent that plays the game of Diplomacy with open-domain natural language negotiation. - facebookresearch/diplomacy_cicero
A year of building for the terminal
https://textual.textualize.io/blog/2022/12/20/a-year-of-building-for-the-terminal/
https://textual.textualize.io/blog/2022/12/20/a-year-of-building-for-the-terminal/
PyPI malware creators are starting to employ Anti-Debug techniques
First time anti-debug techniques are discovered in PyPI malware. Read how these techniques are implemented, including analysis and tips from JFrog Security Research.
https://jfrog.com/blog/pypi-malware-creators-are-starting-to-employ-anti-debug-techniques/
First time anti-debug techniques are discovered in PyPI malware. Read how these techniques are implemented, including analysis and tips from JFrog Security Research.
https://jfrog.com/blog/pypi-malware-creators-are-starting-to-employ-anti-debug-techniques/
JFrog
PyPI malware creators are starting to employ Anti-Debug techniques
First time anti-debug techniques are discovered in PyPI malware. Read how these techniques are implemented, including analysis and tips from JFrog Security Research.
sdfstudio
A Unified Framework for Surface Reconstruction.
https://github.com/autonomousvision/sdfstudio
A Unified Framework for Surface Reconstruction.
https://github.com/autonomousvision/sdfstudio
GitHub
GitHub - autonomousvision/sdfstudio: A Unified Framework for Surface Reconstruction
A Unified Framework for Surface Reconstruction. Contribute to autonomousvision/sdfstudio development by creating an account on GitHub.
acheong08 / ChatGPT
Lightweight package for interacting with ChatGPT's API by OpenAI. Uses reverse engineered official API.
https://github.com/acheong08/ChatGPT
Lightweight package for interacting with ChatGPT's API by OpenAI. Uses reverse engineered official API.
https://github.com/acheong08/ChatGPT
GitHub
GitHub - acheong08/ChatGPT: Reverse engineered ChatGPT API
Reverse engineered ChatGPT API. Contribute to acheong08/ChatGPT development by creating an account on GitHub.
taranjeet / chatgpt-api
This repo is unofficial ChatGPT api. It is based on Daniel Gross's WhatsApp GPT
https://github.com/taranjeet/chatgpt-api
This repo is unofficial ChatGPT api. It is based on Daniel Gross's WhatsApp GPT
https://github.com/taranjeet/chatgpt-api
GitHub
GitHub - taranjeet/unofficial-chatgpt-api: This repo is unofficial ChatGPT api. It is based on Daniel Gross's WhatsApp GPT
This repo is unofficial ChatGPT api. It is based on Daniel Gross's WhatsApp GPT - taranjeet/unofficial-chatgpt-api
The hand-picked selection of the best Python libraries and tools of 2022
https://www.reddit.com/r/Python/comments/zvxb2x/the_handpicked_selection_of_the_best_python/
https://www.reddit.com/r/Python/comments/zvxb2x/the_handpicked_selection_of_the_best_python/
Reddit
r/Python on Reddit
The hand-picked selection of the best Python libraries and tools of 2022
apple / ml-stable-diffusion
Stable Diffusion with Core ML on Apple Silicon
https://github.com/apple/ml-stable-diffusion
Stable Diffusion with Core ML on Apple Silicon
https://github.com/apple/ml-stable-diffusion
GitHub
GitHub - apple/ml-stable-diffusion: Stable Diffusion with Core ML on Apple Silicon
Stable Diffusion with Core ML on Apple Silicon. Contribute to apple/ml-stable-diffusion development by creating an account on GitHub.
Concurrent Programming in Python
Concurrent programming refers to a type of programming focused on executing independent tasks at ...
https://superfastpython.com/concurrent-programming/
Concurrent programming refers to a type of programming focused on executing independent tasks at ...
https://superfastpython.com/concurrent-programming/
Super Fast Python
Concurrent Programming in Python - Super Fast Python
Concurrent Programming in Python, your complete guide to concurrent programming in Python with threads, processes, and coroutines.
How virtual environment libraries work in Python
Have you ever wondered what happens when you activate a virtual environment and how it works ...
https://rushter.com/blog/python-virtualenv/
Have you ever wondered what happens when you activate a virtual environment and how it works ...
https://rushter.com/blog/python-virtualenv/
Artem Golubin
How virtual environment libraries work in Python | Artem Golubin
An introduction to virtual environment internals
What is a Coroutine in Python
Python coroutines are first-class concepts that can be used to develop asynchronous programs. In ...
https://superfastpython.com/python-coroutine/
Python coroutines are first-class concepts that can be used to develop asynchronous programs. In ...
https://superfastpython.com/python-coroutine/
Super Fast Python
What is a Coroutine in Python - Super Fast Python
Coroutines are concurrent tasks in asyncio programs. Python provides first-class coroutines and the asyncio module for running and using them in Python applications. Coroutines are used to develop concurrent applications but are unlike thread-based and process…