Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ahammadshawki8/command-line-fundamentals

📖 Learn the basics of the Command-Line because It is essential to get familiar with the Command Line Code! 🔥🔥
https://github.com/ahammadshawki8/command-line-fundamentals

cmd command-line fundamentals pip powershell python virtualenv

Last synced: 30 days ago
JSON representation

📖 Learn the basics of the Command-Line because It is essential to get familiar with the Command Line Code! 🔥🔥

Awesome Lists containing this project

README

        

![Poster](https://github.com/ahammadshawki8/Command-Line-Fundamentals/blob/master/command.jpg)

# _Command-Line_
The command line is a text interface for your computer. It's a program that takes in commands, which it passes on to the computer's operating system to run. From the command line, you can navigate through files and folders on your computer, just as you would with Windows Explorer on Windows or Finder on Mac OS.
It is very important to get femiliar with command line code as programmers have to use them frequently. There is hardly any project without little bit of command line code.
In this repository, I have discussed how to code in CMD and powershell and also discussed about sys and os standerd module of python. Coders will find some files about virtual environment (venv, virtualenv, pipenv) and a brief overview of how to use pip (package management of python).

# _For more helpful stuffs:_
1. Corey Schafer (@CoreyMSchafer) - https://www.youtube.com/user/schafer5
2. Sentdex (@Sentdex) - https://www.youtube.com/user/sentdex
3. Edureka - https://www.youtube.com/user/edurekaIN
4. Padhega India - https://www.youtube.com/watch?v=5Elc8MbJvnE (Language Hindi)

# _License_
Details can be found in [LICENSE](https://github.com/ahammadshawki8/Command-Line-Fundamentals/blob/master/LICENSE)