How to Build a Robust Data Cleaning Pipeline for Sensor Data?
https://ai.plainenglish.io/how-to-build-a-robust-data-cleaning-pipeline-for-sensor-data-a12f1586a407
https://ai.plainenglish.io/how-to-build-a-robust-data-cleaning-pipeline-for-sensor-data-a12f1586a407
Medium
How to Build a Robust Data Cleaning Pipeline for Sensor Data?
Sensor data is critical in many applications, from monitoring home activities to tracking industrial processes. However, working with…
N day forward stock forecast model, Next Gen
https://medium.com/@nttp/n-day-forward-stock-forecast-model-bbd8dfc5f226
https://medium.com/@nttp/n-day-forward-stock-forecast-model-bbd8dfc5f226
Medium
N day forward stock forecast model, Next Gen
The big Python conversion
Building a Custom Logger in Python Using OOP Principles
https://medium.com/@jurajpuchky/building-a-custom-logger-in-python-using-oop-principles-4ee0e6478b04
https://medium.com/@jurajpuchky/building-a-custom-logger-in-python-using-oop-principles-4ee0e6478b04
Medium
Building a Custom Logger in Python Using OOP Principles
In software development, logging is a crucial part of comprehending and repairing code. The out-of-the-box logging solutions sometimes aren’t quite right for the intricate needs of a complicated…
Optimizing Data Retrieval with Python: A Mini App for Efficient Database Queries
https://medium.com/@jurajpuchky/optimizing-data-retrieval-with-python-a-mini-app-for-efficient-database-queries-296882bb28d3
https://medium.com/@jurajpuchky/optimizing-data-retrieval-with-python-a-mini-app-for-efficient-database-queries-296882bb28d3
Medium
Optimizing Data Retrieval with Python: A Mini App for Efficient Database Queries
The data retrieval must be fast and efficient. That is what the application we will make today will show us. We will create a Python application that uses SQLAlchemy to interface with an SQL…
Building a Task Scheduler with Python Data Structures
https://medium.com/@jurajpuchky/building-a-task-scheduler-with-python-data-structures-55dca80440e6
https://medium.com/@jurajpuchky/building-a-task-scheduler-with-python-data-structures-55dca80440e6
Medium
Building a Task Scheduler with Python Data Structures
Developing a task scheduler application in Python can be an enlightening experience. It teaches the basics of functionality and form in app creation, and it is also a handy program to have on your…
[SOLVED] JIT: partial or with static argnums? Non hashable input, but hashable partial
https://medium.com/@fixitblog/solved-jit-partial-or-with-static-argnums-non-hashable-input-but-hashable-partial-d076c5293c5a
https://medium.com/@fixitblog/solved-jit-partial-or-with-static-argnums-non-hashable-input-but-hashable-partial-d076c5293c5a
Medium
[SOLVED] JIT: partial or with static argnums? Non hashable input, but hashable partial
However, if we do partial: jp_dummy = jax.jit(partial(dummy, b=['kek'])), we aim the goal. Somehow, partial object is indeed has __hash__ method, so we can check it with hash(partial(dummy…
Building a Real-Time Analytics Dashboard with Python and Apache Kafka
https://medium.com/@jurajpuchky/building-a-real-time-analytics-dashboard-with-python-and-apache-kafka-9ec81f903f2a
https://medium.com/@jurajpuchky/building-a-real-time-analytics-dashboard-with-python-and-apache-kafka-9ec81f903f2a
Medium
Building a Real-Time Analytics Dashboard with Python and Apache Kafka
In today’s world, the reliance on big data and the Internet of Things is more pronounced than ever. Decision-making today heavily depends on real-time data analysis. A pertinent example is monitoring…
Building a Data Processing Pipeline with Python
https://medium.com/@jurajpuchky/building-a-data-processing-pipeline-with-python-f3e7cad13246
https://medium.com/@jurajpuchky/building-a-data-processing-pipeline-with-python-f3e7cad13246
Medium
Building a Data Processing Pipeline with Python
Creating a data processing pipeline with Python is an exhilarating adventure. It’s a perfect amalgamation of automation, scalability, and efficiency. As every company becomes increasingly…
Building a FastAPI Application for Data Analysis: A Step-by-Step Guide
https://medium.com/@jurajpuchky/building-a-fastapi-application-for-data-analysis-a-step-by-step-guide-02413442dddb
https://medium.com/@jurajpuchky/building-a-fastapi-application-for-data-analysis-a-step-by-step-guide-02413442dddb
Medium
Building a FastAPI Application for Data Analysis: A Step-by-Step Guide
A contemporary, high-speed web framework for constructing APIs in Python, FastAPI has quickly emerged as a go-to for developers wanting to whip up first-rate web applications in a jiffy. This account…
Building a Real-Time Data Processing Pipeline with Python FastAPI and WebSocket
https://medium.com/@jurajpuchky/building-a-real-time-data-processing-pipeline-with-python-fastapi-and-websocket-e9e3376f3ed3
https://medium.com/@jurajpuchky/building-a-real-time-data-processing-pipeline-with-python-fastapi-and-websocket-e9e3376f3ed3
Medium
Building a Real-Time Data Pipeline with FastAPI and WebSocket
In the current digital environment, the push for instant data delivery is greater than ever. Sectors as disparate as finance and IoT now demand that not only must their data be immediately available…
Google Colab: A No-Setup, Cloud-Based Python Environment for Everyone
https://medium.com/@m.aaydiiin/google-colab-a-no-setup-cloud-based-python-environment-for-everyone-60a6827ec1c4
https://medium.com/@m.aaydiiin/google-colab-a-no-setup-cloud-based-python-environment-for-everyone-60a6827ec1c4
Medium
Google Colab: A No-Setup, Cloud-Based Python Environment for Everyone
If you’re looking for a quick way to run Python projects, work with large datasets, or test machine learning models, Google Colab…
A Stupid Simple Example of Spark Structured Streaming
https://medium.com/@davidmmorton/a-stupid-simple-example-of-spark-structured-streaming-058b5e513109
https://medium.com/@davidmmorton/a-stupid-simple-example-of-spark-structured-streaming-058b5e513109
Medium
A Stupid Simple Example of Spark Structured Streaming
When learning pyspark, I really wanted someone to provide a short and sweet example of structured streaming so that I could build on that knowledge moving forward. Because it seemed that every…
Implementing Gradient Descent to Intelligently Train a Remarkable Multi-Classifier
https://medium.com/@jtgraham38/implementing-gradient-descent-to-intelligently-train-a-remarkable-multi-classifier-444888921301
https://medium.com/@jtgraham38/implementing-gradient-descent-to-intelligently-train-a-remarkable-multi-classifier-444888921301
Medium
Implementing Gradient Descent to Intelligently Train a Remarkable Multi-Classifier
This is the second entry in my series exploring the fundamentals of machine learning and AI by programming them from scratch. Follow along with the accompanying notebook by clicking here. Previously…
5 Ways BPMN + Python Will Simplify Your Business Workflows
https://medium.com/@danfunk/5-ways-bpmn-python-will-simplify-your-business-workflows-2e4d67a07c77
https://medium.com/@danfunk/5-ways-bpmn-python-will-simplify-your-business-workflows-2e4d67a07c77
Medium
5 Ways BPMN + Python Will Simplify Your Business Workflows
Before I can explain how BPMN and Python can improve your business, I need to give a little history on a topic called “Literate…
[SOLVED] Replace removed function PyArray_GetCastFunc in numpy 2
https://medium.com/@fixitblog/solved-replace-removed-function-pyarray-getcastfunc-in-numpy-2-d44451b61eb1
https://medium.com/@fixitblog/solved-replace-removed-function-pyarray-getcastfunc-in-numpy-2-d44451b61eb1
Medium
[SOLVED] Replace removed function PyArray_GetCastFunc in numpy 2
I’m migrating some python C extension to numpy 2. The extension basically gets a list of 2D numpy arrays and generates a new 2D array by combining them (average, median, etc,). The difficulty is that…
Use gsutil and Python to Manage Files and Folders in Google Cloud Storage
https://lynn-kwong.medium.com/use-gsutil-and-python-to-manage-files-and-folders-in-google-cloud-storage-0042124fac7f
https://lynn-kwong.medium.com/use-gsutil-and-python-to-manage-files-and-folders-in-google-cloud-storage-0042124fac7f
Medium
Use gsutil and Python to Manage Files and Folders in Google Cloud Storage
Learn to work with buckets and blobs directly and programmatically
Build LLM Based App using Langchain in Google Colab
https://learnwithmanan.medium.com/build-llm-app-using-langchain-gemini-ai-google-colab-24d48376fe88
https://learnwithmanan.medium.com/build-llm-app-using-langchain-gemini-ai-google-colab-24d48376fe88
Medium
Build a LLM App using LangChain and Gemini AI in Google Colab: A Step-by-Step Guide
Use Google Colab & LLM Framework to create question-answering app
Predicting Spotify Song Genres: Multiclass Classification
https://medium.com/@suhacapital/predicting-spotify-song-genres-multiclass-classification-35c71527308f
https://medium.com/@suhacapital/predicting-spotify-song-genres-multiclass-classification-35c71527308f
Medium
Predicting Spotify Song Genres: Multiclass Classification
Written by Suha Memon
Part 1: Automating Data Ingestion for Unō Buses Using AWS Lambda and CloudWatch
https://theepag.medium.com/part-1-automating-data-ingestion-for-un%C5%8D-buses-using-aws-lambda-and-cloudwatch-b918044907f4
https://theepag.medium.com/part-1-automating-data-ingestion-for-un%C5%8D-buses-using-aws-lambda-and-cloudwatch-b918044907f4
Medium
Part 1: Automating Data Ingestion for Unō Buses Using AWS Lambda and CloudWatch
Introduction: A Daily Commute with Uno Buses