@@ -28,31 +28,31 @@ Here's a breakdown of the main files included in this repository:
2828
2929#### Cryptography
3030
31- ceaserCipher .py: A simple Caesar cipher for encrypting and decrypting text.
31+ ceaser_cipher .py: A simple Caesar cipher for encrypting and decrypting text.
3232
33- #### AdvanceCipher .py: An advanced implementation of encryption techniques.
33+ advance_cipher .py: An advanced implementation of encryption techniques.
3434
3535#### Web Scraping & Parsing
3636
3737web_scraper1.py / web_scraper2.py: Scripts for web data extraction.
3838
3939https_scraper.py: A scraper handling HTTPS data.
4040
41- updated scraper .py: An enhanced version of the scraping script.
41+ updated _ craper .py: An enhanced version of the scraping script.
4242
43- Scraping json data assignment .py: Script focusing on scraping and parsing JSON data.
43+ Scraping_json_data_assignment .py: Script focusing on scraping and parsing JSON data.
4444
4545xml_parsing.py / xml parsing.py: Parsing XML data for structured information.
4646
47- opengeo Scraping .py / opengeo assignment.py: Specialized scripts for scraping OpenGeo data.
47+ opengeo_craping .py / opengeo assignment.py: Specialized scripts for scraping OpenGeo data.
4848
49- http-parsing .py: HTTP parsing script for response analysis.
49+ http_parsing .py: HTTP parsing script for response analysis.
5050
5151#### Data Handling
5252
53- fileHandling .py: Demonstrates file reading and writing operations.
53+ file_handling .py: Demonstrates file reading and writing operations.
5454
55- ReadingJson .py: A script for reading JSON files and processing data.
55+ reading_json .py: A script for reading JSON files and processing data.
5656
5757security_log.csv, security_log.json, security_log.txt: Sample log files used for testing scripts and data handling.
5858
@@ -66,11 +66,11 @@ Inheritance.py: Demonstrates object-oriented programming with inheritance.
6666
6767class.py: Basic class structure and object instantiation.
6868
69- Graded_quiz1 .py / Graded_Quiz2.py: Example scripts likely related to quiz implementations.
69+ graded_quiz1 .py / Graded_Quiz2.py: Example scripts likely related to quiz implementations.
7070
7171panda.py: Sample usage of the pandas library for data analysis.
7272
73- url-parser .py: Script for parsing and handling URLs.
73+ url_parser .py: Script for parsing and handling URLs.
7474
7575#### Installation
7676
0 commit comments