0
Why IDE for Python are so difficult?
I have installed PyCharm and Anaconda. Instead of coding I struggle with them, besause module ,that i need ,does not work. Tensorflow makes me crazy.🤪
2 ответов
+ 2
This is usually because IDEs are very powerful and do offer a lot of functionality. However, if set up correctly it boosts your productivity in development. For smaller projects I recommend to use an editor like vim. Once being used to the keybindings, your code througput speeds up fastly.
Anaconda is a nice way to manage dependencies from different languages, but I do not recommend to use it as a package manager as long as you don't work with multiple languages or do development in a team.
TensorFlow is a very advanced library, which needs some better knowledge of python (my opinion).
Nevertheless there are very good tutorials online to set up everything as wanted.
0
Thank you very much! I will try to use your advice about vim. I want to solve a problem with machine learning methods therefore i stopped on tensorflow.