Skip to content

Commit 023fef4

Browse files
committed
2 parents 8cd9e5e + a2e327b commit 023fef4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ technical code with real-world scenarios—from ATM simulations to data processi
99

1010
### 🚀 Featured Scripts
1111
* **ATM Simulation:** A robust terminal-based app with transaction logging and error handling.
12+
* **Network Port Scanner:** A multi-threaded utility that probes specific IP addresses for open ports. It demonstrates knowledge of the `socket` library, TCP handshakes, and network diagnostics—essential for technical SEO and web security audits.
1213
* **Data Utility Tools:** Scripts designed to clean and prep data for Excel & Power BI.
1314
* **AI & API Experiments:** Exploring rapid tech innovations through integrated Python libraries.
1415

1516
### 🛠️ Tech Stack
1617
* **Language:** Python 3.12+
17-
* **Core Libraries:** `datetime`, `logging`, `math`
18+
* **Core Libraries:** `datetime`, `logging`, `math`, `sys`, `socket`, `threading`
1819
* **Concepts:** Error Handling (Try/Except), File I/O, Data Validation, and Functional Programming.
1920

2021
---

0 commit comments

Comments
 (0)