Skip to content

jaimin-bariya/python-methods-cheatsheet

Repository files navigation

Python Data Structures Methods and Properties Cheat Sheet

Welcome to the Python DS Methods and Properties Cheat Sheet! This repository provides an organized and easy-to-understand reference for Python's built-in data structures, their methods, and properties.

Python's data types like lists, tuples, dictionaries, sets, and strings come with various useful methods and properties. Understanding these can save time, make your code cleaner, and help you write efficient Python programs.


🚀 What's Inside?

This cheat sheet is categorized by Python's data structures:

Each file contains:

  1. Methods: Commonly used methods with descriptions and examples.
  2. Properties: Important properties and how to use them.

🛠 How to Use This Cheat Sheet

  1. Refer to the specific file for the data structure you're working with.
  2. Use examples to better understand how to apply methods and properties.
  3. Bookmark this repository for quick reference during development.

📂 Repository Structure

/
├── README.md                # Overview of the repository
├── lists.md                 # List methods and properties
├── tuples.md                # Tuple methods and properties
├── dictionaries.md          # Dictionary methods and properties
├── sets.md                  # Set methods and properties
├── strings.md               # String methods and properties
├── numbers.md               # Number methods and properties
├── files.md                 # File handling methods and properties
└── special_methods.md       # Dunder/Special methods

💡 Contributions

We welcome contributions to expand and improve this resource! Check out our CONTRIBUTING.md file to get started.


🧑‍💻 Author

Jaimin Bariya AKA Cloud Boy

If you find this repository helpful, give it a ⭐ and share it with others. Happy coding! 😎


About

A concise and comprehensive cheat sheet covering Methods and properties of Python's built-in data structures like Lists, Dictionaries, Sets, Tuples, and Strings. This resource is designed to help developers write efficient and optimized Python code.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors