Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masumkhan081/python-code-notes
A personal collection of code notes, use cases, and best practices organized by topics for quick reference.
https://github.com/masumkhan081/python-code-notes
arrays-and-strings concurrency data-structures data-types deque dictionaries-in-python language-learning lists-python matpotlib multithreading numpy-arrays pandas python read-write sets-python tuples-in-python
Last synced: 2 days ago
JSON representation
A personal collection of code notes, use cases, and best practices organized by topics for quick reference.
- Host: GitHub
- URL: https://github.com/masumkhan081/python-code-notes
- Owner: masumkhan081
- Created: 2024-04-04T00:00:36.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T17:13:23.000Z (19 days ago)
- Last Synced: 2024-10-27T20:27:10.367Z (19 days ago)
- Topics: arrays-and-strings, concurrency, data-structures, data-types, deque, dictionaries-in-python, language-learning, lists-python, matpotlib, multithreading, numpy-arrays, pandas, python, read-write, sets-python, tuples-in-python
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Code Notes
A repository for Python code snippets, notes, and best practices. This collection covers essential Python concepts, syntax, and common libraries to help me for quick reference, learning, and keeping notes.
---
## Topics
1. **Core Python Syntax**
- Variables, Data Types, and Type Conversion
- Operators
- Conditionals and Loops2. **Functions and Lambdas**
- Defining Functions
- Lambda Expressions3. **Data Structures**
- Lists, Tuples, Sets, Dictionaries
- List and Dictionary Comprehensions4. **Modules and Packages**
- Importing Modules
- Custom Modules5. **Object-Oriented Programming (OOP)**
- Classes, Inheritance, Encapsulation, Polymorphism6. **File Handling**
- Reading, Writing, JSON and CSV7. **Error Handling**
- Exception Handling and Custom Exceptions8. **Advanced Python Concepts**
- Generators, Context Managers, Regular Expressions---
## Setup Instructions
Clone the repository:
git clone https://github.com/masumkhan081/python-code-notes.git