Beautiful plot with Seaborn

Visualising Data in Python as for Quantatative Anaysis

Using matplotlib and seaborn to make your analysis look professional.

April 25, 2025 · 2 min
Beautiful plot with Seaborn

Visualising Data in Python as for Quantatative Anaysis

Using matplotlib and seaborn to make your analysis look professional.

April 25, 2025 · 2 min

Python Terminal

I made a python based terminal that is similar to the linux operating system 🔹 Design Process Command Handling Every first token goes through a switch case statement to match the command. Parameter handling After it processes the first token the next tokens are ordered in a hash map and are then passed into the corresponding functions. 🔹 Features Neofetch clone Basic text editor Hardware monitor Networking (Sockets based)

March 29, 2025 · 1 min