facebook
favorite button
super instructor icon
Trusted teacher
This teacher has a fast response time and rate, demonstrating a high quality of service to their students.
member since icon
Since May 2022
Instructor since May 2022
Translated by GoogleSee original
Analyzing data and statistics with Python, R, and SPSS
course price icon
From 48 € /h
arrow icon
I am a certified communication scientist (WO, MSc.) who teaches computational data analysis methods in SPSS, Python, R and thesis supervision.

During the lessons we can cover the basics of computational methods or data analysis. I can also help you gain a better understanding of the data structure, design a questionnaire in QUALTRICS (or similar program), or collect data together with you. We can do this in the programs Python, R or SPSS. I am also an expert in supervising theses.

I give lessons of one hour as standard, but these can be longer if desired. If you are looking for guidance for a longer period, I can offer you a package where you get a discount on my hourly rate.

I have experience teaching computational data analysis and machine learning at university and college level. I myself have a research master's degree in communication sciences.
Location
green drop pin icon
|
Use Ctrl + wheel to zoom!
zoom in iconzoom out icon
location type icon
At teacher's location :
  • 1095 MS Amsterdam, Nederland
location type icon
Online from Netherlands
About Me
Since 2018, I've been teaching language courses at a well-known language school in Amsterdam. I also give poetry readings and organize cultural events with others. Examples of cultural events include discussion and film evenings where we watch and discuss a Persian film, and visits to the Rijksmuseum with guided tours, including one about Persian miniature paintings.
Education
American Studies (2014 - 2017) - University of Groningen
Courses I took:
- Race, Gender, Theory
- Political economy
- Theories of International Relations

Research Master in Communication Science (2018 - 2020) - University of Amsterdam
Courses I took:
- Journalism and Media
- Data Journalism
- Socially Disruptive Technologies
- Data Wrangling with R
- Digital Analytics
Experience / Qualifications
I teach Farsi at six different levels. For each level, I use chapters from a combined textbook and workbook to teach students writing, speaking, and listening skills. Although the textbook already includes a wide variety of exercises, I supplement these exercises myself based on the students' needs. My lessons are naturally interactive, and I always begin by explaining a new grammar point, after which students work with me (private lessons) or in a small group (group lessons). I always assign students homework, which they can use to submit their assignments and receive (written) feedback.

My teaching style is characterized by the patience I display in my explanations, both at the beginning of lessons and when something becomes unclear during exercises. My students also appreciate my patience.
Age
Children (7-12 years old)
Teenagers (13-17 years old)
Adults (18-64 years old)
Seniors (65+ years old)
Student level
Beginner
Intermediate
Advanced
Duration
60 minutes
90 minutes
120 minutes
The class is taught in
Dutch
English
Persian
Reviews
Availability of a typical week
(GMT -04:00)
New York
at teacher icon
At teacher's location and via webcam
Mon
Tue
Wed
Thu
Fri
Sat
Sun
00-04
04-08
08-12
12-16
16-20
20-24
My teaching method depends on what kind of pictures you would like to take. For example, if you want to learn nature or street photography, we can meet in the forest or in the city. If you want to learn how to get the best out of your (new) camera, I can also teach you the basics of photography, such as framing, white balance, etc.
Read more
I teach Farsi on 6 different levels. For each level, I use chapters from a combined text and workbook to teach students writing, speaking and listening skills. Despite the fact that the book already covers a large variety of exercises, I supplement these exercises myself based on the needs of the students. My lessons are of course interactive, where I always start by explaining a new grammar part, after which students work with me (private lesson) or in a small group (group lessons). I always give students homework, where they can use the opportunity to send in the assignments and receive (written) feedback.

My teaching style is characterized by the patience that I show when explaining, both at the beginning of the lessons, as well as when something becomes less clear during the exercises. My patience is also experienced as very pleasant by my students.
Read more
Show more
arrow icon
Similar classes
arrow icon previousarrow icon next
verified badge
When I was a young child, I believed I was not a mathematical person.

It wasn't until I met an amazing teacher at age 15 that I discovered my mathematical genius and my life was changed forever.

I'm eternally grateful to that teacher.

My teacher knew that self-image and self-belief is the key to unlocking your child's mathematical abilities.

Everyone is good at maths, but we all have different styles of thinking.

Bad teachers teach every child the same way.

My job is to find your child's style of mathematics and allow him to discover that for himself.

When he discovers that, he will begin to enjoy the beauty and power of mathematics...and then you will see as the grades begin to soar.

👉Click the blue "Contact Oliver" button above and let's discuss how we can unlock your child's mathematical talents! 😊
verified badge
I gave more than 300h of programming, computer science, medical physics and image processing course at postgraduate level.
From my professional experience as researcher and software engineer, I aim at giving you tools to become quickly autonomous for your own projects.

I am a computer vision and AI researcher in Amsterdam who can help you with different aspects of programming and mathematics, image processing, artificial intelligence, scientific computing, etc.
I have experience in teaching at university from bachelor to master's.
Don't hesitate to contact me for any specific request, I will always consider the best way to work together.


Speaks English, French and some Dutch.
verified badge
Python is a high level programming language. It's object oriented approach help programmers to write simple and logical codes. Due to its easy syntax, it is actually easier as compared to other programming languages.
Having years of experience in coding language, I know how and where to start and move the topics at a good pace. I'll be starting with you from scratch and help you to build your concepts and master over the language.

I am providing you a brief summary of our course which we generally follow but that doesn't mean that I am bound to just this much content. In case you have any doubt for any other specific topic related to the subject, you could always come up to me or you need any help in your assignments or projects, you are always welcome.

Here is a brief overview of the topics we'll be covering :

1: Introduction To Python
• Installation and Working with Python
• Understanding Python variables
• Python basic Operators
• Understanding python blocks
2: Python Data Types
• Declaring and using Numeric data types: int, float, complex
• Using string data type and string operations
• Defining list and list slicing
• Use of Tuple data type
3: Python Program Flow Control
• Conditional blocks using if, else and elif
• Simple for loops in python
• For loop using ranges, string, list and dictionaries
• Use of while loops in python
• Loop manipulation using pass, continue, break and else
• Programming using Python conditional and loops block
4: Python Functions, Modules And Packages
• Organizing python codes using functions
• Organizing python projects into modules
• Importing own module as well as external modules
• Understanding Packages
• Powerful Lamda function in python
• Programming using functions, modules and external packages
5: Python String, List And Dictionary Manipulations
• Building blocks of python programs
• Understanding string in build methods
• List manipulation using in build methods
• Dictionary manipulation
• Programming using string, list and dictionary in build functions
6: Python File Operation
• Reading config files in python
• Writing log files in python
• Understanding read functions, read(), readline() and readlines()
• Understanding write functions, write() and writelines()
• Manipulating file pointer using seek
• Programming using file operations
7: Python Object Oriented Programming – Oops
• Concept of class, object and instances
• Constructor, class attributes and destructors
• Real time use of class in live projects
• Inheritance , overlapping and overloading operators
• Adding and retrieving dynamic attributes of classes
• Programming using Oops support
8: Python Regular Expression
• Powerful pattern matching and searching
• Power of pattern searching using regex in python
• Real time parsing of networking or system data using regex
• Password, email, url validation using regular expression
• Pattern finding programs using regular expression
9: Python Exception Handling
• Avoiding code break using exception handling
• Safe guarding file operation using exception handling
• Handling and helping developer with error code
• Programming using Exception handling
10: Python Database Interaction
• SQL Database connection using python
• Creating and searching tables
• Reading and storing config information on database
• Programming using database connections
11: Python Multithreading
• Understanding threads
• Forking threads
• Synchronizing the threads
• Programming using multithreading
12: Contacting User Through Emails Using Python
• Installing smtp python module
• Sending email
• Reading from file and sending emails to all users addressing them
directly for marketing
13: Python CGI Introduction
• Writing python program for CGI applications
• Creating menus and accessing files
• Server client program

In case you have any query, please feel free to contact me.
Give yourself a chance for a better future.
All the best
verified badge
Python is a Programming Language widely used with huge capabilities on building projects of many different kinds but the most important advantage is that it is easy to learn and it can be a good start for someone to embrace Computer Science and improve their logical thinking.
verified badge
During my studies in Econometrics at the University of Amsterdam (graduated in 2015, MSc.) and in addition to my job as a consultant, I have always taught mathematics and statistics to secondary school students and university students (HBO and WO) with great pleasure. Since 2022 I work parttime as a math teacher and educational advisor in the Emma Children's Hospital in Amsterdam and besides I teach private students.

Lessons can be taught in English or Dutch and face-to-face or online, depending on the location.

Location face-to-face classes: Citizen M Amsterdam, at your home or in the public library.

It is possible to arrange group lessons (max 3 students).
verified badge
- I provide guidance/supervision in the use of mathematical/statistical methods such as estimation, regression, testing, statistical analysis, etc. in research projects across fields such as machine learning, psychology, sociology, economics, finance, and risk management. I also assist in presenting/interpreting the results in a scientifically compliant manner.

- Additionally, I offer assistance in implementing computer code relevant to the aforementioned research projects.

This class is well-suited for MSc students who are working on their theses, as well as practitioners engaged in various research studies.
verified badge
Are you ready to create interactive, visually appealing websites that stand out in today’s competitive market? In this course, you’ll master the essential front-end development skills:

✅ HTML, CSS, and JavaScript – Build responsive and modern web pages
✅ React & Vue.js – Learn cutting-edge frameworks for dynamic UIs
✅ Real-World Projects – Work on hands-on projects to strengthen your skills
✅ Problem-Solving & Creativity – Develop intuitive, user-friendly interfaces

🔹 Who is this course for?

- Beginners who want to break into web development
- Developers struggling with front-end concepts
- Anyone looking to level up their skills and build real projects

🚀 Stuck on a project? Want to learn high-income tech skills?
This course will help you gain confidence, land opportunities, and grow in the tech industry.

📩 Contact me for more details and start your front-end journey today!
verified badge
I am an Economics graduate with the strong background in Econometrics, Statistics, and Data Analytics. Moreover, I have worked for Unilever (Fortune 200 company) as a Data Analyst, where I have applied my Econometrics, Statistics, Economics and Data Analytics knowledge using tools such as: Python (Pandas, Numpy), MS Excel, MS PowerPoint, MS PowerBI and SQL.

Due to my educational background I possess high level knowledge of:

-Linear, Multiple and Logistic regression and time series analysis.
-Give interpretations and predictions of regression analysis.
-Descriptive statistics (Mean, Median Mode, Skewness, Kurtosis, etc.)
-Inferential statistics
-Chi-Square Tests, Confidence Interval
-Monte Carlo simulation
-Anova Analysis
-Hypothesis Testing (T -tests, Z test, F-tests),
-Correlation Analysis and interpretation.
-Non-Parametric Tests (Kruskal-Wallis, Wilcoxon Signed Rank Tests, etc.)

Tools: MS Excel, MS PowerPoint, MS PowerBI, Python (Pandas, Numpy, Matplotlib, Spark), STATA, eViews, SQL
verified badge
I believe that anyone can learn to program. And with an average rating of 8.5 for my exam training at, among others, lyceo, I have experienced a lot of others doing the same.

Because of the programming minor that I did in addition to my Master's degree in Mathematics, I have seen where the friction is with many students and that often helped them on their way. I can do that because I taught myself to program next to my study Do you need help with a programming assignment, or are you not very good at the theory on your own? Then we start by looking at what you do know or understand, and where things are still unclear. Based on your understanding, we devise a plan of action for your assignment together.

We usually only have an hour together and that flies by. That is why I offer for the entire week (7 days) after our tutoring to help you online, via WhatsApp or Messages (iOS)

See you soon!
verified badge
My name is Christelle, I recently graduated from a research masters in Genetics and Psychology and I am now working as a PhD student in the genetics of Obsessive Compulsive Disorder.

I completed both my Bachelor in Psychology, and Master’s at the Vrije Universiteit Amsterdam. I have experience with teaching statistics / methodology courses to Psychology and Political Science students.

I can offer help in statistics, methodology, biological psychology, and statistical programming in R.

Other tasks I can offer my help for: feedback on written assignments, help in designing scientific figures or presentations.
verified badge
Mathematics is the best way to enhance your intellect but also work on your intuition and your ability to see patterns.

Good day, my name is Alex, I have been teaching math for over 10 years to hundreds of students. I will teach all grades from elementary school all the way to high school and IB/GCSE etc.

My philosophy revolves around these three values:
-Encouragement
-Inspiration
-Discipline

I specialize into teaching mathematics and programming, but in some occasions I teach physics too.
Feel free to contact me.
verified badge
If you have trouble with business statistics or statistics, I can help you! First, we determine together what we can best focus on and how we shape the guidance

I give tips on what information is most important, how to best prepare for an exam, and how to best read exam questions. This method proves to be very effective!

I have been tutoring for over five years; both young students and adults who are following a master's program. I understand that everyone learns in a different way and I adapt my guidance to that. I am also well informed about the changing curriculum and exam requirements and the changing assessment methods. In online guidance I use apps to ensure the quality of the lessons.

I obtained my Master's degree in Finance & Investments at Erasmus University and I am happy to share my enthusiasm and knowledge of subjects such as statistics, economics, business economics, finance and accounting with everyone I supervise!
verified badge
Hey! I'm a university student in Amsterdam and I give tutoring in Math, Statistics, Calculus, Operations Research, and even a bit of Programming. I’ve taken both IB and EHL-level Math, so I can help high school students too — not just uni-level stuff! Whether you're struggling with formulas, confused by probability, or just need someone to explain things in a simpler way, I’ve got you. My style is relaxed but focused, we’ll go at your pace, with examples that actually make sense.
verified badge
I recently finished two masters in clinical and work/organisational psychology. I can tutor students in psychology/sociology/anthropology courses. I know most people struggle with statistics. I can increase your grade with 2-3 classes. If you also need help with a thesis, I can either help write it or supervise your journey.
verified badge
🐍 Python Programming – Learn by Doing
Course Overview
This class is designed for anyone who wants to learn Python from scratch or strengthen their coding skills. Whether you’re a complete beginner or looking to apply Python in data analysis, automation, or web development, this course will guide you step by step with practical examples and projects.

What You’ll Learn
✅ Python basics: variables, data types, operators, and control flow

✅ Functions and modules: writing reusable, clean code

✅ Working with files and data (CSV, JSON, text)

✅ Object-Oriented Programming (OOP) concepts

✅ Libraries for real-world tasks (e.g., pandas, matplotlib)

✅ Problem-solving strategies and debugging techniques

Teaching Style
Hands-on learning: You’ll write code in every session.

Project-driven: Build mini-projects like calculators, data visualizations, or simple web apps.

Adaptable pace: Lessons tailored to your level and goals (academic, professional, or hobby).

Who Is It For?
Students preparing for exams or computer science courses

Professionals wanting to automate tasks or analyze data

Curious learners who want to start coding as a hobby

Practical Details
📍 Online or in-person (depending on your location)

⏱ Flexible scheduling to fit your availability

🧑‍🏫 Personalized guidance with clear explanations and exercises
message icon
Contact Mehdi Zamani
repeat students icon
1st lesson is backed
by our
Good-fit Instructor Guarantee
Similar classes
arrow icon previousarrow icon next
verified badge
When I was a young child, I believed I was not a mathematical person.

It wasn't until I met an amazing teacher at age 15 that I discovered my mathematical genius and my life was changed forever.

I'm eternally grateful to that teacher.

My teacher knew that self-image and self-belief is the key to unlocking your child's mathematical abilities.

Everyone is good at maths, but we all have different styles of thinking.

Bad teachers teach every child the same way.

My job is to find your child's style of mathematics and allow him to discover that for himself.

When he discovers that, he will begin to enjoy the beauty and power of mathematics...and then you will see as the grades begin to soar.

👉Click the blue "Contact Oliver" button above and let's discuss how we can unlock your child's mathematical talents! 😊
verified badge
I gave more than 300h of programming, computer science, medical physics and image processing course at postgraduate level.
From my professional experience as researcher and software engineer, I aim at giving you tools to become quickly autonomous for your own projects.

I am a computer vision and AI researcher in Amsterdam who can help you with different aspects of programming and mathematics, image processing, artificial intelligence, scientific computing, etc.
I have experience in teaching at university from bachelor to master's.
Don't hesitate to contact me for any specific request, I will always consider the best way to work together.


Speaks English, French and some Dutch.
verified badge
Python is a high level programming language. It's object oriented approach help programmers to write simple and logical codes. Due to its easy syntax, it is actually easier as compared to other programming languages.
Having years of experience in coding language, I know how and where to start and move the topics at a good pace. I'll be starting with you from scratch and help you to build your concepts and master over the language.

I am providing you a brief summary of our course which we generally follow but that doesn't mean that I am bound to just this much content. In case you have any doubt for any other specific topic related to the subject, you could always come up to me or you need any help in your assignments or projects, you are always welcome.

Here is a brief overview of the topics we'll be covering :

1: Introduction To Python
• Installation and Working with Python
• Understanding Python variables
• Python basic Operators
• Understanding python blocks
2: Python Data Types
• Declaring and using Numeric data types: int, float, complex
• Using string data type and string operations
• Defining list and list slicing
• Use of Tuple data type
3: Python Program Flow Control
• Conditional blocks using if, else and elif
• Simple for loops in python
• For loop using ranges, string, list and dictionaries
• Use of while loops in python
• Loop manipulation using pass, continue, break and else
• Programming using Python conditional and loops block
4: Python Functions, Modules And Packages
• Organizing python codes using functions
• Organizing python projects into modules
• Importing own module as well as external modules
• Understanding Packages
• Powerful Lamda function in python
• Programming using functions, modules and external packages
5: Python String, List And Dictionary Manipulations
• Building blocks of python programs
• Understanding string in build methods
• List manipulation using in build methods
• Dictionary manipulation
• Programming using string, list and dictionary in build functions
6: Python File Operation
• Reading config files in python
• Writing log files in python
• Understanding read functions, read(), readline() and readlines()
• Understanding write functions, write() and writelines()
• Manipulating file pointer using seek
• Programming using file operations
7: Python Object Oriented Programming – Oops
• Concept of class, object and instances
• Constructor, class attributes and destructors
• Real time use of class in live projects
• Inheritance , overlapping and overloading operators
• Adding and retrieving dynamic attributes of classes
• Programming using Oops support
8: Python Regular Expression
• Powerful pattern matching and searching
• Power of pattern searching using regex in python
• Real time parsing of networking or system data using regex
• Password, email, url validation using regular expression
• Pattern finding programs using regular expression
9: Python Exception Handling
• Avoiding code break using exception handling
• Safe guarding file operation using exception handling
• Handling and helping developer with error code
• Programming using Exception handling
10: Python Database Interaction
• SQL Database connection using python
• Creating and searching tables
• Reading and storing config information on database
• Programming using database connections
11: Python Multithreading
• Understanding threads
• Forking threads
• Synchronizing the threads
• Programming using multithreading
12: Contacting User Through Emails Using Python
• Installing smtp python module
• Sending email
• Reading from file and sending emails to all users addressing them
directly for marketing
13: Python CGI Introduction
• Writing python program for CGI applications
• Creating menus and accessing files
• Server client program

In case you have any query, please feel free to contact me.
Give yourself a chance for a better future.
All the best
verified badge
Python is a Programming Language widely used with huge capabilities on building projects of many different kinds but the most important advantage is that it is easy to learn and it can be a good start for someone to embrace Computer Science and improve their logical thinking.
verified badge
During my studies in Econometrics at the University of Amsterdam (graduated in 2015, MSc.) and in addition to my job as a consultant, I have always taught mathematics and statistics to secondary school students and university students (HBO and WO) with great pleasure. Since 2022 I work parttime as a math teacher and educational advisor in the Emma Children's Hospital in Amsterdam and besides I teach private students.

Lessons can be taught in English or Dutch and face-to-face or online, depending on the location.

Location face-to-face classes: Citizen M Amsterdam, at your home or in the public library.

It is possible to arrange group lessons (max 3 students).
verified badge
- I provide guidance/supervision in the use of mathematical/statistical methods such as estimation, regression, testing, statistical analysis, etc. in research projects across fields such as machine learning, psychology, sociology, economics, finance, and risk management. I also assist in presenting/interpreting the results in a scientifically compliant manner.

- Additionally, I offer assistance in implementing computer code relevant to the aforementioned research projects.

This class is well-suited for MSc students who are working on their theses, as well as practitioners engaged in various research studies.
verified badge
Are you ready to create interactive, visually appealing websites that stand out in today’s competitive market? In this course, you’ll master the essential front-end development skills:

✅ HTML, CSS, and JavaScript – Build responsive and modern web pages
✅ React & Vue.js – Learn cutting-edge frameworks for dynamic UIs
✅ Real-World Projects – Work on hands-on projects to strengthen your skills
✅ Problem-Solving & Creativity – Develop intuitive, user-friendly interfaces

🔹 Who is this course for?

- Beginners who want to break into web development
- Developers struggling with front-end concepts
- Anyone looking to level up their skills and build real projects

🚀 Stuck on a project? Want to learn high-income tech skills?
This course will help you gain confidence, land opportunities, and grow in the tech industry.

📩 Contact me for more details and start your front-end journey today!
verified badge
I am an Economics graduate with the strong background in Econometrics, Statistics, and Data Analytics. Moreover, I have worked for Unilever (Fortune 200 company) as a Data Analyst, where I have applied my Econometrics, Statistics, Economics and Data Analytics knowledge using tools such as: Python (Pandas, Numpy), MS Excel, MS PowerPoint, MS PowerBI and SQL.

Due to my educational background I possess high level knowledge of:

-Linear, Multiple and Logistic regression and time series analysis.
-Give interpretations and predictions of regression analysis.
-Descriptive statistics (Mean, Median Mode, Skewness, Kurtosis, etc.)
-Inferential statistics
-Chi-Square Tests, Confidence Interval
-Monte Carlo simulation
-Anova Analysis
-Hypothesis Testing (T -tests, Z test, F-tests),
-Correlation Analysis and interpretation.
-Non-Parametric Tests (Kruskal-Wallis, Wilcoxon Signed Rank Tests, etc.)

Tools: MS Excel, MS PowerPoint, MS PowerBI, Python (Pandas, Numpy, Matplotlib, Spark), STATA, eViews, SQL
verified badge
I believe that anyone can learn to program. And with an average rating of 8.5 for my exam training at, among others, lyceo, I have experienced a lot of others doing the same.

Because of the programming minor that I did in addition to my Master's degree in Mathematics, I have seen where the friction is with many students and that often helped them on their way. I can do that because I taught myself to program next to my study Do you need help with a programming assignment, or are you not very good at the theory on your own? Then we start by looking at what you do know or understand, and where things are still unclear. Based on your understanding, we devise a plan of action for your assignment together.

We usually only have an hour together and that flies by. That is why I offer for the entire week (7 days) after our tutoring to help you online, via WhatsApp or Messages (iOS)

See you soon!
verified badge
My name is Christelle, I recently graduated from a research masters in Genetics and Psychology and I am now working as a PhD student in the genetics of Obsessive Compulsive Disorder.

I completed both my Bachelor in Psychology, and Master’s at the Vrije Universiteit Amsterdam. I have experience with teaching statistics / methodology courses to Psychology and Political Science students.

I can offer help in statistics, methodology, biological psychology, and statistical programming in R.

Other tasks I can offer my help for: feedback on written assignments, help in designing scientific figures or presentations.
verified badge
Mathematics is the best way to enhance your intellect but also work on your intuition and your ability to see patterns.

Good day, my name is Alex, I have been teaching math for over 10 years to hundreds of students. I will teach all grades from elementary school all the way to high school and IB/GCSE etc.

My philosophy revolves around these three values:
-Encouragement
-Inspiration
-Discipline

I specialize into teaching mathematics and programming, but in some occasions I teach physics too.
Feel free to contact me.
verified badge
If you have trouble with business statistics or statistics, I can help you! First, we determine together what we can best focus on and how we shape the guidance

I give tips on what information is most important, how to best prepare for an exam, and how to best read exam questions. This method proves to be very effective!

I have been tutoring for over five years; both young students and adults who are following a master's program. I understand that everyone learns in a different way and I adapt my guidance to that. I am also well informed about the changing curriculum and exam requirements and the changing assessment methods. In online guidance I use apps to ensure the quality of the lessons.

I obtained my Master's degree in Finance & Investments at Erasmus University and I am happy to share my enthusiasm and knowledge of subjects such as statistics, economics, business economics, finance and accounting with everyone I supervise!
verified badge
Hey! I'm a university student in Amsterdam and I give tutoring in Math, Statistics, Calculus, Operations Research, and even a bit of Programming. I’ve taken both IB and EHL-level Math, so I can help high school students too — not just uni-level stuff! Whether you're struggling with formulas, confused by probability, or just need someone to explain things in a simpler way, I’ve got you. My style is relaxed but focused, we’ll go at your pace, with examples that actually make sense.
verified badge
I recently finished two masters in clinical and work/organisational psychology. I can tutor students in psychology/sociology/anthropology courses. I know most people struggle with statistics. I can increase your grade with 2-3 classes. If you also need help with a thesis, I can either help write it or supervise your journey.
verified badge
🐍 Python Programming – Learn by Doing
Course Overview
This class is designed for anyone who wants to learn Python from scratch or strengthen their coding skills. Whether you’re a complete beginner or looking to apply Python in data analysis, automation, or web development, this course will guide you step by step with practical examples and projects.

What You’ll Learn
✅ Python basics: variables, data types, operators, and control flow

✅ Functions and modules: writing reusable, clean code

✅ Working with files and data (CSV, JSON, text)

✅ Object-Oriented Programming (OOP) concepts

✅ Libraries for real-world tasks (e.g., pandas, matplotlib)

✅ Problem-solving strategies and debugging techniques

Teaching Style
Hands-on learning: You’ll write code in every session.

Project-driven: Build mini-projects like calculators, data visualizations, or simple web apps.

Adaptable pace: Lessons tailored to your level and goals (academic, professional, or hobby).

Who Is It For?
Students preparing for exams or computer science courses

Professionals wanting to automate tasks or analyze data

Curious learners who want to start coding as a hobby

Practical Details
📍 Online or in-person (depending on your location)

⏱ Flexible scheduling to fit your availability

🧑‍🏫 Personalized guidance with clear explanations and exercises
Good-fit Instructor Guarantee
favorite button
message icon
Contact Mehdi Zamani