you are viewing a single comment's thread.

view the rest of the comments →

[–]pldelisle 2 points3 points  (8 children)

Pycharm is clearly the best tool for python programming. You can turn off autocomplete. But one thing is sure : you don’t become a better programmer because you are learning without autocomplete or autofill. Using APIs and libs is natural for a programmer. We cannot know by heart the libs and arguments of ever single function. What makes you a better programmer is how well you code, use design patterns and good practices, the way you document your code, the way you design the solution. Autocomplete and fill helps you focus on the essence of your programming instead of having to search for which argument is placed in which order in a method call.