Skip to content
View Birbal5040's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Birbal5040

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Birbal5040/README.md

logo

Hi 👋, I'm Birbal kumar

A passionate frontend developer from India

coding image

birbal5040

@birbalk89335141

  • 🌱 I’m currently learning React and AI

  • 📫 How to reach me dcebky@gmail.com

  • ⚡ Fun fact I'm cute funny

Connect with me:

@birbalk89335141 linkedin.com/in/birbalkumar-sf32 https://www.facebook.com/profile.php?id=100079085436856 https://leetcode.com/u/birbal2023/

Languages and Tools:

bootstrap c cplusplus css3 html5 javascript mongodb nodejs python react

birbal5040

 birbal5040

birbal5040

Pinned Loading

  1. ExceptionHandling ExceptionHandling Public

    This code demonstrates robust error handling using Python's try-except structure, with examples of finally and custom exceptions. It ensures smooth program flow by managing errors effectively, prov…

    Python

  2. NumPy NumPy Public

    This repository demonstrates sorting algorithms using the powerful NumPy library in Python. Learn how to efficiently sort arrays using built-in NumPy methods such as np.sort()

    Jupyter Notebook

  3. FileHandling FileHandling Public

    This code covers essential file operations like reading, writing, and appending files in Python, using context managers for safe and efficient handling.

    Python