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…
LLMOps: Production prompt engineering patterns with Hamilton
https://towardsdatascience.com/llmops-production-prompt-engineering-patterns-with-hamilton-5c3a20178ad2
https://towardsdatascience.com/llmops-production-prompt-engineering-patterns-with-hamilton-5c3a20178ad2
Medium
LLMOps: Production Prompt Engineering Patterns with Hamilton
An overview of the production grade ways to iterate on prompts with Hamilton.
Difficult takes a day, Impossible takes a week or two: How I Developed Eureka Tags in Two Weeks
https://medium.com/@m453h/difficult-takes-a-day-impossible-takes-a-week-or-two-how-i-developed-eureka-tags-in-two-weeks-8d1be07fc8d4
https://medium.com/@m453h/difficult-takes-a-day-impossible-takes-a-week-or-two-how-i-developed-eureka-tags-in-two-weeks-8d1be07fc8d4
Medium
Difficult takes a day, Impossible takes a week or two: How I Developed Eureka Tags in Two Weeks
Introduction
Python Adventures in Absurdity: Exploring the World of Unusable Sorting Algorithms.
https://medium.com/@gavinleegoodship23/python-adventures-in-absurdity-exploring-the-world-of-unusable-sorting-algorithms-bf40a2934bd3
https://medium.com/@gavinleegoodship23/python-adventures-in-absurdity-exploring-the-world-of-unusable-sorting-algorithms-bf40a2934bd3
Medium
Python Adventures in Absurdity: Exploring the World of Unusable Sorting Algorithms.
Welcome to a whimsical journey through the curious and comical realm of sorting algorithms in Python. While the world of programming often revolves around efficiency and practicality, there exists a…
Creating a Linear Regression Model in Python
https://medium.com/@ozzgur.sanli/creating-a-linear-regression-model-in-python-c5ee20b50aec
https://medium.com/@ozzgur.sanli/creating-a-linear-regression-model-in-python-c5ee20b50aec
Medium
Creating a Linear Regression Model in Python
In this post, I will create a linear regression model using the scipy library and I will compare this model with the linear regression…