Bluetooth Low Energy (BLE) Tutorial for Beaglebone using BleuIO
https://bleuio.medium.com/bluetooth-low-energy-ble-tutorial-for-beaglebone-using-bleuio-7928f96061d9
https://bleuio.medium.com/bluetooth-low-energy-ble-tutorial-for-beaglebone-using-bleuio-7928f96061d9
Medium
Bluetooth Low Energy (BLE) Tutorial for Beaglebone using BleuIO
1. Introduction
Send/Automate Message in Microsoft Teams using Python
https://rizwanbutt314.medium.com/send-automate-message-in-microsoft-teams-using-python-f5db4d8c5323
https://rizwanbutt314.medium.com/send-automate-message-in-microsoft-teams-using-python-f5db4d8c5323
Medium
Send/Automate Message in Microsoft Teams using Python
The purpose of this article is to let you know how I’m using Python to send messages in Microsoft teams. Actually there isn’t any specific…
Setup Azure App for Microsoft Teams Chat automation
https://rizwanbutt314.medium.com/setup-azure-app-for-microsoft-teams-chat-automation-9c15295d587f
https://rizwanbutt314.medium.com/setup-azure-app-for-microsoft-teams-chat-automation-9c15295d587f
Medium
Setup Azure App for Microsoft Teams Chat automation
Recently I got the chance to work on Microsoft Teams chat integration within a system and the purpose of this integration was to send…
How to create chatbot in python using flask and machine learning keras
https://medium.com/@aadarsh.chhetry00/how-to-create-chatbot-in-python-using-flask-and-machine-learning-keras-part-1-c888aa9bdf0a
https://medium.com/@aadarsh.chhetry00/how-to-create-chatbot-in-python-using-flask-and-machine-learning-keras-part-1-c888aa9bdf0a
Medium
How to create chatbot in python using flask and machine learning keras
NLP stands for natural language processing which is used in chatbot to understand the conversation done by the user.
Python 3 快速入门 1 —— 数据类型与变量 - WINLSR
http://www.cnblogs.com/winlsr/p/15630904.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/winlsr/p/15630904.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python 3 快速入门 1 —— 数据类型与变量 - WINLSR - 博客园
本文假设你已经有一门面向对象编程语言基础,如Java等,且希望快速了解并使用Python语言。本文对重点语法和数据结构以及用法进行详细说明,同时对一些难以理解的点进行了图解,以便大家快速入门。一些较偏
Stock market prediction using technical data
https://medium.com/@parasdoshi953/stock-market-prediction-using-technical-data-61420a7486a9
https://medium.com/@parasdoshi953/stock-market-prediction-using-technical-data-61420a7486a9
Medium
Stock market prediction using technical data
The year 2021 has been a great year for the Indian stock market with both Nifty and Sensex touching new highs almost every other day. At…
Do You Find Machine Learning Boring? Try Out These 10 AutoML Solutions
https://medium.com/@radecicdario/do-you-find-machine-learning-boring-try-out-these-10-automl-solutions-f907ec5c20a8
https://medium.com/@radecicdario/do-you-find-machine-learning-boring-try-out-these-10-automl-solutions-f907ec5c20a8
Medium
Do You Find Machine Learning Boring? Try Out These 10 AutoML Solutions
Hand-tuning machine learning models is exhausting. AutoML is here to help.
Graph Neural Networks: a learning journey since 2008 — Graph Convolution Network
https://towardsdatascience.com/graph-neural-networks-a-learning-journey-since-2008-graph-convolution-network-aadd77e91606
https://towardsdatascience.com/graph-neural-networks-a-learning-journey-since-2008-graph-convolution-network-aadd77e91606
Towards Data Science
Graph Neural Networks: a learning journey since 2008 - Graph Convolution Network | Towards Data Science
Graph Convolution Network (GCN) can be mathematically very challenging to be understood, but let's follow me in this fourth post where...
Using Python to Create a Successful MVP — is it possible?
https://python.plainenglish.io/using-python-to-create-a-successful-mvp-is-it-possible-100bfdfdc694
https://python.plainenglish.io/using-python-to-create-a-successful-mvp-is-it-possible-100bfdfdc694
Medium
Using Python to Create a Successful MVP — is it possible?
People who are learning coding know about Python. Successful MVP developers use it efficiently because of the syntax, strong system, and…
How we track our todo comments using GitHub Actions
https://medium.com/@schustmi/how-we-track-our-todo-comments-using-github-actions-6ddb1d71553a
https://medium.com/@schustmi/how-we-track-our-todo-comments-using-github-actions-6ddb1d71553a
Medium
How we track our todo comments using GitHub Actions
While this might not be the optimal solution, I still regularly use todo comments if the fix is too complicated to implement right away as…
Análise exploratória dos dados do Airbnb em Lisboa
https://epp-minervino.medium.com/an%C3%A1lise-explorat%C3%B3ria-dos-dados-do-airbnb-em-lisboa-2f52ba8304d0
https://epp-minervino.medium.com/an%C3%A1lise-explorat%C3%B3ria-dos-dados-do-airbnb-em-lisboa-2f52ba8304d0
Medium
Análise exploratória dos dados do Airbnb em Lisboa
Um pouco de história
How To Fix pandas.parser.CParserError: Error tokenizing data
https://towardsdatascience.com/fix-pandas-parser-error-tokenizing-data-889167292d38
https://towardsdatascience.com/fix-pandas-parser-error-tokenizing-data-889167292d38
Towards Data Science
How To Fix pandas.parser.CParserError: Error tokenizing data | Towards Data Science
Understanding why the error is raised and how to deal with it when reading CSV files in pandas