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...
Honest question: Why must "self" always be passed in as parameter, why wasn't it made a built-in?
https://www.reddit.com/r/Python/comments/y8ofb6/honest_question_why_must_self_always_be_passed_in/
https://www.reddit.com/r/Python/comments/y8ofb6/honest_question_why_must_self_always_be_passed_in/
Reddit
r/Python on Reddit: Honest question: Why must "self" always be passed in as parameter, why wasn't it made a built-in?
Posted by u/lemon_bottle - 461 votes and 145 comments
Finding and analyzing free stock index data with Python and EDGAR
Historical stock index data can be hard to find for free, but when we use the SEC's EDGAR system and Python, we can extract it quite easily.
https://www.wrighters.io/finding-and-analyzing-free-stock-index-data-with-python-and-edgar/
Historical stock index data can be hard to find for free, but when we use the SEC's EDGAR system and Python, we can extract it quite easily.
https://www.wrighters.io/finding-and-analyzing-free-stock-index-data-with-python-and-edgar/
wrighters.io
Finding and analyzing free stock index data with Python and EDGAR - wrighters.io
Historical stock index data can be hard to find for free, but when we use the SEC's EDGAR system and Python, we can extract it quite easily.
How the Guardian approaches quote extraction with NLP
A case study of the Guardian's spaCy-Prodigy workflow to modularize quote extraction for content creation. This study includes iterative annotation guidelines and custom interface functionality.
https://explosion.ai/blog/guardian
A case study of the Guardian's spaCy-Prodigy workflow to modularize quote extraction for content creation. This study includes iterative annotation guidelines and custom interface functionality.
https://explosion.ai/blog/guardian
explosion.ai
How the Guardian approaches quote extraction with NLP · Explosion
A case study of the Guardian's spaCy-Prodigy workflow to modularize quote extraction for content creation. This study includes iterative annotation guidelines and custom interface functionality.
Python is the Top 6th Highest Paid Programming Language in 2022, with an AVG salary of ~$114k per year.
https://www.reddit.com/r/Python/comments/y8u5vi/python_is_the_top_6th_highest_paid_programming/
https://www.reddit.com/r/Python/comments/y8u5vi/python_is_the_top_6th_highest_paid_programming/
reddit
Python is the Top 6th Highest Paid Programming Language in 2022,...
Posted in r/Python by u/__dacia__ • 531 points and 154 comments