Deploy a FastAPI app to production using Docker and AWS ECR
https://jonathanserrano.medium.com/deploy-a-fastapi-app-to-production-using-docker-and-aws-ecr-928e17312445
https://jonathanserrano.medium.com/deploy-a-fastapi-app-to-production-using-docker-and-aws-ecr-928e17312445
Medium
Deploy a FastAPI app to production using Docker and AWS ECR
There is this new word lurking around recently: MLOps. I bet you have heard of it. It is not a narrow term since its scope includes the…
5 Cool Dataframe Tricks in Pandas to make your life a little easier
https://medium.com/@salmanhossain500/5-cool-dataframe-tricks-in-pandas-to-make-your-life-a-little-easier-5b8fe1362d39
https://medium.com/@salmanhossain500/5-cool-dataframe-tricks-in-pandas-to-make-your-life-a-little-easier-5b8fe1362d39
Medium
5 Cool Dataframe Tricks in Pandas to make your life a little easier
A lot of us have probably spent a little too much time dealing with data frames…
2 Level Security system (Arduino Keypad + Face recognition ) using Python
https://youtu.be/x1D7QbnZIGU
https://youtu.be/x1D7QbnZIGU
YouTube
2 Level Security System using Arduino and python
In this video we will discuss how to create 2 level security system for any application using python, and these two levels are
1) Arduino keypad with python
2) facelock with python
arduino ide : https://www.arduino.cc/en/software
download python : https…
1) Arduino keypad with python
2) facelock with python
arduino ide : https://www.arduino.cc/en/software
download python : https…
Natural syntax for units in Python
https://aroberge.blogspot.com/2022/04/natural-syntax-for-units-in-python.html
https://aroberge.blogspot.com/2022/04/natural-syntax-for-units-in-python.html
Blogspot
Natural syntax for units in Python
In the past week, there has been an interesting discussion on Python-ideas about Natural support for units in Python . As I have taught intr...
Create a Bluetooth LE repeater using Python to overcome the range limitation when transferring data
https://www.bleuio.com/blog/create-a-bluetooth-low-energy-repeater-using-multi-connection-feature
https://www.bleuio.com/blog/create-a-bluetooth-low-energy-repeater-using-multi-connection-feature
BleuIO - Create Bluetooth Low Energy application
Create a Bluetooth Low Energy repeater using Raspberry pi - BleuIO - Create Bluetooth Low Energy application
Bluetooth low energy technology offers a suitable way of connecting smart devices.However, despite the convenience, you can bear witness that the range offered can be a little limiting. Sometimes the connection tends to drop or lag when you move a little…
Train and Deploy an NLP News Classifier Web App to the Cloud for Free
https://medium.datadriveninvestor.com/train-and-deploy-an-nlp-news-classifier-web-app-to-the-cloud-for-free-82655b6b32f4
https://medium.datadriveninvestor.com/train-and-deploy-an-nlp-news-classifier-web-app-to-the-cloud-for-free-82655b6b32f4
Medium
Train and Deploy an NLP News Classifier Web App to the Cloud for Free
Step-by-step guide to training an NLP model, embedding it in a Python Flask Web App and deploying it onto the cloud
Basic of Test Driven Development
https://medium.com/@sunilrana123/basic-of-test-driven-development-e40f1b59788
https://medium.com/@sunilrana123/basic-of-test-driven-development-e40f1b59788
Medium
Basics of Test Driven Development
Test-Driven Development (TDD) is a software development practice that focuses on creating unit test cases before developing the actual code. So it reverses traditional development/writing code and…