class Dilton():
def __init__(self):
self.name = "Dilton D'souza";
self.location = "Mumbai, India";
self.interests = ['Web Development', 'Software Development', 'IoT', 'Machine Learning']
self.hobbies = ['Coding', 'Cycling', 'Swimming', 'Skating', 'Kickboxing']
self.instagram = "@dilton.dsouza";
self.web = "https://dsouzadilton.github.io";
def __str__(self):
return self.name
if __name__ == '__main__':
me = Dilton()
Popular repositories Loading
-
Health-Monitoring-System-IoT
Health-Monitoring-System-IoT PublicA NodeMCU based health monitoring device that monitors user's pulse rate, SpO2 level and body temperature.
C++
-
Text-And-Background-Animations-in-HTML-CSS-JS
Text-And-Background-Animations-in-HTML-CSS-JS PublicVarious text and background animations in html using css and js.
CSS
-
Online-Auction-System
Online-Auction-System PublicJava based website. Developed in the second year as part of academic mini-project
Java
-
PyCov-19
PyCov-19 PublicA python webscraping tool, which extracts information on total deaths, total cases pertaining to covid-19. Also features voice commands and audio feedback assistance for the visually impaired.
Python
-
Course-Scheduling-System
Course-Scheduling-System PublicA course scheduling system written in python.
Python
-
If the problem persists, check the GitHub status page or contact support.