https://github.com/nayanpatel48/python-code
https://github.com/nayanpatel48/python-code
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nayanpatel48/python-code
- Owner: Nayanpatel48
- Created: 2024-08-29T17:01:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T13:42:51.000Z (7 months ago)
- Last Synced: 2025-01-19T23:48:11.975Z (6 months ago)
- Language: Jupyter Notebook
- Size: 1.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readMe.md
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