Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 521 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 521 Bytes

pyprojects

Hone your skills in python by doing delicious projects.

Each project is 500 lines of code, give or take.

Intermediate to Advanced projects

  1. ransomware: Write a simple ransomware. Encrypt and Decrypt files.
  2. virus: A simple, non-harmful virus written using Python.
  3. caching: Scroll through Hacker News titles quicky in your terminal and see the difference between using caching or not.
  4. sockets: Develope a featursome client-server chatroom application using socket programming in Python.