Hi there 👋
🔭 I’m currently working on cpython🌱 I’m currently learning x86-64 assembly👯 I’m looking to collaborate on python💬 Ask me about python😄 Pronouns: he/him
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseA Python Flask based Library Management System. This Flask app has all the features of a Library Management System like adding, removing, and creating copies of books. This app has a separate admin…
Reads the temperature and humidity values from BME280 sensor, create a beautiful chart of the data on a webserver whose data is stored on SPIFFS memory.
This project uses ESP8266 along with MQ2 LPG gas sensor to work and send you email in case of increase in the concentration of methane.
C++ 5
Create a ESP8266 Webserver for controlling the real-time position of the servo motor attached to ESP8266.
Benchmark Script: from pyperf import Runner, perf_counter def bench_str(loops, src, length): src = src * length t0 = perf_counter() for _ in range(l…
PEP 604 allows isinstance on union types but it much slower compared to a tuple of types. This can be speed up with a fast path. Currently it is al…