Skip to content
View brucelourenco's full-sized avatar

Block or report brucelourenco

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
brucelourenco/README.md
class myInfo():
    def __init__(self, name: str, age: int, hobby: list) -> None:
        self.name  = name        
        self.age   = age
        self.hobby = hobby
    
    def show_me(self):
        print(self.name, self.age, self.hobby)
    
myInfo('Bruce', 43, ['Reading', 'Play video game']).show_me()

Popular repositories Loading

  1. brucelourenco brucelourenco Public

  2. falconpy falconpy Public

    Forked from CrowdStrike/falconpy

    The CrowdStrike Falcon SDK for Python

    Python

  3. crwd-get-detections-pandas crwd-get-detections-pandas Public

    Get detection information from Crowdstrike cloud API using FalconPy library and Pandas

    Jupyter Notebook 1

  4. simple-react-calendar simple-react-calendar Public

    Forked from engenheiracoelho/simple-react-calendar

    A simple react based calendar component to be used for selecting dates and date ranges

    JavaScript

40 contributions in the last year

Contribution Graph
Day of Week January February March April May June July August September October November December January
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

January 2025

brucelourenco has no activity yet for this period.
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.