Skip to content
View vldmrrfrts's full-sized avatar

Block or report vldmrrfrts

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

Python Pytest Windows11 GitHub edX

ABOUT ME | 🙆

def main():
    name = "Vladimir Rui C. Fortes"
    username = "@vldfrts"
    print(name, username)
    print(about())
    print(learning())
    determination = "A LOT!"
    try:
        if determination == "A LOT!": # Which is always true!
            raise OverflowError
    except OverflowError:
        print("Exploring to the fullest potential!")
    

def about():
    about = {
        "Interests" : "Data Science, Machine Learning, Banking, and Finance",
        "Collaboration" : "Public projects and repositories in Python",
        "Facts" : "I have been in and out of my programming hobby ever since I began in 2022, due to a lack of motivation."
    }
    return about
    

def learning():
    learning = ['Data Science', 'Machine Learning'}
    return learning


if __name__ == "__main__":
    main()
MAIL ME AT ACCOUNT
Gmail vladimirruifortes@gmail.com

PROGRAMMING LANGUAGE | OPERATING SYSTEM | TESTS

Python3 Windows 11 Pytest
Python Windows Pytest

Popular repositories Loading

  1. not_n_todo not_n_todo Public

    This a Python written command line interface program dedicated to managing tasks effectively and efficiently. This is the much more complicated version of my CS50P Final Project (Task Manager) comp…

    Python

  2. novicepy novicepy Public

    A collection of my novice-level projects in Python.

    Python

  3. vldmrrfrts vldmrrfrts Public

    Config files for my GitHub profile.