This repo includes my work from the NTI Python for Data Analysis course.
You'll find the weekly notebooks, a cipher task, and the final MovieLens project.
notebooks/– Weekly notebooks (Python, NumPy, Pandas, Visualization)Tasks/– Course tasks (including the cipher/encryption task)Final Project/– Final project (MovieLens dataset analysis)
- Python
 - Jupyter Notebook
 - NumPy & Pandas
 - Matplotlib & Seaborn
 
One of the course assignments was to build a simple encryption/decryption script.
You can find it here: Tasks/Cipher.ipynb
In the final project, I:
- Cleaned and merged data
 - Analyzed ratings, genres, and users
 - Created visualizations for insights
 
📍 Check it here: Final_Project/Movie.ipynb