Skip to content
Home
About
Contact
Search
Log In
×
Home
About
Contact
Search
Log In
Home
About
Contact
Search
Log In
×
Home
About
Contact
Search
Log In
Twitter
Youtube
Solutions
AnyCloud Advertising Scanner
Tilt Hydrometer Data Collection
Elkhorn Creek 2.0
Elkhorn Creek
Physics Lab
Pinball
Home Automation
Devices
PSoC 6
4343W
PSoC 4200
PSoC 4000S
PSoC4 BLE
SupIRbuck
EZ-PD
Cloud Services
AWS IoT
Elkhorn Creek Cloud
Particle
Thing Speak
Axeda
Connectivity
Bluetooth
WIFI
Zigbee
Zwave
Tools
DesignSpark PCB
PSoC Creator
Tracealyzer
WICED
FreeRTOS
DesignSpark PCB
Eagle
Miniprog-3
Saleae Logic
DevKits
CY8CKIT-062-WiFi-BT
CY8CKIT-062-BLE
CY943907
Cy8CKIT-021
CY8CKIT-044
Cy8CKIT-145
CYW20819
CY4533
IRDC3823
ThingSoC
Particle Photon
Matrix Orbital
Misc
Mouser PSoC 6 WiFi/BT MBED
Mouser Bluetooth Mesh
Mouser 10-24-18 PSoC 6 & 4343W WiFi/BLE
Mouser CYW20719 Bluetooth 5.0
Mouser PSoC 6
Embedded World 2017
Electronica 2016
Maker Faire 2016
Index
Reader Requests
Solutions
AnyCloud Advertising Scanner
Tilt Hydrometer Data Collection
Elkhorn Creek 2.0
Elkhorn Creek
Physics Lab
Pinball
Home Automation
Devices
PSoC 6
4343W
PSoC 4200
PSoC 4000S
PSoC4 BLE
SupIRbuck
EZ-PD
Cloud Services
AWS IoT
Elkhorn Creek Cloud
Particle
Thing Speak
Axeda
Connectivity
Bluetooth
WIFI
Zigbee
Zwave
Tools
DesignSpark PCB
PSoC Creator
Tracealyzer
WICED
FreeRTOS
DesignSpark PCB
Eagle
Miniprog-3
Saleae Logic
DevKits
CY8CKIT-062-WiFi-BT
CY8CKIT-062-BLE
CY943907
Cy8CKIT-021
CY8CKIT-044
Cy8CKIT-145
CYW20819
CY4533
IRDC3823
ThingSoC
Particle Photon
Matrix Orbital
Misc
Mouser PSoC 6 WiFi/BT MBED
Mouser Bluetooth Mesh
Mouser 10-24-18 PSoC 6 & 4343W WiFi/BLE
Mouser CYW20719 Bluetooth 5.0
Mouser PSoC 6
Embedded World 2017
Electronica 2016
Maker Faire 2016
Index
Reader Requests
Category: Python
Home
Python
Stupid Python Tricks: Implementing a c-switch
September 21, 2020
/
Alan Hawse
Summary A discussion of a simple method in Python to implement the equivalent of a c programming style
Read More
Stupid Python Tricks: C-Structures using the ctypes Module (part 2)
August 24, 2020
/
Alan Hawse
Summary A discussion of overriding __new__ and __init__ to simplify the creation Python cstruct.Structure objects. Creating a new
Read More
Stupid Python Tricks: C-Structures using the ctypes Module
August 17, 2020
/
Alan Hawse
Summary A discussion of reading data out of stream of bytes (encoded in a C-like structure) using the
Read More
Stupid Python Tricks – Ensure PIP & Virtual Environments
August 3, 2020
/
Alan Hawse
Summary This article will show you how to fix your Python setup such that virtual environments that you
Read More
Stupid Python Tricks: VSCODE c_cpp_properties.json for Linux Kernel Development
June 1, 2020
/
Alan Hawse
Summary This article shows you how to create a Python program that creates a Visual Studio Code c_cpp_properties.json
Read More
Stupid Python Tricks: Install MBED-CLI on macOS
March 2, 2020
/
Alan Hawse
Summary This article describes a good set of steps to install the ARM MBED-CLI onto your Mac into
Read More