Skip to content
View Kinetics20's full-sized avatar

Block or report Kinetics20

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
Kinetics20/README.md

👨‍💻 Hi there!

I'm a mid-level Python developer who is passionate about programming in Python and continually improving my skills. I enjoy tackling challenges and building solutions using this versatile language.


🧰 Technologies & Tools

Programming Languages & Libraries

Python Flask Pandas Mypy Pytest Poetry Venv

🖥️ Operating Systems

Windows 10/11 Ubuntu LTS Kali Linux VMware 17 Docker

🛠️ Software & IDEs

PyCharm Visual Studio Code


🌐 Connect with me

LinkedIn

Codewars


Thanks for visiting my profile! 😊

Pinned Loading

  1. Air_reservation_system Air_reservation_system Public

    Air Reservation System for managing airline tickets with models like Airbus A380 and Boeing 737 Max. Features include seat allocation and ticket printing.

    Python

  2. guess_game guess_game Public

    Python program where users guess a randomly drawn number within a range, with input validation and feedback guiding them to the correct answer.

    Python

  3. intro_project intro_project Public

    A mini project written in Python , showcasing the use of modern tools and best practices in software development.

    Python

  4. Lottery_Draw_Simulator Lottery_Draw_Simulator Public

    A mini project in python Lottery_Draw_Simulator for Mini Lotto and Lotto draw.

    Python

  5. Python_practice_sessions Python_practice_sessions Public

    This is my Python practice sessions, using functional and OOP paradigms with mypy and pytest.

    Jupyter Notebook

  6. the_most_common_word the_most_common_word Public

    This repository contains a Python function for analyzing text, identifying the most frequent word and its occurrence count using regular expressions and the Counter class from the collections module.

    Python