Academic
Academic
Home
Posts
Projects
Talks
Publications
Certificates
Contact
Light
Dark
Automatic
Python Programming
🎨 Art from Code with Python
This notebook showcases how to create generative art using Python and mathematical rules — not by drawing manually, but by writing code. We’ll explore 4 core ideas: Mathematical functions Randomness and noise Repetition and symmetry Algorithmic patterns import numpy as np import matplotlib.
Mina Norouzirad
Jul 2, 2025
8 min read
🎯 Tic Tac Toe - Object-Oriented Python Game
Welcome to the classic game of Tic Tac Toe, implemented using Object-Oriented Programming in Python. This project is ideal for learning how classes, methods, and attributes work in practice. Below is a visual representation of a Tic Tac Toe board:
Mina Norouzirad
Jul 2, 2025
7 min read
📚 Free Books on R, Python, Julia, Statistics & AI
A table of high-quality free books on R, Python, Julia, Statistics, and Machine Learning — ideal for students, researchers, and developers.
Mina Norouzirad
Jun 14, 2025
3 min read
Resources
Cite
×