• FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    4
    arrow-down
    2
    ·
    20 hours ago

    I think Python is superficially easier since you don’t have to declare variables, printing is a little easier, etc. And in some ways it is actually easier, e.g. arbitrary precision integers, no undefined, less implicit type coercion.

    But I agree JavaScript is generally a better choice. And it is actually more popular than Python so…