Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/129ashish/python
subjected knowledge
https://github.com/129ashish/python
Last synced: 20 days ago
JSON representation
subjected knowledge
- Host: GitHub
- URL: https://github.com/129ashish/python
- Owner: 129Ashish
- Created: 2024-12-09T12:52:29.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2024-12-09T14:27:57.000Z (27 days ago)
- Last Synced: 2024-12-09T15:30:55.248Z (27 days ago)
- Language: Python
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
1.TUPLES AND SETS :
creating tuples,
basic tuple operations,
indexing and slicing in tuples,
built in functions used on tuples,
relation between tuples and lists,
relation between tuples and dictionaries.2.FILES :
types of files,
creating and reading text data,
file methods to read adn write data,
reading and writing binary files,
reading and writing CSV files.