AVAagam Sheth Cool! Actually there are many other ways of integrating static typing in Python. You can also hint the type in functions or classes.Reply·Article·Jan 6, 2021·Why I Hate Python
AVI love your views about this language. I personally like Python. You should know that Python is statically typed and when you statically type in Python, the code is like this (a lot like typescript): myName: str myName = "Johnny" or from typing import List myName: List[int] = [1, 2, 3]Comment·Article·Jan 6, 2021·Why I Hate Python
AVIt was! And if you don't mind I would like to use it in like, my almost every project. I will customize it of course.Reply·Article·Dec 31, 2020·DONE! Cream.io MVP is ready!
AVIn fact, used your dark mode tailwind template, so don't be surprised to see the dark mode button there.Reply·Article·Dec 26, 2020·Introduction to Cream.io