facebook

Find the Best Online Computers & Electronics Tutors & Teachers for Private Lessons

For over a decade, our private Computers & Electronics tutors have been helping learners improve and fulfil their ambitions. With one-on-one lessons online, you’ll enjoy high-quality, personalised teaching that’s tailored to your goals, availability, and learning style.

search-teacher-icon

Find Your Perfect Teacher

Browse our selection of Computers & Electronics tutors & teachers and use the filters to find your ideal online class

chat-icon

Contact Teachers for Free

Share your goals and preferences with teachers and choose the Computers & Electronics class that suits you best

calendar-icon

Book Your First Lesson

Plan the schedule for your first class together. Once your teacher confirms the appointment, you're all set to start on the front foot!

4314 online computers & electronics teachers

Trusted teacher: Would you like to be able to illustrate the worlds and stories you imagine? Do you want to learn how to create characters for a video game, animation, children's story, comic or in any format? Or would you like to be able to draw your favorite characters? If you have those concerns, I would love to help you. I like to focus the classes in such a way that the current drawing level of the student is not what is important. The room for improvement will always evolve. I like to take my classes towards character design, towards general things like the psychology of color and shapes, since they are assimilable and highly useful concepts, independent of the level of drawing. For this reason, my classes are aimed at all ages and drawing levels. I also try to focus them on the preferences and tastes of each student, showing them that everything they like, they like for a reason, that nothing is left to chance and that they can also understand how to make their drawings reflect what they want to convey. Even to create your portfolios or visual information for your own project or story. I give private classes with students from different parts of the world, so many of my classes I have been able to do in both English and French. I studied 2D animation in France, and thanks to this training, my work has been nourished by dynamism, storytelling, expressiveness, typical of this medium, as well as the sensitivity for color and shapes that I usually use to infuse a unique style both to my original designs as well as my fanarts.
Drawing & sketching · Animation · Digital arts
star icon
active star icon
(25 reviews)
Adam - Paris, France$31
Trusted teacher: 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! ---
Tutoring · Computer programming · Python
Trusted teacher: PhD Candidate in Informatics – Private Lessons & Pancyprian Exams I am a PhD Candidate in Informatics and I offer private lessons in Informatics to High School students (Pancyprian Exams) as well as to University students, with an emphasis on correct understanding and methodical thinking. Pancyprian Exams – Informatics Systematic preparation with an emphasis on: • understanding of the material • correct algorithmic thinking • methodology for solving problems • analysis of old Pancyprian exam questions We cover, for example: pseudocode, tables, repetitions, control structures and common exam errors. Students & General Computing Support in: • Programming (C / C++ / Python) • Operating Systems • Computer Architecture • Code Understanding & Debugging In-person or online courses, with emphasis on understanding and proper study organization. English text below PhD Candidate in Computer Science – Private Tutoring & Pancyprian Exams I am a PhD candidate in Computer Science offering private tutoring for high school students (Pancyprian Exams – Computer Science) and university students. Pancyprian Exams – Computer Science Structured exam preparation focusing on: • understanding the syllabus • correct algorithmic thinking • exam-oriented problem-solving • analysis of past Pancyprian exams Topics include pseudocode, arrays, loops, control structures, and common exam mistakes. University & General Computer Science Support in: Programming (C/C++/Python) • Operating Systems • Computer Architecture • Code understanding and debugging Lessons are available in person or online, with emphasis on understanding concepts rather than memorization.
Computer programming · C - c++ · Computer science
star icon
active star icon
(1 review)
Farouk - Algeria$35
Trusted teacher: This module is a crucial step for any web developer wishing to move from simple DOM manipulation to mastering modern frameworks. The objective is clear: to understand the "invisible foundations" of the language in order to write shorter, more readable code and, above all, be ready to code professionally in React. 🎯 Training Objectives 1- Demystify the modern syntax (ES6+) often used in React. 2- Increase efficiency by using the most powerful syntactic shortcuts. 3- Secure your code to avoid frequent bugs related to missing data. 4- Mastering asynchronicity to manage data calls (API). 📖 Detailed program content The course is divided into 13 key concepts, illustrated by comparative examples (classic syntax vs. modern syntax) and concrete use cases in React: 1- Ease of writing: Use of Template Literals (`backticks`) for dynamic character strings and Shorthand property names to simplify the creation of objects. 2- Logic and Functions: Mastery of Arrow => Functions (arrow functions) and their implicit return, essential for React components and hooks. Data manipulation: 1- Destructuring (decomposition) to properly extract data from objects and arrays (e.g., Props and States). 2- Rest & Spread Operators (...) to copy arrays or merge objects without modifying the original (concept of immutability). Code robustness: 1- Managing default parameter values. 2- Advanced security with Optional Chaining (?.) and Nullish Coalescing (??) to prevent application crashes. 3- Functional Programming: Intensive use of array methods (.map(), .filter(), .reduce(), .find()) to transform data into user interfaces. 4- Architecture and Asynchronism: Code organization via modules (Import/Export) and API request management with Promises and Async/Await. 🛠️ Teaching method: "Learning by doing" This course is not just about theory. It includes: The "Interstellar Dashboard" Exercise: A 15-minute thematic case study where students manipulate data from space missions. This allows them to immediately apply destructuring, filtering, and asynchronicity to a real-world project. The Interactive Quiz: A series of 10 questions designed to validate understanding of each concept before moving on. Each question presents real-world scenarios that developers will encounter in React. 🚀 Learner's result By the end of this course, students will not only "know" JavaScript; they will understand why and how each syntax is used to build efficient React components. They will leave with a solid foundation to confidently tackle Hooks (useState, useEffect) and complex state management. Format: Clean visual presentation, coloured syntax for code, and focus on readability.
Web development · Javascript
Computer engineering · Electrical engineering · Mechanical engineering
Showing results 151 - 175 of 4314151 - 175 of 4314

Our students evaluate their Computers & Electronics teacher.

To ensure the quality of our Computers & Electronics teachers, we ask our students to review them.
Only reviews of students are published and they are guaranteed by Apprentus. Rated 4.9 out of 5 based on 121 reviews.

Private Science Lessons - Mathematics, Chemistry, Physics (Geneva)
Julien
rating star
rating green star
Julien helped me learn the material for my university statistics exams. He was very patient and gave very clear explanations about the concepts we were discussing. He was friendly, enthusiastic and encouraging. He prepared material in advance for each lesson depending on my personal needs. I'm pleased to say he helped me succeed in my final exams despite the fact that I'd never really studied statistics before! I am very glad I chose him as my tutor and I recommend him to anyone else seeking mathematics or statistics tutoring, whether in person or remotely.
Review by PHILIPPA
Learn the tools of InDesign CC 2020 software. (Saint-Gilles)
Renaud
rating star
rating green star
Renaud very quickly understood my initial knowledge (zero!) and also my reason and interest in the course. Renaud has a lot of knowledge to share and he very quickly assessed my level. He knew where to begin and stop in the session. He was very patient with me and I was completely comfortable with him. As a teacher myself, I can highly recommend him!
Review by CAROL
Violin lessons for beginners! The beauty of Violin! (Papagou)
Alex
rating star
rating green star
Alex is really good at teaching. Also with his friendly attitude, he can easily bond with the student and make them more into the violin. I can recommend Alex to all who consider taking lessons from him.
Review by EEE
map iconMap