Content for Python

Python

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.

Python OpenCV NodeMCU Mask Detection

“The system prevents you to forget the mask at home and also remind you to sanitize your hands when come come Problem: so, when I go outside I forgot my mask at home then after realization, I get back home …

How To Code in Python 3

“An introduction to computer programming with Python 3. Helps the readers in learning the key concepts of Python and understanding how programs work while also imparting foundational logic that can serve the readers in other domains.”

Python Machine Learning Projects

“This book of Python projects in machine learning tries to equip the developers of today and tomorrow with tools they can use to better understand, evaluate, and shape machine learning.”

AWS Cloud based IoT system with MQTT

“A cloud-based IoT system that collects information from a set of virtual environmental sensors using the MQTT protocol and AWS IoT Core. I have created a cloud-based IoT system that collects information from a set of virtual environmental sensors using …

EBooks  Think Python

Think Python

“Think Python is an introduction to Python programming for beginners. It starts with basic concepts of programming, and is carefully designed to define all terms when they are first used and to develop each new concept in a logical progression …

Building a Custom JetBot with Jetson Nano

“Take Nvidia’s JetBot platform to the next level by expanding the functionality of the Jetbot API by adding new sensors and drivers. Nvidia’s JetBot Platform After training your Jetson Nano to recognize how many fingers you’re holding …

USB Polygraph

“This is a USB Polygraph, which I designed and built as a classroom project on June 2018. The hardware side is pretty simple, an Arduino UNO collects data from some sensors and sends it via serial. On the computer, a …

Setting up Raspberry PI Zero W

Hi there, I was challenged by Seeed Studio to make a review of a Raspberry PI Zero W. So here are my thoughts. I’ll show you how to setup the Micro-SD Card to use to Raspberry PI Zero …

DIY Analog Resource Monitor for your PC

“In the video above, you can see first a power up sequence where all four dials go from zero to 100% and back to zero after which they start showing real time CPU, Memory, Network and GPU usage. After that …

BrachioGraph - the cheapest, simplest possible pen-plotter

“BrachioGraph - arm-writer - is an easy-to-build pen-plotter, driven by a library of simple Python applications. Components and materials You’ll need: a Raspberry Pi, three servo motors, two arms and other small items mentioned below (such as a clothes-peg) depending on …