Python mistakes to avoid as a beginner
Welcome back! Python is quickly becoming one of the most popular programming languages out there, I’ve used it personally for several years and love it! You maybe in the process of learning Python, in order to save you some time here are some very common mistakes with Python that I would highly recommend to avoid as a beginner!
Information Overload
Starting off, one of the biggest issues I see as a beginner (including with myself) is information overload, it is true that you should never stop learning / developing your skills, but there is a time when you should probably move from the learning phase to the project development phase. When I scroll through the many forums of programming, I see many comments talking about areas they should focus on (data science, software engineering, etc.), best tutorials, etc., although it’s important to find your niche, learning the fundamentals should be your main goal, try to avoid information overload by going from the initial learning phase to developing a project as fast as possible.
Hosting Projects
Another massive thing I would recommend beginner Python developers to do is getting in the habit of hosting your projects on a Git repository. In my beginning Python programming career, I would constantly save my projects on my personal…