Skip to content
View thatwonguy's full-sized avatar

Block or report thatwonguy

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
thatwonguy/README.md
Banner animated hello

Retro Mario l33t coder

class Engineer:

    def __init__(self):
        self.name = "Mo"
        self.roles = [
                        "Solution Finder", 
                        "Data Engineer",
                        "Machine Learning Engineer",
                        "Cloud Architect"
                     ]
        self.language_spoken = ["en_US","others"]
        self.degrees = ["Engineering"]
        self.hobbies = "Too many to list"
        self.fun_facts = (
                            "Constantly learning, contributing, exploring, "
                            "solving, creating, innovating, optimizing, "
                            "analyzing, developing, tinkering."
                         )
    def say_hello(self):
        print("Welcome to my Github. Feel free to drop me a message!")

me = Engineer()
me.say_hello()


Pinned Loading

  1. Local_LLM_GenAI Local_LLM_GenAI Public

    You no longer need to rely on ChatGPT/OpenAi. Without any internet and completed isolated on your personal computer, this application gives you your own local & highly capable alternative open-sour…

    Python 1

  2. network_scanning network_scanning Public

    Using code to scan a network which has tons of devices connected to it and manipulating this information in various ways.

    Python

  3. Machine-Learning-House-Price-Prediction Machine-Learning-House-Price-Prediction Public

    Usage and implementation of a machine learning algorithm to allow for house price predictions in california.

    Jupyter Notebook

  4. multiple_language_environment multiple_language_environment Public

    Using multiple programming languages to obtain an end-result mimicking team environment where different teams might collaborate and use different languages to get work done.

    JavaScript

  5. girlfriend_texter girlfriend_texter Public

    Send automated texts messages to girlfriend (or really anyone with a phone number).

    Python

  6. database_and_api_implementation database_and_api_implementation Public

    Demo on databases and API integration, and more specifically, on how to utilize Sqlite and Sqlalchemy as a database, which can mimic a cloud-based database, and usage of FastAPI as an API layer int…

    Python