From 4570e21e97d247a227ce735cc4254b08d2cc248a Mon Sep 17 00:00:00 2001 From: tushar27 Date: Sun, 3 Mar 2024 23:06:00 +0530 Subject: [PATCH 1/2] Readme.md --- README.md | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86e3a3e..22546ff 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,62 @@ # Everyday Python Cheat Sheets -## [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://everyday-python.streamlit.app/) \ No newline at end of file +## [![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://everyday-python.streamlit.app/) + +![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54) +![Streamlit](https://img.shields.io/badge/Streamlit-FF4B4B.svg?style=for-the-badge&logo=Streamlit&logoColor=white) +![CSS](https://img.shields.io/badge/CSS3-1572B6.svg?style=for-the-badge&logo=CSS3&logoColor=white) +![HTML](https://img.shields.io/badge/HTML5-E34F26.svg?style=for-the-badge&logo=HTML5&logoColor=white) +![Markdown](https://img.shields.io/badge/markdown-%23000000.svg?style=for-the-badge&logo=markdown&logoColor=white) +![Visual Studio Code](https://img.shields.io/badge/Visual%20Studio%20Code-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white) + +Welcome to **Everyday Python Sheets** – your go-to resource for everyday Python cheat sheets, pro tips, interview questions, Python one-liners, and Python data structures. Whether you're a beginner looking to learn Python or an experienced developer seeking quick reference materials, this Streamlit application has got you covered. + +## Features + +- **Cheat Sheets**: Explore concise and handy Python cheat sheets covering various topics, from basic syntax to advanced concepts. +- **Pro Python Tips**: Discover expert tips and tricks to enhance your Python coding skills and efficiency. +- **Interview Questions**: Prepare for Python interviews with a curated collection of frequently asked questions and their solutions. +- **Python One-liners**: Delve into elegant and concise Python one-liners to accomplish tasks efficiently. +- **Python Data Structures**: Learn about fundamental Python data structures such as lists, dictionaries, sets, and tuples. + +## Pro Python Tips + +Discover expert tips and tricks to enhance your Python coding skills and productivity. These pro tips are curated to provide insights into best practices, optimization techniques, and lesser-known features of the Python language. Whether you're a seasoned developer or a beginner, these tips will help you write cleaner, more efficient code. + +## Interview Questions + +Prepare for Python interviews with a curated collection of frequently asked questions and their solutions. These interview questions cover a wide range of topics, including data structures, algorithms, object-oriented programming, and more. By familiarizing yourself with these questions and solutions, you'll be better equipped to tackle technical interviews with confidence. + +## Python One-liners + +Delve into elegant and concise Python one-liners to accomplish common programming tasks efficiently. These one-liners demonstrate the power and flexibility of Python's syntax, allowing you to perform complex operations in a single line of code. Whether you're parsing data, manipulating strings, or working with collections, these one-liners will help you write more expressive and compact code. + +## Python Data Structures + +Learn about fundamental Python data structures such as lists, dictionaries, sets, and tuples. These data structures are essential building blocks for any Python program, enabling you to store, organize, and manipulate data effectively. Each data structure is accompanied by examples and explanations to help you understand its usage and benefits. + + +## Contributing + +We welcome contributions from the community to enhance the content and features of **Everyday Python Sheets**. Whether it's adding new cheat sheets, sharing valuable tips, or suggesting improvements, your contributions are highly appreciated. To contribute, follow these steps: + +1. Fork the repository. +2. Create your feature branch: `git checkout -b feature/new-feature`. +3. Commit your changes: `git commit -am 'Add some feature'`. +4. Push to the branch: `git push origin feature/new-feature`. +5. Submit a pull request. + +## Feedback and Support + +If you have any feedback, suggestions, or issues regarding the application, please don't hesitate to [open an issue](https://github.com/tushar2704/Everyday_Python-Sheets/issues). We value your input and are dedicated to providing the best experience for our users. + +## Credits + +**Everyday Python Sheets** is maintained by [Tushar AGGARWAL]. Special thanks to the contributors who have helped improve the content and functionality of the application. + +## License + +This project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute the code for personal and commercial purposes. + +--- + +Start exploring Python like never before with **Everyday Python Sheets**. Happy coding! 🐍✨ From 9e63f80e610010d8c5cb8f25c312fee8d97cfadb Mon Sep 17 00:00:00 2001 From: tushar27 Date: Sun, 3 Mar 2024 23:07:45 +0530 Subject: [PATCH 2/2] readme.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22546ff..14aa4a3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Welcome to **Everyday Python Sheets** – your go-to resource for everyday Python cheat sheets, pro tips, interview questions, Python one-liners, and Python data structures. Whether you're a beginner looking to learn Python or an experienced developer seeking quick reference materials, this Streamlit application has got you covered. + ## Features - **Cheat Sheets**: Explore concise and handy Python cheat sheets covering various topics, from basic syntax to advanced concepts.