What Does It Take To Be An Expert At Python?
Video Statistics and Information
Channel: Coding Tech
Views: 1,583,974
Rating: 4.9015183 out of 5
Keywords: python, expert, development, software development, machine learning, python3, engineering, programming, coding, learn python, python tutorial
Id: 7lmCu8wz8ro
Channel Id: undefined
Length: 112min 2sec (6722 seconds)
Published: Wed Aug 02 2017
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Watched this some time back. It was good, and I liked how he hammered home the point that you aren't going to remember every function of every library. That's something that beginners need to be made to understand too.
Also, I learned that I had no mastery of my editor, compared to this guy. lol
I'm not an expert by any means but after doing dozens of Python-based projects ranging from web scraping, database (MySQL and Google Cloud services), data analytics, mini-games, and machine learning, I've definitely gained plenty insights on Python and its amazing technologies.
Basically, to become an expert, you just have to dive right into the language and do all kinds of projects that come to mind. As you get more complex with those projects, you'll find yourself easily sifting through the official Python docs and stackoverflow, where the community is very much so thriving and teeming with knowledge you didn't know you should be aware of.
Also, holding a job of some sort helps too, since you'll feel some pressure to do more and be better.
Apologies for the lack of links and external references. I'm currently on my phone and wanted to type this up immediately.
Can someone tl;dr this video?
I think the threshold is feeling literate in how to go about using python to glue anything and everything together.
I remember watching this video and kinda disliking the presentation for being a tiny bit patronizing or 'brogrammer-y' (is that still a word that is used?). Very possible that I was just in a bad mood or something when I watched it.
( rewatched a few minutes of it and AGHH dashes in filenames /dies )
Except that he was clearly adjusting as he went, he starts at an oddly low-level, given the title of the talk.
This is just a video about syntax and how the language works. Knowing this doesn't make you an expert. Just because you read a design pattern book doesn't mean you know how to use design patterns, in practice it just means you know of design patterns and how to use them on toy examples. I went in hoping for some good real world examples but instead got someone trying to show off syntax. You could get the info in this video from reading the docs.