6
ysads
6y

I now understand why people say python is such a damn hard language to keep big projects. I'm so hell lost in all those code indentations and lack of conventions!!!!
GET ME BACK TO RUBY PLEASE I BEG AAAAAAA

Comments
  • 8
    Sorry to tell you, but most of the people who say that are people who don’t understand python and how to use it. Python might be easy to start with, but when you grow in complexity, it starts to differ from most programming language and it has a style of it’s own.

    But I really like this style and it is appropriate for a lot of projects like Advanced ai and machine (deep) learning
  • 1
    For a slight style guide import this
  • 3
    I like python for small projects.
    Plus if the classes are kept to the small side of the scale with imports being used correctly it can scale up into a well maintained project.
  • 1
    Get VS Code and install Linter and rainbow indenter.
Add Comment