This is a Python cheat sheet built using HTML, CSS, and JavaScript as part of a school homework project. It covers basic Python concepts such as variables, data types, mathematical operators, comparison operators, logical operators, conditional statements, loops, functions, and useful built-in functions. The code snippets are syntax-highlighted using the Highlight.js library.
- Interactive Search: Includes a search bar to quickly find topics in the cheat sheet.
- Code Syntax Highlighting: Code snippets are highlighted using Highlight.js.
- Responsive Design: Works on multiple devices with a responsive layout.
-
Clone the repository:
git clone https://github.com/yourusername/python-cheatsheet.git cd python-cheatsheet -
Open the
index.htmlfile in a web browser to view the cheat sheet. -
The search bar allows you to filter through different topics in the cheat sheet.
- Highlight.js for syntax highlighting
- Google Fonts for custom fonts
This project is licensed under the MIT License.