Tag
Python For Bro
144. Requests + Os.Environ + Dotenv
HTTP API calls with requests and secrets from environment variables
119. 'Capstone: Unittest.Mock + Enum + Typing'
A typed API client with status enums, Optional return types, and mock-based tests
130. Capstone — RAM Manager With LLM
Capstone: psutil + async HTTP + asyncio + TypedDict + file I/O
138. Lists + Sorting + Comprehensions (App V0.2)
RAM Manager v0.2 — threshold alerts and process filtering
139. Functions + Dicts + Modules (App V0.3)
RAM Manager v0.3 — clean functions and structured data
075. Standard Library (Math, Random, Datetime)
Python's batteries-included standard library saves time
093. String Methods (Strip, Replace, Startswith, Endswith, Count)
Clean and analyze text data with string methods
099. Collections Module (Counter, Defaultdict)
Use specialized containers for common counting and grouping patterns
118. 'Capstone: Csv + Re + Dataclasses'
Data cleaning pipeline using @dataclass for typed records, csv for parsing, and re for validation
120. 'Capstone: Everything Together'
A ToolkitManager combining dataclass config, Enum operations, sqlite3, logging, itertools, and typing
117. 'Capstone: Json + Sqlite3 + Logging'
Building a complete TaskManager class combining JSON config, SQLite storage, and structured logging