Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Am0rphous/Python
Just some π stuff π€
https://github.com/Am0rphous/Python
cheatsheet cheatsheets python
Last synced: 3 months ago
JSON representation
Just some π stuff π€
- Host: GitHub
- URL: https://github.com/Am0rphous/Python
- Owner: Am0rphous
- Created: 2020-10-07T15:04:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T17:43:40.000Z (6 months ago)
- Last Synced: 2024-08-05T20:47:59.425Z (6 months ago)
- Topics: cheatsheet, cheatsheets, python
- Language: Python
- Homepage:
- Size: 4.16 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: Security/Credentials/README.md
Awesome Lists containing this project
- Awesome - Moved to -> Am0rphous/Python
README
## π Python
- [30-Days-Of-Python](https://github.com/Asabeneh/30-Days-Of-Python) - 30 days of Python programming challenge is a step by step guide to learn the Python programming language in 30 days. This challenge may take up to 100 days, follow your own pace.
- [30-seconds-of-python](https://github.com/30-seconds/30-seconds-of-python) - Short Python code snippets for all your development needs.
- [100-Days-of-Python](https://github.com/ashutoshkrris/100-Days-of-Python) - 100 Days of Code Challenge with Python.
- [Awesome Python](https://github.com/vinta/awesome-python) - A curated list of awesome Python frameworks, libraries and software [awesome-python.com](https://awesome-python.com/).
- [Base64Decoder](https://github.com/ghsecurity/Base64Decoder) - Simple python base 64 decoder.
- [Biopython](https://github.com/biopython/biopython) - The Biopython Project is an international association of developers of freely available Python tools for computational molecular biology.
- [Cartopy](https://github.com/SciTools/cartopy) - Cartopy - a cartographic python library with matplotlib support
- [Cloudflare Scrape](https://github.com/Anorov/cloudflare-scrape) - A Python module to bypass Cloudflare's anti-bot page.
- [Homework-of-Python](https://github.com/3gstudent/Homework-of-Python) - 3gstudent's python collection.
- [Huntfer](https://github.com/RyouYoo/huntfer) - An automation tool to help you to find weak functions in your target source code for potential attacks.
- [ICalendar](https://github.com/collective/icalendar) - icalendar parser library for Python.
- [Introduksjon til Python-programmering](https://gitlab.stud.idi.ntnu.no/nilstesd/python-leksjoner)
- [ITGK 2021 ](https://gitlab.stud.iie.ntnu.no/alekka/itgk-2021-magnustvilde-forelesningskode)
- [Loguru](https://github.com/Delgan/loguru) - Python logging made (stupidly) simple- [orbit](https://github.com/uber/orbit) - A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.
- [Pandas](https://github.com/pandas-dev/pandas) - Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more.
- [PyFlow](https://github.com/wonderworks-software/PyFlow) - Visual scripting framework for python - https://wonderworks-software.github.io/PyFlow.
- [Pyenv - Simple Python Version Management](https://github.com/pyenv/pyenv)
- [PyInstaller Extractor](https://github.com/extremecoders-re/pyinstxtractor) - PyInstaller Extractor.
- [PyGMT](https://github.com/GenericMappingTools/pygmt) - A Python interface for the Generic Mapping Tools.
- [Python Fire](https://github.com/google/python-fire) - Python Fire is a library for automatically generating command line interfaces (CLIs) from absolutely any Python object.
- [Python basic examples](https://github.com/bmaya1/python-basic-examples) - Repo contains different basic examples to show the versatility of Python.
- [Pyxel](https://github.com/kitao/pyxel) - A retro game engine for Python.
- [Rich](https://github.com/willmcgugan/rich) - Rich is a Python library for rich text and beautiful formatting in the terminal.
- [Enrich](https://github.com/pycontribs/enrich) - Enrich adds few missing features to the wonderful rich library.
- [SciPy.org](https://scipy.org/) - SciPy (pronounced βSigh Pieβ) is a Python-based ecosystem of open-source software for mathematics, science, and engineering.
- [sympy](https://github.com/sympy/sympy) - A computer algebra system written in pure Python.
- [Ultimate-Python-Resource-Hub](https://github.com/ayushi7rawat/Ultimate-Python-Resource-Hub)
- [What the f*ck Python](https://github.com/satwikkansal/wtfpython) - What the f*ck Python? π± . Exploring and understanding Python through surprising snippets.
- [uncompyle6](https://pypi.org/project/uncompyle6/)## Learning Resources
-[ Your Journey To Fluent Python ](https://github.com/pro1code1hack/Your-Journey-To-Fluent-Python)### Code Analysis
- [Pyinstrument](https://github.com/joerick/pyinstrument) - π΄Β Call stack profiler for Python. Shows you why your code is slow!### Databases
- [Pyjbd](https://github.com/Datalux/pyjbd) - With pyjbd you can easly manage and use a database using JSON file.#### Data Visualization
- [Cubealyzer](https://github.com/adamreiser/cubealyzer) - Curve analysis for Magic: the Gathering cubes
- [Csvtomd](https://github.com/mplewis/csvtomd) - ππ Convert your CSV files into Markdown tables.
- [Chartify](https://github.com/spotify/chartify) - Python library that makes it easy for data scientists to create charts.
- [Plotly](https://pypi.org/project/plotly/) - An open-source, interactive data visualization library for Python.### Dataclasses
- [Dataclass Wizard](https://github.com/rnag/dataclass-wizard) - A simple, yet elegant, set of wizarding tools for interacting with Python dataclasses.### Files
- [Python-Magic](https://github.com/ahupp/python-magic) - A python wrapper for libmagic.
- [Working With Files in Python](https://realpython.com/working-with-files-in-python/)