REST API Server using Flask-RESTful in Python
https://medium.com/@hp.in.2019/rest-api-server-using-flask-restful-in-python-351992ee3502
https://medium.com/@hp.in.2019/rest-api-server-using-flask-restful-in-python-351992ee3502
Medium
Flask-RESTful template for API server in Python
This is the template I use whenever I want to start a new project involving an API server. Flask is lightweight and easy to get started web…
Solarüberschuss an die iDM Wärmepumpe mittels TCP Modbus und Python schicken
https://robertdiers.medium.com/solar%C3%BCberschuss-an-die-idm-w%C3%A4rmepumpe-mittels-tcp-modbus-und-python-schicken-7a729d378af
https://robertdiers.medium.com/solar%C3%BCberschuss-an-die-idm-w%C3%A4rmepumpe-mittels-tcp-modbus-und-python-schicken-7a729d378af
Medium
Solarüberschuss an die iDM Wärmepumpe mittels TCP Modbus und Python schicken
Ich habe ein kleines Python Program geschrieben, das meinen Solarüberschuss an meine iDM AERO SLM 6–17 Wärmepumme schickt. Die Pumpe füllt…
Building a Simulated PID Controller in Python
https://medium.com/@bsmith4360/building-a-simulated-pid-controller-in-python-111b08ccae1a
https://medium.com/@bsmith4360/building-a-simulated-pid-controller-in-python-111b08ccae1a
Medium
Building a Simulated PID Controller in Python
As a programming exercise, I built a Python program to simulate the function of a PID controller as well as the response of a…
Send solar power to iDM heat pump using TCP Modbus and Python
https://robertdiers.medium.com/send-solar-power-to-idm-heat-pump-using-tcp-modbus-and-python-bcc3ece682a1
https://robertdiers.medium.com/send-solar-power-to-idm-heat-pump-using-tcp-modbus-and-python-bcc3ece682a1
Medium
Send solar power to iDM heat pump using TCP Modbus and Python
I realized a small Python module to send my actual solar energy generation every 30 sec to iDM AERO SLM 6–17 heat pump. Pump will…
Access Azure Blob Storage using Azure Databricks and Azure Key Vault and loading data into…
https://medium.com/@1140vijaykumar/access-azure-blob-storage-using-azure-databricks-and-azure-key-vault-and-loading-data-into-7f8d5addcc14
https://medium.com/@1140vijaykumar/access-azure-blob-storage-using-azure-databricks-and-azure-key-vault-and-loading-data-into-7f8d5addcc14
Medium
Access Azure Blob Storage using Azure Databricks and Azure Key Vault and loading data into Snowflake table.
Hello all Data Engineers ,Data Scientist and Machine Learning Engineers. In this article I am going to explain how can we mount the azure…
Create your GitHub profile page in 1 minute without 1 line of code for free
https://medium.com/@rafaelbmateus.dev/create-your-github-profile-page-in-1-minute-without-1-line-of-code-for-free-ccf0c170ea9c
https://medium.com/@rafaelbmateus.dev/create-your-github-profile-page-in-1-minute-without-1-line-of-code-for-free-ccf0c170ea9c
Medium
Create your GitHub profile page in 1 minute without 1 line of code for free
GitHub-me is the easiest way to create your profile page from GiHub for free. 😎
Análise de dados Airbnb — Nova Zelândia
https://medium.com/@limeira.felipe94/an%C3%A1lise-de-dados-airbnb-nova-zel%C3%A2ndia-91c02f4d5bf2
https://medium.com/@limeira.felipe94/an%C3%A1lise-de-dados-airbnb-nova-zel%C3%A2ndia-91c02f4d5bf2
Medium
Análise de dados Airbnb — Nova Zelândia
A Nova Zelândia é formada por duas grandes ilhas: a ilha do Norte e Ilha do Sul. A maior parte da população vive na Ilha do Norte, devido…
Learn with me: Linear Algebra for Data Science — Part 4: Singular Value Decomposition
https://pub.towardsai.net/learn-with-me-linear-algebra-for-data-science-part-4-singular-value-decomposition-763c88143560
https://pub.towardsai.net/learn-with-me-linear-algebra-for-data-science-part-4-singular-value-decomposition-763c88143560
Medium
Learn with me: Linear Algebra for Data Science — Part 4: Singular Value Decomposition
Welcome to the next part of the linear algebra series! We will be covering off the Singular Value Decomposition and its immense role in…
How to deal with huge image files and make them ready for your machine Learning model?
https://medium.com/@murataliavcu1/how-to-deal-with-huge-image-files-and-make-them-ready-for-your-machine-learning-model-811629b563e3
https://medium.com/@murataliavcu1/how-to-deal-with-huge-image-files-and-make-them-ready-for-your-machine-learning-model-811629b563e3
Medium
How to deal with huge image files and make them ready for your machine Learning model?
Currently, I’m working as a machine learning engineer at a company in Turkey that provides and create AI services and solutions for…
28 Subtle Weekly Machine Learning Tricks And Gem Resources, #5
https://ibexorigin.medium.com/28-subtle-weekly-machine-learning-tricks-and-gem-resources-5-177f95be31c4
https://ibexorigin.medium.com/28-subtle-weekly-machine-learning-tricks-and-gem-resources-5-177f95be31c4
Medium
28 Subtle Weekly Machine Learning Tricks And Gem Resources, #5
August 8–14 issue
100 Essential Systems Design Concepts That Every Developer Must Know (Part 2)
https://bamania-ashish.medium.com/100-essential-systems-design-concepts-that-every-developer-must-know-part-2-b6c4c6239af8
https://bamania-ashish.medium.com/100-essential-systems-design-concepts-that-every-developer-must-know-part-2-b6c4c6239af8
Medium
100 Essential Systems Design Concepts That Every Developer Must Know (Part 2)
Your go-to checklist for designing efficient, fault-tolerant, and scalable systems
Easy Python Projects You Should Build Today
https://preettheman.medium.com/easy-python-projects-you-should-build-today-cba9d25c9893
https://preettheman.medium.com/easy-python-projects-you-should-build-today-cba9d25c9893
Medium
Easy Python Projects You Should Build Today
Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to Python, check out the link below to…
Mutable vs Immutable Data Objects in Python
https://syedshahzaibali.medium.com/mutable-vs-immutable-data-objects-in-python-33ef51426302
https://syedshahzaibali.medium.com/mutable-vs-immutable-data-objects-in-python-33ef51426302
Medium
Mutable vs Immutable Data Objects in Python
In this short article, let's understand the basic difference between mutable and immutable data types in Python. “Mutable” comes from the…
Triggering Lambda function from SQS and store the message in S3 bucket with Terraform(IAC)
https://medium.com/@gauthier.kwatatshey/triggering-lambda-function-from-sqs-and-store-the-message-in-s3-bucket-with-terraform-iac-888aa4557ab4
https://medium.com/@gauthier.kwatatshey/triggering-lambda-function-from-sqs-and-store-the-message-in-s3-bucket-with-terraform-iac-888aa4557ab4
Medium
Triggering Lambda function from SQS and store the message in S3 bucket with Terraform(IAC)
Introduction
Transfer Learning for Image Classification — (3) Let’s Understand a Convolutional Neural Network…
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-3-lets-understand-a-convolutional-neural-network-256020c1d942
https://medium.com/dataman-in-ai/transfer-learning-for-image-classification-3-lets-understand-a-convolutional-neural-network-256020c1d942
Medium
Transfer Learning for Image Classification — (3) Let’s Understand a Convolutional Neural Network (CNN)
The meaning of Convolution