Solving Wordle Puzzles with Basic Python
The Wordle puzzle game is deceptively simple - you get six tries to guess a five-letter English word, with hints if you get it wrong. Here’s how you can write an iterative solver that suggests words based on letter frequency and hints using nothing but pure Python.
https://www.inspiredpython.com/article/solving-wordle-puzzles-with-basic-python
The Wordle puzzle game is deceptively simple - you get six tries to guess a five-letter English word, with hints if you get it wrong. Here’s how you can write an iterative solver that suggests words based on letter frequency and hints using nothing but pure Python.
https://www.inspiredpython.com/article/solving-wordle-puzzles-with-basic-python
Inspiredpython
Solving Wordle Puzzles with Basic Python
The Wordle puzzle game is deceptively simple - you get six tries to guess a five-letter English word, with hints if you get it wrong. Here’s how you can write an iterative solver that suggests words based on letter frequency and hints using nothing but pure…
kedro-org / kedro
A Python framework for creating reproducible, maintainable and modular data science code.
https://github.com/kedro-org/kedro
A Python framework for creating reproducible, maintainable and modular data science code.
https://github.com/kedro-org/kedro
GitHub
GitHub - kedro-org/kedro: Kedro is a toolbox for production-ready data science. It uses software engineering best practices to…
Kedro is a toolbox for production-ready data science. It uses software engineering best practices to help you create data engineering and data science pipelines that are reproducible, maintainable,...
Computer Vision and Perception for Self-Driving Cars
Learn about Computer Vision and Perception for Self Driving Cars. This series focuses on the different tasks that a Self Driving Car Perception unit would be required to do.
https://www.youtube.com/watch?v=cPOtULagNnI
Learn about Computer Vision and Perception for Self Driving Cars. This series focuses on the different tasks that a Self Driving Car Perception unit would be required to do.
https://www.youtube.com/watch?v=cPOtULagNnI
YouTube
Computer Vision and Perception for Self-Driving Cars (Deep Learning Course)
Learn about Computer Vision and Perception for Self Driving Cars. This series focuses on the different tasks that a Self Driving Car Perception unit would be required to do.
✏️ Course by Robotics with Sakshay. https://www.youtube.com/channel/UC57lEMTXZzXYu_y0FKdW6xA…
✏️ Course by Robotics with Sakshay. https://www.youtube.com/channel/UC57lEMTXZzXYu_y0FKdW6xA…
torrinworx / Blend_My_NFTs
Generate thousands of 3D models, images, and animation NFTs automatically in Blender with BlendMyNFTs.
https://github.com/torrinworx/Blend_My_NFTs
Generate thousands of 3D models, images, and animation NFTs automatically in Blender with BlendMyNFTs.
https://github.com/torrinworx/Blend_My_NFTs
GitHub
GitHub - torrinworx/Blend_My_NFTs: Easily generate thousands of 3D models, images, and animation automatically in Blender for free…
Easily generate thousands of 3D models, images, and animation automatically in Blender for free with Blend_My_NFTs. - torrinworx/Blend_My_NFTs
Next-generation seaborn interface
Over the past 8 months, I have been developing an entirely new interface for making plots with seaborn. This page demonstrates some of its functionality.
http://seaborn.pydata.org/nextgen/
Over the past 8 months, I have been developing an entirely new interface for making plots with seaborn. This page demonstrates some of its functionality.
http://seaborn.pydata.org/nextgen/
ShadowClone
ShadowClone allows you to distribute your long-running tasks dynamically across thousands of serverless functions and gives you the results within seconds where it would have taken hours to complete.
https://github.com/fyoorer/ShadowClone
ShadowClone allows you to distribute your long-running tasks dynamically across thousands of serverless functions and gives you the results within seconds where it would have taken hours to complete.
https://github.com/fyoorer/ShadowClone
GitHub
GitHub - fyoorer/ShadowClone: Unleash the power of cloud
Unleash the power of cloud. Contribute to fyoorer/ShadowClone development by creating an account on GitHub.
tolerance_interval_py
A small Python library for one-sided tolerance bounds and two-sided tolerance intervals.
https://github.com/cjekel/tolerance_interval_py
A small Python library for one-sided tolerance bounds and two-sided tolerance intervals.
https://github.com/cjekel/tolerance_interval_py
GitHub
GitHub - cjekel/tolerance_interval_py: A small Python library for one-sided tolerance bounds and two-sided tolerance intervals.
A small Python library for one-sided tolerance bounds and two-sided tolerance intervals. - GitHub - cjekel/tolerance_interval_py: A small Python library for one-sided tolerance bounds and two-sided...
mmdb-server
mmdb-server is an open source fast API server to lookup IP addresses for their geographic location.
https://github.com/adulau/mmdb-server
mmdb-server is an open source fast API server to lookup IP addresses for their geographic location.
https://github.com/adulau/mmdb-server
GitHub
GitHub - adulau/mmdb-server: mmdb-server is an open source fast API server to lookup IP addresses for their geographic location.
mmdb-server is an open source fast API server to lookup IP addresses for their geographic location. - GitHub - adulau/mmdb-server: mmdb-server is an open source fast API server to lookup IP addres...
Monitor Amazon S3 activity using S3 server access logs and Pandas in Python
This post shows you how to use Pandas in Python to analyze Amazon S3 server access logs for a couple of common customer use cases: monitoring a static website and monitoring S3 Lifecycle activity. With the outlined solution, you can simplify yet augment your data monitoring and control at scale to optimize for cost, security, compliance, and more.
https://aws.amazon.com/blogs/storage/monitor-amazon-s3-activity-using-s3-server-access-logs-and-pandas-in-python/
This post shows you how to use Pandas in Python to analyze Amazon S3 server access logs for a couple of common customer use cases: monitoring a static website and monitoring S3 Lifecycle activity. With the outlined solution, you can simplify yet augment your data monitoring and control at scale to optimize for cost, security, compliance, and more.
https://aws.amazon.com/blogs/storage/monitor-amazon-s3-activity-using-s3-server-access-logs-and-pandas-in-python/
Amazon
Monitor Amazon S3 activity using S3 server access logs and Pandas in Python | Amazon Web Services
Monitoring and controlling access to data is often essential for security, cost optimization, and compliance. For these reasons, customers want to know what data of theirs is being accessed, when it is being accessed, and who is accessing it. With more data…
How to setup Django with Pytest on GitHub Actions
A minimal example of how you can quickly get Django and Pytest running on every commit to GitHub.
https://mattsegal.dev/django-with-pytest-on-github-actions.html
A minimal example of how you can quickly get Django and Pytest running on every commit to GitHub.
https://mattsegal.dev/django-with-pytest-on-github-actions.html
Matt Segal Dev
How to setup Django with Pytest on GitHub Actions
A minimal example of how you can quickly get Django and Pytest running on every commit to GitHub
How We Migrated from Python Multithreading to Asyncio
https://medium.com/@DorIndivo/how-we-migrated-from-python-multithreading-to-asyncio-128b0c8e4ec5
https://medium.com/@DorIndivo/how-we-migrated-from-python-multithreading-to-asyncio-128b0c8e4ec5
Medium
How We Migrated from Python Multithreading to Asyncio
Our Journey to Asynchronous Service
rounakbanik / generative-art-nft
A generative art library for NFT avatar and collectible projects.
https://github.com/rounakbanik/generative-art-nft
A generative art library for NFT avatar and collectible projects.
https://github.com/rounakbanik/generative-art-nft
GitHub
GitHub - rounakbanik/generative-art-nft: A generative art library for NFT avatar and collectible projects.
A generative art library for NFT avatar and collectible projects. - rounakbanik/generative-art-nft
Created a Stack overflow clone with almost every functionality
https://www.reddit.com/r/Python/comments/ryx0v1/created_a_stack_overflow_clone_with_almost_every/
https://www.reddit.com/r/Python/comments/ryx0v1/created_a_stack_overflow_clone_with_almost_every/
Reddit
r/Python on Reddit: Created a Stack overflow clone with almost every functionality
Posted by u/allInOneBoy - 357 votes and 89 comments
Procrastinate: PostgreSQL-Based Task Queue for Python
https://procrastinate.readthedocs.io/en/stable/index.html
https://procrastinate.readthedocs.io/en/stable/index.html
emissary
Open source Kubernetes-native API gateway for microservices built on the Envoy Proxy.
https://github.com/emissary-ingress/emissary
Open source Kubernetes-native API gateway for microservices built on the Envoy Proxy.
https://github.com/emissary-ingress/emissary
GitHub
GitHub - emissary-ingress/emissary: open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
open source Kubernetes-native API gateway for microservices built on the Envoy Proxy - emissary-ingress/emissary