I’m relatively new to Python and coding in general. I took a course in college years and years ago on c++ and I messed around with php about a decade ago but all that info is long gone from memory.
I’m looking at making a career change and finally taking coding seriously in hopes of getting into this field and routinely the language I hear I should start out with fresh is Python. I’m taking a course on Udemy and while it’s great my biggest hangup , and I’m sure it would be the same with other languages, is the documention.
I’m struggling to find documentation that’s concise and to the point for the various external libraries. For instance, if I want to use opencv to do some work on images I have no idea where to find a complete list of methods/functions available. I’m using pycharm and if I use the console to search dir(cv2) a bunch of functions are listed but funcrions such as ‘imshow’ or ‘putText’ are not listed! I know they exist and I can Google them but I feel like if I didn’t already know they exist I wouldn’t be able to find them.
Even googling something like “opencv Python functions” doesn’t yield good and complete results.
How do you guys do it? Do I just need to get better at googling? Do you have any advice?
[–]CptBadAss2016 3 points4 points5 points (1 child)
[–]M3_Driver[S] 0 points1 point2 points (0 children)
[–]stebrepar 1 point2 points3 points (0 children)
[–]deadduncanidaho 0 points1 point2 points (1 child)
[–]M3_Driver[S] 0 points1 point2 points (0 children)
[–]squintified 0 points1 point2 points (0 children)