Skip to content
View Neil-Patel-12's full-sized avatar
Block or Report

Block or report Neil-Patel-12

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
Neil-Patel-12/README.md

✨ Hi there 👋 Welcome to Neil's Github Page ✨

# python is my favorite
# -*- coding: utf-8 -*-

class SoftwareEngineer:

    def __init__(self):
        self.name = "Neil Patel"
        self.role = "Software Engineer"
        self.language_spoken = ["English", "Gujarati", "Hindi"]
        self.interests = ["Cinematography/ Photography", "Table Tennis", "Flying Kites", "Chess", "Gardening", "Movies", "Cooking", "Origami", "Space"]

    def say_hi(self):
        print("Thanks for visiting! Just wanted to say \"Oranges are my favorit snacks\". ")

me = SoftwareEngineer()
me.say_hi()

🔧 Technologies & Tools

Table Tennis YouTube Channel

  • YouTube: www.NeilYoshi.com

  • 🔭 I’m currently in search for full-stack web development Internship. (I want to become a web developer)

  • 🌱 I’m currently learning HTML, CSS, and JavaScript throught a course on Udemy.

  • 👯 I’m looking to collaborate on Machine Learning projects, so DM me if you want to contribute

  • ⚡ Fun fact: I can spin a backetball on my finger 😄

Popular repositories Loading

  1. Lab_06-Assignment Lab_06-Assignment Public

    My first GitHub task

    Python 1

  2. Sudoku Sudoku Public

    Sudoku, Object-Oriented Programming, Pygame, Python

    Python 1

  3. Learning_CPP Learning_CPP Public

    C++ concepts

    C++ 1

  4. Pakudex_Project Pakudex_Project Public

    A python object oriented design allowed to sort, add, show, and evolve pakuri being pokemon monsters.

    Python 1

  5. Blackjack Blackjack Public

    Blackjack card game in Python

    Python

  6. Run_Length_Encoding_with_Images Run_Length_Encoding_with_Images Public

    RLE is a simple method of compressing data

    Python