DEV Community

Discussion on: Why is your preferred programming language your go-to?

Collapse
 
thegreatcabbage profile image
TheGreatCabbage

Python was my first language too, and it was my favourite until learning Kotlin a few months ago. Kotlin is amazing with its extension functions and lambdas, and list operations are much nicer than those in Python.

I find the dynamic typing of Python makes large projects a little more difficult to manage.