Week 1 of My Data Science Journey: Every Python Command I Learned, Every Mistake I Made, and the GitHub & Virtual Environment Problems Nobody Talks About
Image 1: setup of vs code When people post their Data Science journey online, they usually show beautiful graphs, machine learning models, and polished GitHub repositories. Very few people show the reality. The first week is mostly confusion. You don't struggle with Artificial Intelligence. You struggle with Git. You struggle with Python environments. You struggle with why a library refuses to install after following five different YouTube tutorials. This blog is my complete Week 1 documentation. Not only what I learned, but every command I used, every mistake I made, why those mistakes happened, and how I fixed them. If you're starting Data Science on Ubuntu, especially using VS Code, Jupyter Notebook, GitHub, and virtual environments, this article may save you several hours. My Goal I am documenting my entire journey publicly. Not because I already know Data Science. Because I don't. I want every future researcher or student to see what le...