Skip to content

Instantly share code, notes, and snippets.

View AdrishMaity's full-sized avatar
🎯
Focusing

Adrish AdrishMaity

🎯
Focusing
View GitHub Profile
@AdrishMaity
AdrishMaity / AI_path.md
Last active October 2, 2024 16:33
Path for Data Science and Machine Learning

Should I need to start over, I would pursue this path to first grasp the fundamentals of Python for Data Science, Machine Learning and understand the core concepts:

@AdrishMaity
AdrishMaity / git_and_github_instructions.md
Created December 2, 2018 15:08 — forked from mindplace/git_and_github_instructions.md
Pushing your first project to github

Make sure git is tracking your project.

  1. Using your terminal/command line, get inside the folder where your project files are kept: cd /path/to/my/codebase.

You cannot do this simply by opening the folder normally, you must do this with the command line/terminal.

Do you need a refresher on using your command line/terminal? I've compiled my favorite resources here.

  1. Check if git is already initialized: git status