About Me
I am Mohammad Saeed Angiz, born on March 12, 1997 in Iran, now living in Dieburg, Germany. I am a Junior Python Developer with a passion for science, using Python for data analysis and presentations. I want to further develop myself in software development and am ready to learn DevOps to expand my skills. In the future, I plan to learn Artificial Intelligence development. I am currently focused on building strong expertise in data analytics through structured, industry-recognized training. Alongside my ongoing learning journey, I have completed several certificates in this field, including programs from IBM, and I am also working toward the Google Data Analytics Professional Certificate. After completing this certification, I plan to continue advancing my knowledge through further specialized learning in data, analytics, and related technologies. My goal is to develop a solid analytical foundation that supports practical problem solving, data driven thinking, and continuous professional growth. My Python teacher is Ali Pilehvar Meibody, CEO and founder of Plutus AI and Master's student at Politecnico di Torino, leading the Artificial Intelligence Group at the Graphene and Advanced Materials (GAM) Laboratory.
Personal Information
Work Experience
Warehouse Logistics Specialist & Production Expert
POLYTECH Health & Aesthetics GmbH
Since 2023 (2+ Years)
• Currently: Warehouse Logistics Specialist (Fachangestellter für Lagerlogistik) managing medical inventory and supply chain operations.
• Previous (1 Year): Texturing Specialist for silicone implants, specializing in high-precision surface finishing in a cleanroom environment.
• Initial (1 Year): Production Specialist (Abstripping), responsible for the meticulous removal of cured silicone shells from mandrels.
Production and Logistics Staff
Logosys-Darmstadt
2022-2023
Production Specialist
Sauer Product GmbH
2021 - 2022
Operated plastic injection molding machinery and conducted quality assurance for precision components.
Education
Hauptschulabschluss
Electrical Engineering - Fachschule
One year of electrical engineering at vocational school
Business Administration - Fachschule
One year of business and administration at vocational school
Python Programming Course
Completed professional Python training course with certification. Focus on data analysis, automation, and software development.
Google Data Analytics Professional Certificate
Professional training in data analytics covering data cleaning, analysis, visualization, and R programming.
Certificates
Python Programming Certificate
Issued by: Tehran Technology House
Date: November 2025
Python programming certification covering data analysis, automation, and software development.
Excel Basics for Data Analysis
Issued by: IBM
Date: December 2025
Completed IBM course on fundamental Excel skills for data analysis, including spreadsheets and data organization.
Foundations: Data, Data, Everywhere
Issued by: Google
Date: January 2026
First course of the Google Data Analytics Certificate, covering the data analytics ecosystem.
Ask Questions to Make Data-Driven Decisions
Issued by: Google
Date: March 2026
Google Data Analytics course focused on effective communication and data-driven questioning.
Skills
Python Code Examples
QR Code Generator
import qrcode
qr = qrcode.QRCode(version=1, box_size=10, border=4)
qr.add_data('https://github.com/topics/portfolio-website?l=python')
qr.make(fit=True)
img = qr.make_image(fill='black', back='white')
img.save('qrcode.png')
Data Analysis
import pandas as pd
data = {'Name': ['Alice', 'Bob'], 'Age': [25, 30]}
df = pd.DataFrame(data)
print(df.describe())
Factorial Loop
def factorial(n):
result = 1
for i in range(1, n+1):
result *= i
return result
print(factorial(5))
Projects
QR Code Generator
A Python application that generates QR codes for URLs, text, or contact information using the qrcode library. This project demonstrates proficiency in working with Python libraries and creating practical tools for everyday use.
Technologies: Python, qrcode, PIL/Pillow
Data Analysis with Pandas
Interactive data analysis projects using pandas for data manipulation, cleaning, and visualization. This showcases skills in handling datasets, performing statistical analysis, and creating meaningful insights from raw data.
Technologies: Python, pandas, matplotlib, seaborn
Web Scraping Tool
Automated web scraping scripts using Beautiful Soup and Requests to extract data from websites. This project demonstrates understanding of HTML structure, HTTP requests, and ethical data collection practices.
Technologies: Python, Beautiful Soup, Requests, lxml
Python Automation Scripts
Collection of automation scripts for repetitive tasks including file management, data processing, and system automation. These projects showcase problem-solving skills and the ability to increase productivity through code.
Technologies: Python, os, shutil, selenium, schedule
Languages
AI Chat
💬 Chat with my AI assistant powered by Dialogflow.