64Zbit.com
Tech is way, WAY interesting

Tag python

Behind "Hello World" on Linux

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

Implement DNS in a weekend

MicroPython on Unicorn

Welcome to MicroPython on Unicorn!

Python - Multithreaded Programming

The Threading Module

How to import local modules with Python - Quentin Fortier

1st solution: add root to sys.path

switchbot-client · PyPI

An unofficial Python client implementation of the SwitchBot API.

Python 3 - Command Line Arguments

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

Python in Visual Studio Code – August 2022 Release - Python

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

Purple Air API · PyPI

Welcome to the PurpleAir API

SQLite with Python - Chris Ostrouchov

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.