You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
This project is a small but fully functional POSIX-style shell implemented in Python. It supports builtin commands (cd, echo, pwd, type, history, exit), external commands via fork/exec, pipelines w…
ProductCrawlerZ is an advanced, asynchronous web crawler designed to efficiently extract product URLs from e-commerce websites. Leveraging modern Python libraries like aiohttp, Playwright, and Beau…
TinyGit is a simplified implementation of core Git functionality using Python. This project helps you understand the internals of Git by recreating basic and advance commands such as init, hash-obj…