Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shreyank031/python
https://github.com/shreyank031/python
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shreyank031/python
- Owner: Shreyank031
- Created: 2023-12-04T11:41:43.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-09T11:55:42.000Z (11 months ago)
- Last Synced: 2023-12-10T06:23:40.357Z (11 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Here I'll be posting my progress in Python in a structured way
## Day-1: Functions, Modules and Packages
- What are differences between function, modules and packages ?
- How to import a package ?
- What are Python workspaces ?## Day-2: Command line arguments
- What is command line arguments in Python?
- What is sys module and how to use it?
- What is environment variable in Python?