11

What do you think about Python?

Comments
  • 2
    Repost? Am I the only one who isn't super happy about python syntax btw? (having used python).

    I may be used to curlies now but when I look at say a Jupyter notebook, I see a mess.
  • 1
    I like it to test quick algos ideas before implementing them in bigger projects, just to make sure the logic is what I wanted.

    I love how fast you can produce something but I still think curly brackets are better for code blocks and leave whitespace for indentation/visual organisation. Also I'd never do anything bigger than a small size project with it, but that might also be due to my need of very high performance for scientific purposes, besides the fact that interpreting is bad when the code is big (you need to reach a certain point to crash when might be just a typo that a compiler would have known about).
Add Comment