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()
Security Operations. Open source enthusiast
- Ribeirão Preto, SP, Brasil
- in/bruce-lourenco
Popular repositories Loading
-
-
falconpy
falconpy PublicForked from CrowdStrike/falconpy
The CrowdStrike Falcon SDK for Python
Python
-
crwd-get-detections-pandas
crwd-get-detections-pandas PublicGet detection information from Crowdstrike cloud API using FalconPy library and Pandas
Jupyter Notebook 1
-
simple-react-calendar
simple-react-calendar PublicForked 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
Day of Week | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More