Decorator shortcuts
When using many decorators in code, there’s a shortcut you can use if you find yourself repeating them. They can be assigned to a variable just like any other Python expression.
https://nedbatchelder.com/blog/202210/decorator_shortcuts.html
When using many decorators in code, there’s a shortcut you can use if you find yourself repeating them. They can be assigned to a variable just like any other Python expression.
https://nedbatchelder.com/blog/202210/decorator_shortcuts.html
Nedbatchelder
Decorator shortcuts
When using many decorators in code, there’s a shortcut you can use if you find yourself repeating them. They can be assigned to a variable just like any other Python expression.
PYTHON CHARTS: the Python data visualization site with more than 500 different charts with reproducible code and color tools
https://www.reddit.com/r/Python/comments/y6fumv/python_charts_the_python_data_visualization_site/
https://www.reddit.com/r/Python/comments/y6fumv/python_charts_the_python_data_visualization_site/
reddit
PYTHON CHARTS: the Python data visualization site with more than...
Posted in r/Python by u/JZOSS • 1,141 points and 45 comments
InvokeAI
This version of Stable Diffusion features a slick WebGUI, an interactive command-line script that combines text2img and img2img functionality in a "dream bot" style interface, and multiple features and other enhancements.
https://github.com/invoke-ai/InvokeAI
This version of Stable Diffusion features a slick WebGUI, an interactive command-line script that combines text2img and img2img functionality in a "dream bot" style interface, and multiple features and other enhancements.
https://github.com/invoke-ai/InvokeAI
GitHub
GitHub - invoke-ai/InvokeAI: Invoke is a leading creative engine for Stable Diffusion models, empowering professionals, artists…
Invoke is a leading creative engine for Stable Diffusion models, empowering professionals, artists, and enthusiasts to generate and create visual media using the latest AI-driven technologies. The ...
divamgupta / stable-diffusion-tensorflow
Stable Diffusion in TensorFlow / Keras
https://github.com/divamgupta/stable-diffusion-tensorflow
Stable Diffusion in TensorFlow / Keras
https://github.com/divamgupta/stable-diffusion-tensorflow
GitHub
GitHub - divamgupta/stable-diffusion-tensorflow: Stable Diffusion in TensorFlow / Keras
Stable Diffusion in TensorFlow / Keras. Contribute to divamgupta/stable-diffusion-tensorflow development by creating an account on GitHub.
The Pdfalyzer is a tool for visualizing the inner tree structure of a PDF in large and colorful diagrams as well as scanning its internals for suspicious content
https://www.reddit.com/r/Python/comments/y0rnqk/the_pdfalyzer_is_a_tool_for_visualizing_the_inner/
https://www.reddit.com/r/Python/comments/y0rnqk/the_pdfalyzer_is_a_tool_for_visualizing_the_inner/
Reddit
From the Python community on Reddit: The Pdfalyzer is a tool for visualizing the inner tree structure of a PDF in large and colorful…
Explore this post and more from the Python community
Python in Visual Studio Code – October 2022 Release
This release includes the following announcements:
https://devblogs.microsoft.com/python/python-in-visual-studio-code-october-2022-release/
This release includes the following announcements:
https://devblogs.microsoft.com/python/python-in-visual-studio-code-october-2022-release/
Microsoft News
Python in Visual Studio Code – October 2022 Release
The October 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available. Keep reading to learn more!
How to Track the Rank of Keywords in Google SERPs using Python
In this post, we will learn how to track the rank of pages in google for any keyword using Python. We will create a tool like SEMrush & Ahrefs with coding.
https://blog.shahednasser.com/track-keywords-in-google-using-python/
In this post, we will learn how to track the rank of pages in google for any keyword using Python. We will create a tool like SEMrush & Ahrefs with coding.
https://blog.shahednasser.com/track-keywords-in-google-using-python/
Shahed Nasser
How to Track the Rank of Keywords in Google SERPs using Python
In this post, we will learn how to track the rank of pages in google for any keyword using Python. We will create a tool like SEMrush & Ahrefs with coding.
microblog.pub
A self-hosted, single-user, ActivityPub powered microblog.
https://github.com/tsileo/microblog.pub
A self-hosted, single-user, ActivityPub powered microblog.
https://github.com/tsileo/microblog.pub
GitHub
GitHub - tsileo/microblog.pub: A self-hosted, single-user, ActivityPub powered microblog.
A self-hosted, single-user, ActivityPub powered microblog. - tsileo/microblog.pub
towhee-io / towhee
Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.
https://github.com/towhee-io/towhee
Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.
https://github.com/towhee-io/towhee
GitHub
GitHub - towhee-io/towhee: Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.
Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast. - towhee-io/towhee
5 Python Projects to Automate Your Life: From Beginner to Advanced
Brand-new automation projects that you should solve in 2022Continue reading on Towards Data Science ...
https://towardsdatascience.com/5-python-projects-to-automate-your-life-from-beginner-to-advanced-90fe29a7d664
Brand-new automation projects that you should solve in 2022Continue reading on Towards Data Science ...
https://towardsdatascience.com/5-python-projects-to-automate-your-life-from-beginner-to-advanced-90fe29a7d664
Python dependency management difficulty is an unhelpful meme
Python package management/installation is famously difficult or so the story goes. This keeps getting reinforced by forum comments, quoting that one xkcd page, and people who aren’t actually running into the issues repeating the meme. In practice, it will take just a few minutes to understand and not end up in a mess.
https://blog.viraptor.info/post/python-dependency-management-difficulty-is-an-unhelpful-meme
Python package management/installation is famously difficult or so the story goes. This keeps getting reinforced by forum comments, quoting that one xkcd page, and people who aren’t actually running into the issues repeating the meme. In practice, it will take just a few minutes to understand and not end up in a mess.
https://blog.viraptor.info/post/python-dependency-management-difficulty-is-an-unhelpful-meme
Vizier
Python-based research interface for blackbox and hyperparameter optimization, based on Google's internal Vizier Service.
https://github.com/google/vizier
Python-based research interface for blackbox and hyperparameter optimization, based on Google's internal Vizier Service.
https://github.com/google/vizier
GitHub
GitHub - google/vizier: Python-based research interface for blackbox and hyperparameter optimization, based on the internal Google…
Python-based research interface for blackbox and hyperparameter optimization, based on the internal Google Vizier Service. - google/vizier
I created a script that allows you to store any file (encrypted or not) in an image using steganography
https://www.reddit.com/r/Python/comments/yaqoxd/i_created_a_script_that_allows_you_to_store_any/
https://www.reddit.com/r/Python/comments/yaqoxd/i_created_a_script_that_allows_you_to_store_any/
Reddit
r/Python on Reddit: I created a script that allows you to store any file (encrypted or not) in an image using steganography
Posted by u/Fisherman386 - 744 votes and 127 comments
Forestplot
A Python package to make publication-ready but customizable coefficient plots.
https://github.com/lsys/forestplot
A Python package to make publication-ready but customizable coefficient plots.
https://github.com/lsys/forestplot
GitHub
GitHub - LSYS/forestplot: A Python package to make publication-ready but customizable coefficient plots.
A Python package to make publication-ready but customizable coefficient plots. - GitHub - LSYS/forestplot: A Python package to make publication-ready but customizable coefficient plots.
Create Presentation from Jupyter Notebook
Presentation is a great way to share your results and findings with a non-technical audience. The data-rich presentation with charts, tables, and code may be tedious to create. The good news is that you can create a presentation directly from Jupyter Notebook!
https://mljar.com/blog/jupyter-notebook-presentation/
Presentation is a great way to share your results and findings with a non-technical audience. The data-rich presentation with charts, tables, and code may be tedious to create. The good news is that you can create a presentation directly from Jupyter Notebook!
https://mljar.com/blog/jupyter-notebook-presentation/
MLJAR
Create Presentation from Jupyter Notebook
Effortlessly create data-rich presentations directly from Jupyter Notebook, saving time on manual copying and updating. Hide code to cater to non-technical audiences, and easily share as a website or PDF.
Generating Chess Puzzles with Genetic Algorithms
We took a library used for function minimization, attached Stockfish to it, and used it to generate surprisingly complex mate in 3 chess puzzles without too much code.
https://www.propelauth.com/post/generating-chess-puzzles-with-genetic-algorithms
We took a library used for function minimization, attached Stockfish to it, and used it to generate surprisingly complex mate in 3 chess puzzles without too much code.
https://www.propelauth.com/post/generating-chess-puzzles-with-genetic-algorithms
Propelauth
Generating Chess Puzzles with Genetic Algorithms
We took a library used for function minimization, attached Stockfish to it, and used it to generate surprisingly complex mate in 3 chess puzzles without too much code. Libraries like this excite me because it feels like the limit is your imagination and your…
Python Charts
Learn data visualization with Python. You will find code examples of Python graphs made with matplotlib, seaborn, plotly and other packages.
https://python-charts.com/
Learn data visualization with Python. You will find code examples of Python graphs made with matplotlib, seaborn, plotly and other packages.
https://python-charts.com/
PYTHON CHARTS
PYTHON CHARTS | The definitive Python data visualization site
Learn data visualization in Python with PYTHON CHARTS! Create beautiful graphs step-by-step with matplotlib, seaborn and plotly with examples
Sanster / lama-cleaner
Image inpainting tool powered by SOTA AI Model
https://github.com/Sanster/lama-cleaner
Image inpainting tool powered by SOTA AI Model
https://github.com/Sanster/lama-cleaner
GitHub
GitHub - Sanster/IOPaint: Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your…
Image inpainting tool powered by SOTA AI Model. Remove any unwanted object, defect, people from your pictures or erase and replace(powered by stable diffusion) any thing on your pictures. - Sanster...