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 March 2023
Instructor since March 2023
Linux, Bash , Python Programming Beginner Class : 101
course price icon
From 11.69 £ /h
arrow icon
Python is a popular programming language known for its simplicity and ease of use. This beginner course is designed to provide a solid foundation in Python programming for those who are new to programming or have some programming experience but are new to Python.
The course is series of lectures that cover a wide range of topics, including Python syntax, data types, loops, functions, modules, and object-oriented programming. You'll start by learning the basics of Python syntax, including how to write basic programs, work with variables, and control flow. You'll then move on to more advanced topics like functions and modules, which are key building blocks in any Python program.
One of the key features of Python is its extensive library of modules and packages. You'll also learn how to work with files, handle exceptions, and debug your code.
Another important aspect of programming is understanding how to work with data. This course covers several data types in Python, including strings, lists, dictionaries, and sets. You'll learn how to manipulate these data types using built-in functions and operators, and you'll also learn how to create your own functions to manipulate data.
By the end of the course, you'll have a good understanding of how to use Python to create basic programs and applications, and you'll be well on your way to becoming a proficient Python programmer.
Location
location type icon
Online from India
About Me
I am experienced professional in the IT industry, close to two decades now. I have worked on the Network Automation, Telecom and Embedded System domains.
As an experienced coder and programmer with a passion for education, I have taught colleagues and students on the latest technology in the programming and automation areas.
My expertise in various programming languages, such as Python, Bash , Linux coupled with my ability to simplify complex concepts, I can teach you how to program and automate things which can make your work and life better.
In addition, I have several years of teaching experience in different formats, including online courses, boot camps, and workshops. I have developed a unique teaching approach that focuses on hands-on, project-based learning to ensure that students not only understand the theory but also know how to apply it in practical scenarios.
My teaching style is tailored to individual student needs and learning styles, and I believe in creating an inclusive and supportive learning environment that encourages creativity, innovation, and critical thinking.
Finally, I am committed to staying up-to-date with the latest trends and technologies in the programming industry, which ensures that my teaching is always relevant and engaging. I am eager to bring my expertise, passion, and teaching skills to your institution and help your students become proficient coders and programmers.
Education
I have a Bachelors in Electronics and Communication Engineering. I have done Embedded system course and Networking with Linux Course.
I have completed AWS cloud practioneer course.
Experience / Qualifications
I have 20 years of experience in the industry and have spent majority time on Network and Telecom industry. I can teach topics related to networking , python , automation , Network Analysis , wireshark , AWS , Scratch and Raspberry Pi topics
Age
Children (7-12 years old)
Teenagers (13-17 years old)
Adults (18-64 years old)
Seniors (65+ years old)
Student level
Beginner
Duration
60 minutes
The class is taught in
English
Tamil
Kannada
Telugu
Reviews
Availability of a typical week
(GMT -04:00)
New York
at teacher icon
Online via webcam
Mon
Tue
Wed
Thu
Fri
Sat
Sun
00-04
04-08
08-12
12-16
16-20
20-24
In a Wireshark class, students will learn the fundamentals of using Wireshark for packet analysis and network troubleshooting. The class typically covers the following topics:

1. Introduction to Packet Analysis:
- Understanding the importance of packet analysis in network troubleshooting and security.
- Overview of network protocols and their role in packet communication.

2. Wireshark Installation and Setup:
- Downloading and installing Wireshark on different operating systems.
- Granting necessary permissions for packet capture.

3. Capturing Packets:
- Selecting the appropriate network interface for capturing packets.
- Starting and stopping packet capture.
- Configuring capture options, such as promiscuous mode and packet filters.

4. Navigating the Wireshark Interface:
- Familiarizing with the main components of the Wireshark window.
- Understanding the packet list pane and its columns.
- Exploring the packet details pane and various protocol layers.

5. Filtering and Display Options:
- Using display filters to focus on specific packets of interest.
- Applying filters based on protocols, IP addresses, ports, and other packet attributes.
- Customizing column display and packet summary information.

6. Analyzing Packet Details:
- Understanding the structure of a packet, including Ethernet, IP, TCP/UDP, and application layers.
- Examining packet headers and payload.
- Interpreting key fields, flags, and protocol-specific information.

7. Following Streams and Conversations:
- Identifying and tracking network streams.
- Following TCP/UDP streams to analyze complete conversations.
- Extracting files and media from captured packets.


Throughout the class, students will gain hands-on experience by working with Wireshark in practical exercises and case studies. They will develop the skills necessary to efficiently capture, analyze, and interpret network packets using Wireshark, enabling them to troubleshoot network issues effectively and ensure network security.
Read more
Similar classes
arrow icon previousarrow icon next
verified badge
Python is one of the best, if not the best, language to start learning programming. It is also one of the most widely used languages today, especially in cutting-edge areas such as machine learning.

This popularity means that Python is constantly evolving. It offers a wide range of tools and libraries, which are free and very varied.

As an aeronautical engineer, I like to share my knowledge and derive satisfaction from it by teaching and motivating others.

I'm used to working with people of different ages. I believe in the importance of segmenting learning, visualizing progress, setting concrete goals and practicing regularly.

Beyond these general principles, there is no magic rule or method. Some approaches work with some students but not with others. Adaptation to individual needs is therefore the main objective of private lessons. So I will do my best to find what motivates and helps my student.
verified badge
With 7 years of experience as a developer in a Factory, I now develop Wordpress websites for large groups.

In the training program, you will learn to:

- Install, configure, and deploy WordPress sites
- Develop custom Wordpress themes and plugins
- Use powerful tools like ACF Pro, Gravity Forms, WPML, AIOS Security, WP rocket...
- Create custom post types and tailor-made taxonomies
- Develop pages using the right methods in HTML, CSS, Javascript & PHP
- Administer and manage a site database
- Contribute to the good natural referencing (SEO) of your site
- Use WP-Cli to speed up the maintenance of your sites
- Use Docker to containerize your local/prod projects and facilitate their management
- Administer your WP sites the right way
- And much more...

For any questions, you can contact me by PM.

See you soon,
Matthew
verified badge
This course is designed for beginners who want to get started with programming in Python, one of the most popular and accessible languages today. No previous experience is necessary. In one session, students will learn the basics of programming and will be able to create their first Python applications. With clear explanations, practical exercises, and real-world examples, this course is an ideal gateway to exploring computer science and coding.

Online Course: Introduction to Python - Programming Basics and Simple Applications

Duration :
- 60 minutes: intensive format to learn fundamental concepts.
- 90 minutes: In-depth format with more time for practical examples and interactive questions.
---

Educational objectives
At the end of the course, participants will be able to:
1. Understand the basics of programming, including the concepts of variables, data types, conditional structures, and loops.
2. Write and run simple Python scripts.
3. Manipulate inputs and outputs to interact with the user.
4. Solve practical problems with short, functional programs.

---

Course syllabus
1. Introduction (10-15 min)
- Presentation of Python: Why this language?
- Installation and configuration of a programming environment (IDLE, Visual Studio Code, or Jupyter Notebook).
- First program: *"Hello, World!"*.

2. Python Basics (20-30 min)
- Variables and data types (integers, strings, lists).
- Mathematical operations and data manipulation.
- Conditional structures (if/else) and loops (for/while).

3. Practical exercises (20-35 min)
- Write a program to calculate the sum of two numbers provided by the user.
- Create a simple application, like a currency converter or password generator.
- Bonus for 90 min format: Fixed a more complex issue involving lists or loops.

4. Q&A and conclusion (5-10 min)
- Summary of the concepts covered.
- Suggestions for resources to continue learning.
- Feedback on the course.

---

Teaching methodology
- Interactive and engaging: the course combines theoretical explanations with practical exercises.
- Personalized approach: Sessions are tailored to the needs of participants. Students are encouraged to ask questions at any time.
- Learning by doing: examples and exercises are designed to help you assimilate concepts quickly.

---

Target audience
This course is ideal for:
- Complete beginners in programming.
- Students or professionals wishing to acquire skills in Python for their personal or professional projects.
- Anyone curious to discover a powerful and versatile tool for solving problems.

---

Benefits of this online course
- Teaching by an experienced and passionate trainer.
- Interactive sessions adapted to your learning pace.
- Access to educational materials and exercises to continue practicing after the course.

Join us now to discover programming and its applications using Python!

---
verified badge
I created this course especially for students having difficulty progressing in their computer programming courses/projects. I support students of all university levels. My help covers many others:
- Analysis and planning of projects
- Technological choice in languages and tools/framework
- Algorithmic and programming support
- Assistance with debugging and code correction
- Data modeling (MCD/MLD diagram, UML diagrams)

Why choose my courses?
My method is different and more adapted than that of traditional teachers because it is:
* Personalized: Adapted to your level and your specific needs.
* Interactive: Promotes interaction and visualization of concepts.
* Practical: Oriented towards practice with concrete exercises and projects.
* Proven: I have already managed to help more than 200 students in the space of 2 years.
verified badge
Are you a university student, engineer, or professional who needs to actually use data — not just learn theory about it?
This course is built around real problems and real code. We skip the textbook formulas and go straight to applying statistics and data science the way professionals do: with Python (pandas, NumPy, scikit-learn, matplotlib) and R (RStudio).
What we cover, adapted to your level and goals:
- Descriptive and inferential statistics (the ones that actually matter)
- Data cleaning, exploration, and visualization
- Regression, classification, and intro to machine learning
- Time series and forecasting basics
- R for statistical analysis and academic research

Who this is for:
- University students in statistics, economics, engineering, or biology
- Professionals wanting to move into data analysis or data science
- Researchers who need to process and present data properly

I use Python and R professionally as a working engineer — everything I teach comes from real application, not just academic exercises.
verified badge
In this course, students will learn how to collect, analyze, and interpret data using modern statistical and computational techniques. You’ll work hands-on with industry-standard tools such as Python and SQL, and learn how to manage, manipulate, and explore large datasets with confidence.

You’ll develop practical skills in data cleaning, data visualization, and exploratory analysis, building a strong foundation for real-world problem-solving. As the course progresses, you’ll be introduced to powerful concepts in machine learning—learning how to build models, uncover patterns, and turn raw data into meaningful insights.

By the end, you’ll know how to use data to make informed, evidence-driven decisions—skills that are essential in today’s job market across business, tech, science, and beyond.

If you’re looking to break into data science, strengthen your analytics skills, or boost your career opportunities, this course will give you the knowledge and confidence to get there.

Book a session today and start your journey into the world of data.
verified badge
Master Python with Personalized Courses

Discover the art of programming with Python courses tailor-made to meet your specific needs. Whether you are a beginner, intermediate or professional, my lessons are suitable for all levels.

Why Choose My Courses?

Personalized Teaching Approach: Each course is tailored to your skill level and individual goals.

Practical Experience: Learn by doing with real-world projects that build your understanding and skills.

Ongoing Support: Get unlimited email support for any questions you have between sessions.

As a Python expert, I have a passion for teaching and sharing my knowledge. My goal is to guide you effectively in your learning journey.

Book Your First Lesson:

Start your journey to Python mastery now by booking your first lesson. Whether you aspire to enter the development field or hone your existing skills, these courses are designed for you.
verified badge
Discover programming lessons suitable for children! With a fun and educational approach, my lessons allow young minds to dive into the fascinating world of programming. Provide your children with an enriching learning opportunity in a fun and stimulating environment.
verified badge
💻 Computer skills: an essential 21st-century skill

Today, mastering computer skills is no longer a luxury, it is a necessity.
Not having the basics can quickly become a hindrance to school, academics or career.

👉 Contact me now to:

• acquire a solid foundation in computer science
• deepen the fundamentals of programming (for advanced levels)
• Strengthen your skills in a clear, structured and sustainable way

📘 Mathematics – Secondary Level
Are you experiencing difficulties? I will guide you step by step to raise your level, understand and progress methodically.

📍 Lessons at home or remotely (video conference)
🎯 Objective: to understand, reason, and succeed
📞 Available for customized support.
verified badge
Code Your Ideas Into Reality 💻🚀
Want to build your own website or start a tech career? This class is perfect for absolute beginners who want to learn Python and use it to build real, working web apps with Django. You'll go from writing your first line of code to deploying complete projects - step by step, clearly explained, and handsOn.

✨ No experience needed.
🧠 Learn by doing - real apps, real logic.
🌍 Build skills for school, work, or freelance life.

Let’s turn your curiosity into code. First session gets you started!
verified badge
Do you want to create your own website, understand how the code works, or master WordPress to become self-sufficient? I offer personalized online courses to help you learn step by step, with clarity and pedagogy.

👩‍🏫 What I propose:

* Introduction and improvement in HTML & CSS
* Using the Terminal (basic commands, Git, working environment)
* Creation of sites with WordPress (installation, themes, extensions, pages, basic SEO)
* Support for your personal or professional projects
* Advice on best practices and organization of your code

🎯 For whom?

* Complete beginners
* Freelancers, coaches, content creators
* Students or people in digital retraining
* Anyone curious to learn how to create a website

💡 Method: Interactive video lessons (Zoom/Meet), screen sharing, practical exercises, and flashcards. You progress at your own pace, with real support and simple explanations.

⏰ Flexible hours – 1 hour, 1.5 hour or 2 hour sessions
💶 Available packages
🌍 100% Online Courses – Wherever You Are!



See you soon.
Sandrine.
verified badge
This course is designed to introduce students aged 7 to 16 to the world of programming through two of the most widely used and industry-relevant languages: C++ and Python.

The class provides a structured, age-appropriate pathway into programming, whether the student is a complete beginner or already exploring coding through platforms like Scratch or Code.org. Emphasis is placed on understanding logic, building problem-solving skills, and writing real code in a supportive, project-based environment.

Taught by an engineering student with hands-on experience in both C++ and Python, this course empowers students to explore the power of code and build a strong foundation in computational thinking — essential for future studies in engineering, robotics, AI, or game development.
verified badge
Python for Beginners – Personal and Practical Online Lessons
Want to learn Python in a clear and structured way?
I offer online lessons tailored to your level, pace, and learning goals.
Whether you're an absolute beginner or already have some basic knowledge, we'll work step by step to build a strong programming foundation.
What will we cover?
Depending on your starting level, we can work on:
• Variables and data types
• Input and output
• If/else structures
• For and while loops
• Working with 1D and 2D lists
• Writing and using functions
• Working with files
• Basic error handling
• Programmatic thinking and problem solving
The content of the lessons is tailored to your goals, for example, for school, self-study, or exam preparation.
Lesson Structure
Each lesson consists of a combination of:
• Code analysis of sample programs
• Theory with concrete code examples
• Explanation of the underlying logic
• Exercises for independent practice
The goal is not just to learn what to type, but to understand why the code works and how to arrive at a solution yourself.
Who is this suitable for?
• Absolute beginners
• Students taking Python at school
• People who want to start programming
• Anyone looking for structured guidance
What can you expect?
• Personal guidance
• Explanation at your own pace
• Practical assignments
• Focus on understanding instead of speed
Not a fixed, standard course, but targeted guidance tailored to your learning process.
verified badge
This advanced course builds on programming fundamentals using Python (programming language) and is designed for students who want to deepen their programming knowledge.

The course continues from functions and introduces advanced programming concepts including object-oriented programming principles such as polymorphism, inheritance, abstraction, and encapsulation.

Students will also learn data handling techniques, working with Python libraries, and developing structured programs using complex loops and data collections.

The course covers practical implementation of nested loops, nested lists, tuples, and dictionaries, as well as an introduction to data structures and algorithmic thinking.

Additional topics include graphical user interface development using libraries such as Tkinter, along with introductory concepts in data science and machine learning using Python.

Teaching combines theoretical explanation with real coding exercises to help students develop strong practical programming skills.

• Review of programming fundamentals and functions
• Object-Oriented Programming (OOP) concepts
• Polymorphism, inheritance, abstraction, and encapsulation
• Data structures basics
• Nested loops and complex data handling
• Lists, tuples, and dictionaries
• Introduction to algorithms
• Working with Python libraries
• GUI development using Tkinter
• Introduction to data science and machine learning concepts
verified badge
This engaging coding course introduces children to the world of programming through block coding, CoffeeScript, and Python. Young learners begin with visual blocks to grasp core logic, then progress to writing real code as their confidence grows. Through hands‐on projects, they develop problem‐solving skills, creativity, and computational thinking. By exploring multiple languages, children build a strong foundation that prepares them for advanced digital learning. The course nurtures resilience, teamwork, and curiosity—key skills that benefit them far beyond the classroom.
message icon
Contact Sivasubramania...
repeat students icon
1st lesson is backed
by our
Good-fit Instructor Guarantee
Similar classes
arrow icon previousarrow icon next
verified badge
Python is one of the best, if not the best, language to start learning programming. It is also one of the most widely used languages today, especially in cutting-edge areas such as machine learning.

This popularity means that Python is constantly evolving. It offers a wide range of tools and libraries, which are free and very varied.

As an aeronautical engineer, I like to share my knowledge and derive satisfaction from it by teaching and motivating others.

I'm used to working with people of different ages. I believe in the importance of segmenting learning, visualizing progress, setting concrete goals and practicing regularly.

Beyond these general principles, there is no magic rule or method. Some approaches work with some students but not with others. Adaptation to individual needs is therefore the main objective of private lessons. So I will do my best to find what motivates and helps my student.
verified badge
With 7 years of experience as a developer in a Factory, I now develop Wordpress websites for large groups.

In the training program, you will learn to:

- Install, configure, and deploy WordPress sites
- Develop custom Wordpress themes and plugins
- Use powerful tools like ACF Pro, Gravity Forms, WPML, AIOS Security, WP rocket...
- Create custom post types and tailor-made taxonomies
- Develop pages using the right methods in HTML, CSS, Javascript & PHP
- Administer and manage a site database
- Contribute to the good natural referencing (SEO) of your site
- Use WP-Cli to speed up the maintenance of your sites
- Use Docker to containerize your local/prod projects and facilitate their management
- Administer your WP sites the right way
- And much more...

For any questions, you can contact me by PM.

See you soon,
Matthew
verified badge
This course is designed for beginners who want to get started with programming in Python, one of the most popular and accessible languages today. No previous experience is necessary. In one session, students will learn the basics of programming and will be able to create their first Python applications. With clear explanations, practical exercises, and real-world examples, this course is an ideal gateway to exploring computer science and coding.

Online Course: Introduction to Python - Programming Basics and Simple Applications

Duration :
- 60 minutes: intensive format to learn fundamental concepts.
- 90 minutes: In-depth format with more time for practical examples and interactive questions.
---

Educational objectives
At the end of the course, participants will be able to:
1. Understand the basics of programming, including the concepts of variables, data types, conditional structures, and loops.
2. Write and run simple Python scripts.
3. Manipulate inputs and outputs to interact with the user.
4. Solve practical problems with short, functional programs.

---

Course syllabus
1. Introduction (10-15 min)
- Presentation of Python: Why this language?
- Installation and configuration of a programming environment (IDLE, Visual Studio Code, or Jupyter Notebook).
- First program: *"Hello, World!"*.

2. Python Basics (20-30 min)
- Variables and data types (integers, strings, lists).
- Mathematical operations and data manipulation.
- Conditional structures (if/else) and loops (for/while).

3. Practical exercises (20-35 min)
- Write a program to calculate the sum of two numbers provided by the user.
- Create a simple application, like a currency converter or password generator.
- Bonus for 90 min format: Fixed a more complex issue involving lists or loops.

4. Q&A and conclusion (5-10 min)
- Summary of the concepts covered.
- Suggestions for resources to continue learning.
- Feedback on the course.

---

Teaching methodology
- Interactive and engaging: the course combines theoretical explanations with practical exercises.
- Personalized approach: Sessions are tailored to the needs of participants. Students are encouraged to ask questions at any time.
- Learning by doing: examples and exercises are designed to help you assimilate concepts quickly.

---

Target audience
This course is ideal for:
- Complete beginners in programming.
- Students or professionals wishing to acquire skills in Python for their personal or professional projects.
- Anyone curious to discover a powerful and versatile tool for solving problems.

---

Benefits of this online course
- Teaching by an experienced and passionate trainer.
- Interactive sessions adapted to your learning pace.
- Access to educational materials and exercises to continue practicing after the course.

Join us now to discover programming and its applications using Python!

---
verified badge
I created this course especially for students having difficulty progressing in their computer programming courses/projects. I support students of all university levels. My help covers many others:
- Analysis and planning of projects
- Technological choice in languages and tools/framework
- Algorithmic and programming support
- Assistance with debugging and code correction
- Data modeling (MCD/MLD diagram, UML diagrams)

Why choose my courses?
My method is different and more adapted than that of traditional teachers because it is:
* Personalized: Adapted to your level and your specific needs.
* Interactive: Promotes interaction and visualization of concepts.
* Practical: Oriented towards practice with concrete exercises and projects.
* Proven: I have already managed to help more than 200 students in the space of 2 years.
verified badge
Are you a university student, engineer, or professional who needs to actually use data — not just learn theory about it?
This course is built around real problems and real code. We skip the textbook formulas and go straight to applying statistics and data science the way professionals do: with Python (pandas, NumPy, scikit-learn, matplotlib) and R (RStudio).
What we cover, adapted to your level and goals:
- Descriptive and inferential statistics (the ones that actually matter)
- Data cleaning, exploration, and visualization
- Regression, classification, and intro to machine learning
- Time series and forecasting basics
- R for statistical analysis and academic research

Who this is for:
- University students in statistics, economics, engineering, or biology
- Professionals wanting to move into data analysis or data science
- Researchers who need to process and present data properly

I use Python and R professionally as a working engineer — everything I teach comes from real application, not just academic exercises.
verified badge
In this course, students will learn how to collect, analyze, and interpret data using modern statistical and computational techniques. You’ll work hands-on with industry-standard tools such as Python and SQL, and learn how to manage, manipulate, and explore large datasets with confidence.

You’ll develop practical skills in data cleaning, data visualization, and exploratory analysis, building a strong foundation for real-world problem-solving. As the course progresses, you’ll be introduced to powerful concepts in machine learning—learning how to build models, uncover patterns, and turn raw data into meaningful insights.

By the end, you’ll know how to use data to make informed, evidence-driven decisions—skills that are essential in today’s job market across business, tech, science, and beyond.

If you’re looking to break into data science, strengthen your analytics skills, or boost your career opportunities, this course will give you the knowledge and confidence to get there.

Book a session today and start your journey into the world of data.
verified badge
Master Python with Personalized Courses

Discover the art of programming with Python courses tailor-made to meet your specific needs. Whether you are a beginner, intermediate or professional, my lessons are suitable for all levels.

Why Choose My Courses?

Personalized Teaching Approach: Each course is tailored to your skill level and individual goals.

Practical Experience: Learn by doing with real-world projects that build your understanding and skills.

Ongoing Support: Get unlimited email support for any questions you have between sessions.

As a Python expert, I have a passion for teaching and sharing my knowledge. My goal is to guide you effectively in your learning journey.

Book Your First Lesson:

Start your journey to Python mastery now by booking your first lesson. Whether you aspire to enter the development field or hone your existing skills, these courses are designed for you.
verified badge
Discover programming lessons suitable for children! With a fun and educational approach, my lessons allow young minds to dive into the fascinating world of programming. Provide your children with an enriching learning opportunity in a fun and stimulating environment.
verified badge
💻 Computer skills: an essential 21st-century skill

Today, mastering computer skills is no longer a luxury, it is a necessity.
Not having the basics can quickly become a hindrance to school, academics or career.

👉 Contact me now to:

• acquire a solid foundation in computer science
• deepen the fundamentals of programming (for advanced levels)
• Strengthen your skills in a clear, structured and sustainable way

📘 Mathematics – Secondary Level
Are you experiencing difficulties? I will guide you step by step to raise your level, understand and progress methodically.

📍 Lessons at home or remotely (video conference)
🎯 Objective: to understand, reason, and succeed
📞 Available for customized support.
verified badge
Code Your Ideas Into Reality 💻🚀
Want to build your own website or start a tech career? This class is perfect for absolute beginners who want to learn Python and use it to build real, working web apps with Django. You'll go from writing your first line of code to deploying complete projects - step by step, clearly explained, and handsOn.

✨ No experience needed.
🧠 Learn by doing - real apps, real logic.
🌍 Build skills for school, work, or freelance life.

Let’s turn your curiosity into code. First session gets you started!
verified badge
Do you want to create your own website, understand how the code works, or master WordPress to become self-sufficient? I offer personalized online courses to help you learn step by step, with clarity and pedagogy.

👩‍🏫 What I propose:

* Introduction and improvement in HTML & CSS
* Using the Terminal (basic commands, Git, working environment)
* Creation of sites with WordPress (installation, themes, extensions, pages, basic SEO)
* Support for your personal or professional projects
* Advice on best practices and organization of your code

🎯 For whom?

* Complete beginners
* Freelancers, coaches, content creators
* Students or people in digital retraining
* Anyone curious to learn how to create a website

💡 Method: Interactive video lessons (Zoom/Meet), screen sharing, practical exercises, and flashcards. You progress at your own pace, with real support and simple explanations.

⏰ Flexible hours – 1 hour, 1.5 hour or 2 hour sessions
💶 Available packages
🌍 100% Online Courses – Wherever You Are!



See you soon.
Sandrine.
verified badge
This course is designed to introduce students aged 7 to 16 to the world of programming through two of the most widely used and industry-relevant languages: C++ and Python.

The class provides a structured, age-appropriate pathway into programming, whether the student is a complete beginner or already exploring coding through platforms like Scratch or Code.org. Emphasis is placed on understanding logic, building problem-solving skills, and writing real code in a supportive, project-based environment.

Taught by an engineering student with hands-on experience in both C++ and Python, this course empowers students to explore the power of code and build a strong foundation in computational thinking — essential for future studies in engineering, robotics, AI, or game development.
verified badge
Python for Beginners – Personal and Practical Online Lessons
Want to learn Python in a clear and structured way?
I offer online lessons tailored to your level, pace, and learning goals.
Whether you're an absolute beginner or already have some basic knowledge, we'll work step by step to build a strong programming foundation.
What will we cover?
Depending on your starting level, we can work on:
• Variables and data types
• Input and output
• If/else structures
• For and while loops
• Working with 1D and 2D lists
• Writing and using functions
• Working with files
• Basic error handling
• Programmatic thinking and problem solving
The content of the lessons is tailored to your goals, for example, for school, self-study, or exam preparation.
Lesson Structure
Each lesson consists of a combination of:
• Code analysis of sample programs
• Theory with concrete code examples
• Explanation of the underlying logic
• Exercises for independent practice
The goal is not just to learn what to type, but to understand why the code works and how to arrive at a solution yourself.
Who is this suitable for?
• Absolute beginners
• Students taking Python at school
• People who want to start programming
• Anyone looking for structured guidance
What can you expect?
• Personal guidance
• Explanation at your own pace
• Practical assignments
• Focus on understanding instead of speed
Not a fixed, standard course, but targeted guidance tailored to your learning process.
verified badge
This advanced course builds on programming fundamentals using Python (programming language) and is designed for students who want to deepen their programming knowledge.

The course continues from functions and introduces advanced programming concepts including object-oriented programming principles such as polymorphism, inheritance, abstraction, and encapsulation.

Students will also learn data handling techniques, working with Python libraries, and developing structured programs using complex loops and data collections.

The course covers practical implementation of nested loops, nested lists, tuples, and dictionaries, as well as an introduction to data structures and algorithmic thinking.

Additional topics include graphical user interface development using libraries such as Tkinter, along with introductory concepts in data science and machine learning using Python.

Teaching combines theoretical explanation with real coding exercises to help students develop strong practical programming skills.

• Review of programming fundamentals and functions
• Object-Oriented Programming (OOP) concepts
• Polymorphism, inheritance, abstraction, and encapsulation
• Data structures basics
• Nested loops and complex data handling
• Lists, tuples, and dictionaries
• Introduction to algorithms
• Working with Python libraries
• GUI development using Tkinter
• Introduction to data science and machine learning concepts
verified badge
This engaging coding course introduces children to the world of programming through block coding, CoffeeScript, and Python. Young learners begin with visual blocks to grasp core logic, then progress to writing real code as their confidence grows. Through hands‐on projects, they develop problem‐solving skills, creativity, and computational thinking. By exploring multiple languages, children build a strong foundation that prepares them for advanced digital learning. The course nurtures resilience, teamwork, and curiosity—key skills that benefit them far beyond the classroom.
Good-fit Instructor Guarantee
favorite button
message icon
Contact Sivasubramania...