Tweetable Python¶
A book of 128 tiny (280 chars or less) python programs which pack a punch. Each programs in this books fits in a single tweet and does something useful, powerful or fun.
A book of 128 tiny (280 chars or less) python programs which pack a punch. Each programs in this books fits in a single tweet and does something useful, powerful or fun.
PlatformIO is an open source ecosystem for IoTdevelopment.
Cross-platform IDE and unified debugger. Remote unit testing and firmware updates
Cross-platform IDE and unified debugger. Remote unit testing and firmware updates
The Algorithms - Python
All algorithms implemented in Python (for education)
All algorithms implemented in Python (for education)
Computer Vision, the OpenCV library has 8 (yes, eight!) different algorithms used for robust Object Tracking. After applying Object Detection (typically via YOLO, Faster R-CNN, SSD, etc.), you can then utilize an Object Tracker to uniquely label and track an object in a video stream.
Python for Secret Agents – Steven F. Lott (en) 2014
Analyzing, coding, decoding information in Python
Analyzing, coding, decoding information in Python
👍1
Cutting-Edge Face Recognition is Complicated. These Spreadsheets Make it Easier.
Cheat Sheets for AI, Neural Networks, Machine Learning, Deep Learning & Big Data
MultiTracker : Multiple Object Tracking using OpenCV (C++/Python)