Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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! 🔥🔥
- Host: GitHub
- URL: https://github.com/ahammadshawki8/command-line-fundamentals
- Owner: ahammadshawki8
- License: mit
- Created: 2020-04-28T07:29:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T12:11:57.000Z (over 4 years ago)
- Last Synced: 2024-11-07T12:52:19.214Z (3 months ago)
- Topics: cmd, command-line, fundamentals, pip, powershell, python, virtualenv
- Language: Python
- Homepage:
- Size: 270 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)