(so I can transition to C and C++ later)
Welcome to my repository! I am using this space to document my daily progress as I learn Python, track my coding consistency, and watch my GitHub contribution graph grow.
- Build a rock-solid foundation in Python core concepts.
- Practice daily to maintain a consistent coding streak.
- Eventually transition from basic scripts to building mini-applications.
(Adding a small section on how I connected it all to VS Code)
- In VS Code, click the New File icon (or press
Ctrl + N) and name it exactlyREADME.md(the.mdstands for Markdown). Make sure it's in your main project folder, not buried inside Chapter 1 or Chapter 2. - Copy the template above, paste it in, and tweak the text to match exactly what you want to say.
- Save the file (
Ctrl + S). - Head over to your Source Control panel on the left. You'll see
README.mdlisted under Changes. - Type a message like
"Added README"in the box, click Commit, and then click Sync Changes.
The moment it uploads, GitHub will automatically render this file right on the main page of the repository!