Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nayanpatel48/python-code
https://github.com/nayanpatel48/python-code
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nayanpatel48/python-code
- Owner: Nayanpatel48
- Created: 2024-08-29T17:01:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T11:57:44.000Z (about 2 months ago)
- Last Synced: 2024-12-18T12:34:36.028Z (about 2 months ago)
- Language: Python
- Size: 664 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
Awesome Lists containing this project
README
# python-code
Learnings:
01_basics:
Numbers.py= Arithmatic operations, datatypes, typeconversion, String concating, mathematical functions,
logical operators, Bitwise operators, random numbers, sets, lists, tuple, ductionary, input/output from user.
String.py= String slicing, String methods, String iteration, String comparison
tuple_dictionary_list.py=dictionaries, Tuples, key-value pair, indexing, converting between tuple and list
Exp1: list
Exp2: function definition, while loop, if else
Exp3: dictionary