An open API service indexing awesome lists of open source software.

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

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.