https://github.com/netevert/python-playground
Repository containing miscellaneous python code snippets
https://github.com/netevert/python-playground
caesar-cipher log-parser python web-scraper
Last synced: about 2 months ago
JSON representation
Repository containing miscellaneous python code snippets
- Host: GitHub
- URL: https://github.com/netevert/python-playground
- Owner: netevert
- License: mit
- Created: 2023-08-09T16:04:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T18:52:23.000Z (over 2 years ago)
- Last Synced: 2025-01-28T22:51:12.896Z (11 months ago)
- Topics: caesar-cipher, log-parser, python, web-scraper
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-playground
This repository contains miscellaneous python code snippets developed for the purposes of learning and experimenting. The repository contains scripts covering:
- [Web scraping](https://github.com/netevert/python-playground/blob/main/web_scraper.py)
- [Simple encryption](https://github.com/netevert/python-playground/blob/main/caesar_cypher.py)
- [Log parsing](https://github.com/netevert/python-playground/blob/main/log_parser.py)
The scripts are provided as is and are made available for educational purposes only.