Learning #python and seeing the huge bandwidth of applications that it can have. Even in the field of Production Engineering.
Those who are a master in Python (or for that case in any other Programming languages), how did you take the approach of learning it?
I am currently undergoing a Course on Udemy!
@bitecode You're spot on about the packaging thing. I was trying to import a package to solve a Linear Programming Problem but couldn't. Got errors and errors.
Even the YT tutorials didn't help.
@shibaprasad Yes, and the solution depends on many factors: your OS, your Python distribution and versions, how many Python do you have installed, are you using a virtualenv, which tool of virtualenv, are you admin, what is you syspath, is there a c-extension in the package...
It will all get better in 2 months, once Python 2.7 is out of the picture, as we can assume "-m venv", promote "-m pip" and benefit from whl.
Fun fact: packaging is hard differently for each programming language ^^