64Zbit.com
Tech is way, WAY interesting

Tag python

Behind "Hello World" on Linux

 — 
Category: Link

But behind the scenes, there’s a lot more going on. I’ll describe some of what happens, and (much much more importantly!) explain some tools you can use to see what’s going on behind the scenes yourself. We’ll use readelf, strace, ldd, debugfs, /proc, ltrace, dd, and stat. I won’t talk about the Python-specific parts at all – just what happens when you run any dynamically linked executable.

Implement DNS in a weekend

 — 
Category: Link

Implement DNS in a weekend

MicroPython on Unicorn

 — 
Category: Link

Welcome to MicroPython on Unicorn!

Python - Multithreaded Programming

 — 
Category: Link

The Threading Module

How to import local modules with Python - Quentin Fortier

 — 
Category: Link
Tags:

1st solution: add root to sys.path

OpenWonderLabs/SwitchBotAPI: SwitchBot Open API Documents

 — 
Category: Link

Open Token and Secret Key

switchbot-client · PyPI

 — 
Category: Link

An unofficial Python client implementation of the SwitchBot API.

Python 3 - Command Line Arguments

 — 
Category: Link

Python provides a getopt module that helps you parse command-line options and arguments.

Python in Visual Studio Code – August 2022 Release - Python

 — 
Category: Link

Microsoft announces the availability of the Python and Jupyter extensions for Visual Studio @Code - August 2022. Updates include a new Python Tools extension template, Web app debug setups that are automatically generated and more. #Python #Jupyter

"Docker-composing" a Python 3 Flask App Line-by-Line | by Luis Ferrer-Labarca | BitCraft | Medium

 — 
Category: Link

"Docker-composing" a Python 3 Flask App Line-by-Line

Purple Air API · PyPI

 — 
Category: Link

Welcome to the PurpleAir API

SQLite with Python - Chris Ostrouchov

 — 
Category: Link

SQLite is a commonly misunderstood database. I myself first heard of the database when I was experimenting with android app development. My thoughts were that since the database was a single file and its name had lite in it, that it could not be taken seriously. But I could not have been more wrong. Now I love sqlite and use it for much of my scientific research. Sqlite is everywhere. It is on every android phone, airplanes, and the storage for many computer applications. The sqlite website details when using sqlite would be appropriate to use and can be summarized with these three questions.

Install Mini PiTFT | Pi Hole Ad Blocker with Pi Zero W | Adafruit Learning System

 — 
Category: Link

Raspberry Pi Zero W

<