8 Puzzle problem or fixing the grid/matrix using greedy algorithm
https://medium.com/@kapil.lanjewar.100/8-puzzle-problem-or-fixing-the-grid-matrix-using-greedy-algorithm-2c6eb7c8541e
https://medium.com/@kapil.lanjewar.100/8-puzzle-problem-or-fixing-the-grid-matrix-using-greedy-algorithm-2c6eb7c8541e
Medium
8 Puzzle problem or fixing the grid/matrix using greedy algorithm
Given input matrix:
Interactive Data Visualisation with Plotnine using the grammar of graphics in Python
https://medium.com/aatomz-research/interactive-data-visualisation-with-plotnine-using-the-grammar-of-graphics-in-python-86fe5a63218a
https://medium.com/aatomz-research/interactive-data-visualisation-with-plotnine-using-the-grammar-of-graphics-in-python-86fe5a63218a
Medium
Interactive Data Visualisation with Plotnine using the grammar of graphics in Python
Introduction :
8 Puzzle problem or fixing the grid/matrix using Depth First Search (DFS)
https://medium.com/@kapil.lanjewar.100/8-puzzle-problem-or-fixing-the-grid-matrix-using-depth-first-search-dfs-2acccf2d7f49
https://medium.com/@kapil.lanjewar.100/8-puzzle-problem-or-fixing-the-grid-matrix-using-depth-first-search-dfs-2acccf2d7f49
Medium
8 Puzzle problem or fixing the grid/matrix using Depth First Search (DFS)
Given input matrix:
8 Puzzle problem or fixing the grid/matrix using Breadth First Search (BFS)
https://medium.com/@kapil.lanjewar.100/8-puzzle-problem-or-fixing-the-grid-matrix-using-breadth-first-search-bfs-68dfcd018ff1
https://medium.com/@kapil.lanjewar.100/8-puzzle-problem-or-fixing-the-grid-matrix-using-breadth-first-search-bfs-68dfcd018ff1
Medium
8 Puzzle problem or fixing the grid/matrix using Breadth First Search (BFS)
Given input matrix:
The Essential Pandas Functions for Efficient Data Analysis
https://medium.com/aatomz-research/the-essential-pandas-functions-for-efficient-data-analysis-26612dea4484
https://medium.com/aatomz-research/the-essential-pandas-functions-for-efficient-data-analysis-26612dea4484
Medium
The Essential Pandas Functions for Efficient Data Analysis
1. pd.read_csv, pd.read_excel:
Introduction to Neural Style Transfer
https://medium.com/@coderhack.com/introduction-to-neural-style-transfer-fc33bc2ba6ce
https://medium.com/@coderhack.com/introduction-to-neural-style-transfer-fc33bc2ba6ce
Medium
Introduction to Neural Style Transfer
Neural style transfer is a technique that modifies the style of an input image by transferring the style of a reference image. For example…
Automated data integration API less sites
https://medium.com/@coderhack.com/automated-data-integration-api-less-sites-8a40130e1e53
https://medium.com/@coderhack.com/automated-data-integration-api-less-sites-8a40130e1e53
Medium
Automated data integration API less sites
Web scraping is the process of extracting data from websites. It is a useful technique to gather structured data from the unstructured web…
Unlocking the Magic of Python Decorators: A Beginner’s Guide
https://medium.com/aatomz-research/unlocking-the-magic-of-python-decorators-a-beginners-guide-2d49606bb099
https://medium.com/aatomz-research/unlocking-the-magic-of-python-decorators-a-beginners-guide-2d49606bb099
Medium
Unlocking the Magic of Python Decorators: A Beginner’s Guide
Are you a Python beginner who’s ever felt daunted by the concept of decorators? Fear not, for in this article, we’ll unravel the mystery…
Performance comparison of AWS Lambda Python runtimes
https://medium.com/@maksimtereshin/performance-comparison-of-aws-lambda-python-runtimes-c72b1e0c1a72
https://medium.com/@maksimtereshin/performance-comparison-of-aws-lambda-python-runtimes-c72b1e0c1a72
Medium
Performance comparison of AWS Lambda Python runtimes
AWS continuously changes, patching their services with new features and and fixing known issues. Of course, if third party vendor releases…
A Physics Inspired Artificial Intelligence Model
https://medium.com/@ibrahimmukherjee/a-physics-inspired-artificial-intelligence-model-153cf1176d59
https://medium.com/@ibrahimmukherjee/a-physics-inspired-artificial-intelligence-model-153cf1176d59
Medium
A Physics Inspired Artificial Intelligence Model
There is a new type of AI using neuromorphic computers. These models are different from neural networks. Neuromorphic computers are a type…
Detecting Gibberish and Nonsense Strings with Python
https://maxbade.medium.com/detecting-gibberish-and-nonsense-strings-with-python-a557a03e66e1
https://maxbade.medium.com/detecting-gibberish-and-nonsense-strings-with-python-a557a03e66e1
Medium
Detecting Gibberish and Nonsense Strings with Python
Ok, the data in this example is a little cleaner than that. In fact, dissecting a string or text field such as what is shown in the above…
Python Regex: Unleashing the Power of Regular Expressions
https://medium.com/@techclaw/python-regex-unleashing-the-power-of-regular-expressions-d7f624d7aaf9
https://medium.com/@techclaw/python-regex-unleashing-the-power-of-regular-expressions-d7f624d7aaf9
Medium
Python Regex: Unleashing the Power of Regular Expressions
In the ever-evolving world of programming, efficiency and precision are paramount. Python, a versatile and widely used programming…
Asynchronously stream response data to disc using Python
https://medium.com/@benshearlaw/asynchronously-stream-response-data-to-disc-using-python-6f8d5974f355
https://medium.com/@benshearlaw/asynchronously-stream-response-data-to-disc-using-python-6f8d5974f355
Medium
Asynchronously stream response data to disc using Python
Using the HTTPX and aiofiles libraries, a request can be made, and the response can be streamed asynchronously to disk using the following…
Remove all Whitespace from a String in Python
https://medium.com/@techclaw/remove-all-whitespace-from-a-string-in-python-bd5c1e5ff1c5
https://medium.com/@techclaw/remove-all-whitespace-from-a-string-in-python-bd5c1e5ff1c5
Medium
Remove all Whitespace from a String in Python
Building Own Python Packages and Libraries
https://medium.com/coderhack-com/building-own-python-packages-and-libraries-17a9cfe76bee
https://medium.com/coderhack-com/building-own-python-packages-and-libraries-17a9cfe76bee
Medium
Building Own Python Packages and Libraries
Python has a vast collection of open source libraries and packages that provide ready-to-use functionality for all sorts of tasks. But as a…
Revolutionizing Topic Modeling with GPT-3: From Text Embedding to Contextual Titles
https://kean-chan.medium.com/revolutionizing-topic-modeling-with-gpt-3-5-from-text-embedding-to-contextual-titles-1b9fa187b76b
https://kean-chan.medium.com/revolutionizing-topic-modeling-with-gpt-3-5-from-text-embedding-to-contextual-titles-1b9fa187b76b
Medium
Revolutionizing Topic Modeling with GPT-3: From Text Embedding to Contextual Titles
Photo by Billy Huynh on Unsplash
Mastering Python’s itertools Module: A Comprehensive Tutorial
https://celikmustafa89.medium.com/mastering-pythons-itertools-module-a-comprehensive-tutorial-c1ece6fbaa1b
https://celikmustafa89.medium.com/mastering-pythons-itertools-module-a-comprehensive-tutorial-c1ece6fbaa1b
Medium
Mastering Python’s itertools Module: A Comprehensive Tutorial
Explore Powerful Iteration Techniques with itertools in Python
Making Sense of Python’s Sprawling Library Ecosystem
https://pub.aimind.so/making-sense-of-pythons-sprawling-library-ecosystem-be6d299a5f2c
https://pub.aimind.so/making-sense-of-pythons-sprawling-library-ecosystem-be6d299a5f2c
Medium
Making Sense of Python’s Library Ecosystem
Python is loved by developers for many reasons — its simple syntax, vast community, and most importantly, its expansive collection of open…