Yes, it can be strange to hear something like that, but I'm really interested in both of them because web applications can be displayed in any device and are so handsome. On the other hand, computing vision is changing the word nowadays. You can create fake images from scratch which appears real or detect things that human eye can see.
class IgorMy():
def __init__(self):
self.name = "Ihar Myshkevich";
self.username = "IgorMy";
self.location = "Spain";
self.linkedin = "www.linkedin.com/in/ihar-myshkevich";
self.blog = "igormy.github.io/blog";
def __str__(self):
return self.name
if __name__ == '__main__':
me = AbhigyanTrips()