All Projects → crazyguitar → Pysheeet

crazyguitar / Pysheeet

Licence: mit
Python Cheat Sheet

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Pysheeet

Android Tips Tricks
☑️ [Cheatsheet] Tips and tricks for Android Development
Stars: ✭ 4,496 (-35.67%)
Mutual labels:  cheatsheet
Ios
Most usable tools for iOS penetration testing
Stars: ✭ 563 (-91.94%)
Mutual labels:  cheatsheet
Py2rs
A quick reference guide for the Pythonista in the process of becoming a Rustacean
Stars: ✭ 690 (-90.13%)
Mutual labels:  cheatsheet
Git Cheat Sheet
git and git flow cheat sheet
Stars: ✭ 5,400 (-22.74%)
Mutual labels:  cheatsheet
Payloadsallthethings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Stars: ✭ 32,909 (+370.87%)
Mutual labels:  cheatsheet
Golang Cheat Sheet
An overview of Go syntax and features.
Stars: ✭ 6,066 (-13.21%)
Mutual labels:  cheatsheet
Mitm Cheatsheet
All MITM attacks in one place.
Stars: ✭ 467 (-93.32%)
Mutual labels:  cheatsheet
Modern Typescript With Examples Cheat Sheet
Fully printable summary of modern TypeScript language features with extensive examples to help you learn
Stars: ✭ 766 (-89.04%)
Mutual labels:  cheatsheet
React
Cheatsheets for experienced React developers getting started with TypeScript
Stars: ✭ 30,444 (+335.6%)
Mutual labels:  cheatsheet
Awesome Open Geoscience
Curated from repositories that make our lives as geoscientists, hackers and data wranglers easier or just more awesome
Stars: ✭ 668 (-90.44%)
Mutual labels:  cheatsheet
React Hooks Cheatsheet
🦖 React hooks cheatsheet with live editable examples
Stars: ✭ 520 (-92.56%)
Mutual labels:  cheatsheet
Machine Learning Mindmap
A mindmap summarising Machine Learning concepts, from Data Analysis to Deep Learning.
Stars: ✭ 5,339 (-23.61%)
Mutual labels:  cheatsheet
Frontend Cheat Sheets
Collection of cheat sheets(HTML, CSS, JS, Git, Gulp, etc.,) for your frontend development needs & reference
Stars: ✭ 604 (-91.36%)
Mutual labels:  cheatsheet
Kali Linux Cheatsheet
Kali Linux Cheat Sheet for Penetration Testers
Stars: ✭ 483 (-93.09%)
Mutual labels:  cheatsheet
Cheat.sh
the only cheat sheet you need
Stars: ✭ 27,798 (+297.74%)
Mutual labels:  cheatsheet
Linux Cheatsheet
Comprehensive Linux Cheatsheet
Stars: ✭ 475 (-93.2%)
Mutual labels:  cheatsheet
Vim Cheatsheet
📟 My personal vim cheatsheet
Stars: ✭ 578 (-91.73%)
Mutual labels:  cheatsheet
Pi Pwnbox Rogueap
Homemade Pwnbox 🚀 / Rogue AP 📡 based on Raspberry Pi — WiFi Hacking Cheatsheets + MindMap 💡
Stars: ✭ 798 (-88.58%)
Mutual labels:  cheatsheet
Weird proxies
Reverse proxies cheatsheet
Stars: ✭ 701 (-89.97%)
Mutual labels:  cheatsheet
Awesome Cheatsheet
🍻 awesome cheatsheet
Stars: ✭ 5,837 (-16.48%)
Mutual labels:  cheatsheet


pysheeet

Build Status Coverage License MIT

Introduction

Pysheeet was created with intention of collecting python code snippets for reducing coding hours and making life easier and faster. Any contributions are welcome. Please feel free to fork and send a pull request to this project.

What’s New In Python 3

This part only provides a quick glance at some important features in Python 3. If you're interested in all of the most important features, please read the official document, What’s New in Python.

Cheat Sheet

Advanced Cheat Sheet

Appendix

PDF Version

pdf

How to run the server

$ virtualenv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ make
$ python app.py

# URL: localhost:5000
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].