Skip to content
Avatar

Highlights

  • Pro
Block or Report

Block or report kumaraditya303

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kumaraditya303/README.md

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

Pinned

  1. A 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…

    HTML 7 4

  2. 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.

    C++ 4 1

  3. 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

  4. PySizer Public

    PySizer is a simple python command line program to resize images efficiently by Multi Threading and is 5 times the cpu count of the machine in this program and the current running threads is limite…

    Python 3 1

  5. Create a ESP8266 Webserver for controlling the real-time position of the servo motor attached to ESP8266.

    C++ 4 2

  6. umarkdown Public

    Ultra Markdown, an ultra fast (high performance) Markdown parser compliant with the markdown spec written in pure C with bindings for Python 3.7+. Unlike others, Ultra Markdown is written using Pyt…

    Python 11

892 contributions in the last year

May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr Mon Wed Fri

Contribution activity

April 2022

Created a pull request in python/cpython that received 43 comments

gh-91576: Speed up iteration of strings

Benchmark Script: from pyperf import Runner, perf_counter def bench_str(loops, src, length): src = src * length t0 = perf_counter() for _ in range(l…

+79 −6 43 comments
Opened 2 other pull requests in 2 repositories

Created an issue in python/cpython that received 7 comments

Speed up isinstance on union types

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…

7 comments
Opened 2 other issues in 1 repository
1 contribution in private repositories Apr 6

Seeing something unexpected? Take a look at the GitHub profile guide.