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…
Data Pipeline to load BigQuery from Oracle
https://medium.com/@jagadeshjamjalanarayanan/data-pipeline-to-load-bigquery-from-oracle-4a4cc9b826b1
https://medium.com/@jagadeshjamjalanarayanan/data-pipeline-to-load-bigquery-from-oracle-4a4cc9b826b1
Medium
Data Pipeline to load BigQuery from Oracle
Creating a data pipeline to load data from Oracle into BigQuery involves several steps and technologies. This process is often necessary…
Machine Learning Project: Student Performance Predictor (Part 1. Linear Regression)
https://medium.com/@yinningzengsteven/machine-learning-project-student-performance-predictor-part-1-linear-regression-1af86fe403d4
https://medium.com/@yinningzengsteven/machine-learning-project-student-performance-predictor-part-1-linear-regression-1af86fe403d4
Medium
Machine Learning Project: Student Performance Predictor (Part 1. Linear Regression)
This article offers a comprehensive, step-by-step guide on developing a machine learning model in Python.
Introduction to Bioinformatics and Python
https://medium.com/@coderhack.com/introduction-to-bioinformatics-and-python-80e1e73109bb
https://medium.com/@coderhack.com/introduction-to-bioinformatics-and-python-80e1e73109bb
Medium
Introduction to Bioinformatics and Python
Bioinformatics is an interdisciplinary field that develops methods and software tools for understanding biological data. As the amount of…