@GabriellaG439 I’m coming from Haskell/Scala, and writing typed Python for some time now, just use IntelliJ, mypy, and read/use the typing module, and add type hints to your code. Also, write some unit tests while your at it. Python is great, you’ll be fine 😃