Feature Scaling: When Should You Use Standardization and Normalization
https://python.plainenglish.io/feature-scaling-when-should-you-use-standardization-and-normalization-ea2eabb4a1d5
https://python.plainenglish.io/feature-scaling-when-should-you-use-standardization-and-normalization-ea2eabb4a1d5
Medium
Feature Scaling: When Should You Use Standardization and Normalization
What and when to use Standardization and Normalization in your model
Python - list 列表常见方法 - 小菠萝测试笔记
http://www.cnblogs.com/poloyy/p/15058981.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/poloyy/p/15058981.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python - list 列表常见方法 - 小菠萝测试笔记 - 博客园
list.append(x) 介绍 在列表的末尾添加一个元素 相当于 a[len(a):] = [x] 返回值 None 栗子 # append a = [1, 2, 3] b = [4, 5, 6]
Python Class & Abstraction
https://medium.com/@olumidebakare/the-topic-above-is-a-fancy-way-of-saying-hey-lets-talk-about-object-oriented-programming-and-7cf6c215810c
https://medium.com/@olumidebakare/the-topic-above-is-a-fancy-way-of-saying-hey-lets-talk-about-object-oriented-programming-and-7cf6c215810c
Medium
Python Class & Abstraction
The topic above is a fancy way of saying hey, let’s talk about Object Oriented Programming- and this time, we’ll be considering a…
See what Video Intelligence API can do with this visualisation tool
https://medium.com/@zackakil/see-what-video-intelligence-api-can-do-with-this-visualisation-tool-4303e371505
https://medium.com/@zackakil/see-what-video-intelligence-api-can-do-with-this-visualisation-tool-4303e371505
Medium
See what Video Intelligence API can do with this visualisation tool
I built a visualiser for the Google Cloud Video intelligence API that allows anybody to explore all of the features of the API.
Detect running EC2 instances in all regions with boto3
https://medium.com/@shimo164/detect-running-ec2-instances-in-all-regions-with-boto3-2f403adf4ea2
https://medium.com/@shimo164/detect-running-ec2-instances-in-all-regions-with-boto3-2f403adf4ea2
Medium
Detect running EC2 instances in all regions with boto3
Motivation
#1 Data Science : Web Scrapping using Python
https://medium.com/@patelsmit7008/1-data-science-web-scrapping-using-python-3cc53cdb286e
https://medium.com/@patelsmit7008/1-data-science-web-scrapping-using-python-3cc53cdb286e
Medium
#1 Data Science : Web Scrapping using Python
This blog is basically for basic data scraping from website data. Data Science is all about working with data. So one of the most parts of…
How to Detect Memory Leakage in Your Python Application
https://towardsdatascience.com/how-to-detect-memory-leakage-in-your-python-application-f83ae1ad897d
https://towardsdatascience.com/how-to-detect-memory-leakage-in-your-python-application-f83ae1ad897d
Medium
How to Detect Memory Leakage in Your Python Application
Standard Python libraries that could tell the memory usage and execution time of every line
Command-line arguments in python and assert statement
https://kamranabbasi9145.medium.com/command-line-arguments-in-python-and-assert-statement-5dbd73aba285
https://kamranabbasi9145.medium.com/command-line-arguments-in-python-and-assert-statement-5dbd73aba285
Medium
Command-line arguments in python and assert statement
command-line arguments in python: Let us now revisit the program to find the area of the rectangle. So far, we have executed the Python…
win32设置当前窗口——SetForegroundWindow,SetActiveWindow, or ShowWindow?
https://segmentfault.com/a/1190000040406710
https://segmentfault.com/a/1190000040406710
SegmentFault 思否
win32设置当前窗口——SetForegroundWindow,SetActiveWindow, or ShowWindow?
win32的函数众多,又比较底层,名字就不太好理解,比如这三个:SetForegroundWindow,SetActiveWindow, 和 ShowWindow,到底谁才能把指定窗口变成当前窗口呢?
Human Activity Recognition on Smartphones using a Multiclass Hardware-Friendly SVM (Part 1)
https://kadamrahulj0909.medium.com/human-activity-recognition-on-smartphones-using-a-multiclass-hardware-friendly-svm-part-1-7aec0d266347
https://kadamrahulj0909.medium.com/human-activity-recognition-on-smartphones-using-a-multiclass-hardware-friendly-svm-part-1-7aec0d266347
How to Integrate Dialogflow Chatbot to Python Frameworks
https://chatbotslife.com/how-to-integrate-dialogflow-chatbot-to-python-frameworks-f3c1fc4e5352
https://chatbotslife.com/how-to-integrate-dialogflow-chatbot-to-python-frameworks-f3c1fc4e5352
Medium
How to Integrate Dialogflow Chatbot to Python Frameworks
Chatbots are software tools created to interact with humans through chat. The first chatbots were able to create simple conversations based…
Face Recognition Security System on Home Security Cameras using Python(Diary)- part 1
https://medium.com/@shubhranshu.edu/face-recognition-security-system-on-home-security-cameras-using-python-diary-part-1-14946cec83c1
https://medium.com/@shubhranshu.edu/face-recognition-security-system-on-home-security-cameras-using-python-diary-part-1-14946cec83c1
Medium
Face Recognition Security System on Home Security Cameras using Python (Diary)- part 1
We have just begun to scratch the surface of what all Artificial Intelligence can achieve and even among these things face recognition is …
The Most Starred & Forked GitHub Repos for Python and Data Science
https://towardsdatascience.com/the-most-starred-forked-github-repos-for-python-and-data-science-f8bb3de47e96
https://towardsdatascience.com/the-most-starred-forked-github-repos-for-python-and-data-science-f8bb3de47e96
Medium
Most Starred and Forked GitHub Repos for Data Science and Python
Discover the highly popular repos that many data professionals and Python programmers are following
Towards Event-Based Serverless OCPP Backend System: Part I — Motivation and Architecture Options
https://ville-karkkainen.medium.com/towards-event-based-serverless-ocpp-backend-system-part-i-motivation-and-architecture-options-5d51ba09dfd6
https://ville-karkkainen.medium.com/towards-event-based-serverless-ocpp-backend-system-part-i-motivation-and-architecture-options-5d51ba09dfd6
Medium
Towards Event-Based Serverless OCPP Backend System: Part I — Motivation and Architecture Options
Recently I’ve been developing a Python ocpp-asgi -library that enables implementing event-based, serverless support for Open Charge Point…