class SoftwareEngineer:
def __init__(self):
self.name = "Aleshichev Igor"
self.role = "Python Developer"
self.language_spoken = ["uk_UA", "en_US", "ru_RU"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
Курсы | Дата |
---|---|
Practical Python SoftServe Academy | 04/2023 - 08/2023 |
Build Python Web Apps with Django Skill Path | 06/2022 - 09/2022 |
Learn Intermediate Python 3 Course | 06/2022 - 08/2022 |
Learn SQL Course | 06/2022 - 08/2022 |
Website on Django 3.1 | 05/2022 - 07/2022 |
Python 100 Days of Code | 03/2022 - 06/2022 |
Python + Django | 04/2022 - 06/2022 |
|
|