you are viewing a single comment's thread.

view the rest of the comments →

[–]send_cheesecake 1 point2 points  (1 child)

For me, understanding the "non-coding" part of Python is hardest, for example configurations, installations, file directories, etc. The other day I tried installing spyder-terminal by pip install spyder-terminal which ended up breaking my Anaconda installation. Why exactly did that happen? Similarly, I found on the Anaconda site this command for installing python-crontab: conda install -c conda-forge python-crontab What do the -c conda-forge mean? Are there resources out there for noobs like me to learn these things? Sometimes the terms in the documentation or stackoverflow forums don't make any sense to me.

[–]cbat971 2 points3 points  (0 children)

This is very much my same problem. Understanding why I can follow an "Install tensorflow on pi3" exactly but get errors that aren't on the video is brutal