facebook
Izhar
member icon
Professeur fiable
favorite buttonAjouter aux favoris
favorite buttonAjouter aux favoris
àpd23.00EUR/ h

Physics classes for beginners and intermediate level

Facing problem in Physics? Does your teacher presume that you know every single basic concept and start teaching directly advanced concepts!!
Here is the solution. We'll be starting from the basic concepts and will be mastering over the advanced concepts gradually. You can simply tell for which topic you need more attention and time and which topics are your strengths (if any).

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 :

* Physical World and Measurement
* Kinematics
* Laws of Motion
* Work, Energy and Power
* Motion of system of Particles and Rigid Body
* Gravitation
* Properties of Bulk Matter
* Thermodynamics
* Behaviour of Perfect Gas and Kinetic Theory
* Oscillations and Waves
* Electrostatics
* Current Electricity
* Magnetic Effects of Current and Magnetism
* Electromagnetic Induction and Alternating Currents
* Electromagnetic Waves
* Optics
* Dual Nature of Matter and Radiation
* Atoms and Nuclei
* Electronic Devices
* Communication systems

In case you have any query, please feel free to contact me.
Give yourself a chance for a better future.
All the best

Lieu

Cours par webcam
Chez le professeur: Amsterdam, Netherlands

|
Use ctrl + wheel to zoom!
+

Info générales

suitcase iconCompétences :
Age :
Enfants (7-12 ans)
Adolescents (13-17 ans)
Adultes (18-64 ans)
Seniors (65+ ans)
Niveau du Cours :
Débutant
Intermédiaire
Avancé
Durée :
45 minutes
60 minutes
90 minutes
120 minutes
Enseigné en :anglais, hindi, ourdou

Présentation

I'm a dedicated, resourceful, and goal-driven professional teacher with a solid commitment to the social and academic growth and development of the student.

I have been teaching students for the last 10 years with the skill of developing a Teacher Student bond with every child which makes them comfortable to come up and discuss their problem areas. I ensure that every person's learning styles and abilities are addressed. Therefore, my courses are adapted to any grade, from a basic level up to very advanced.
Give yourself a chance for a better future by joining my classes.

In case you have any queries, please do not hesitate to contact me.

Education

I have done certifications in teaching courses.
Apart from teaching courses, I have a Master's degree in Computer Science and a separate specialized course for Maths.

Expérience / Qualifications

I have teaching experience of around 10 years with the ability to consistently individualize instruction, based on student's needs and interests.

Commentaires (3)

Izhar est un très bon professeur !
Traduit par Google. Cliquez ici pour voir le texte original.
Je n'avais pas beaucoup de connaissances en chimie avant notre cours et il était très patient
Traduit par Google. Cliquez ici pour voir le texte original.
Izhar est un excellent tuteur. Il est très professionnel, compétent, éclairant, perspicace et adaptable/réceptif aux besoins individuels des étudiants. Ma séance de tutorat avec lui a été vraiment incroyable et transformatrice pour moi et je le recommande vivement. Il garde ses cours efficaces, engageants et amusants. Il personnalise les cours en fonction de votre niveau de compréhension. Il transmet sa connaissance d'un matériau complexe d'une manière facilement compréhensible. Si vous voulez que quelqu'un travaille avec vous et veille à ce que vous progressiez comme moi, allez avec Izhar.
Traduit par Google. Cliquez ici pour voir le texte original.
C++ language is a superset of the ‘C’ language and was initially known as “C with Classes”. In "C" operator ++ is used to increment the value by 1. That means to the language ‘C’, developers have added some extra features (Object Oriented Programming) and hence named as C++. This Object Oriented concept reduces the complexity in programming and it is easier to identify and resolve any error in the program. I'll be starting from the scratch thereby strengthening your concepts and helping you to master this 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 summary of our course : • How C++ differs from C • Variables Declaration • Function overloading • Optional Parameters • Reference Variables • Operator overloading • Basics of Console Input and Output • Constant Pointers • Dynamic Memory Allocation • Overview of OOPs Principles • Introduction to classes & objects • Creation & destruction of objects • Data Members • Member Functions • this Pointer • Constructor &Destructor • Static class member • Friend class and functions • Namespace • Types of Inheritance • Down casting and up casting • Function overriding • Virtual functions • Destructor overriding • What is Polymorphism • Pure virtual functions • Virtual Base Class • File Stream • Text File Handling • Binary File Handling • Error handling during file operations • Overloading << and >> operators • Exception Handling • Templates Apart from these , we'll be covering basic concepts of "if - else statement" "for, while and do-while loops" In case you have any query, feel free to contact me Give yourself a chance for a better future All the best
Maths is a subject that requires clarity of concepts. Sometimes it happens that our basic concepts are not clear thats why we are not able to solve questions efficiently. I'll be discussing with you where exactly you are, will come to your level, and then take you up with me from there. I am a teacher with whom you can ask any basic silly concept to any complex one. COURSE OUTLINE: * Foundation of Mathematics * Basic concepts in Mathematics * Algebra and Trigonometry * Elementary statistics * Modern Geometry * Calculus * Differential Equations This is an outline of the course. Apart from this, if you have any doubt on any particular topic, you can obviously clear that concept with me. Let's start and make it fun.
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
Talking about Computers, it is a very interesting subject. As technology is advancing at a rapid pace, we rely more and more on computers for everything from playing games to organizing our taxes. An understanding of computer basics is compulsory nowadays. I have a Master's Degree in Computer Science and this course is designed according to your level of understanding of computers. We'll be practically doing things on Computers and see the things happening over there. Starting from Computer basics which includes computer knowledge of Operating system, hardware-software components, internet, World Wide Web(WWW), different web browsers, and other basic functionalities of a computer system. Then moving on to basic knowledge of word processing, spreadsheets and preparing professional presentations (Ms. Word, Ms. Excel, Ms. Powerpoint) and creating simple web pages through HTML. Apart from this if you wish, we can move to the advanced level of each of them. I'll be teaching you in a very simple way so that you grab the concepts easily. Let's start and do something innovative.
Want to make a career in coding or stuck with your school/college syllabus. Here is the solution. I am an expert with the practical work experience. I'll be starting from scratch and strengthen your concepts so that you can easily master over this 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 summary of our syllabus content which we'll be covering Introduction to Java programming • The Java Virtual Machine • Variables and data types • Conditional and looping constructs • Arrays Object-oriented programming with Java Classes and Objects • Fields and Methods • Constructors • Overloading methods • Garbage collection • Nested classes Inheritance • Overriding methods • Polymorphism • Making methods and classes final • Abstract classes and methods • Interfaces Exception handling with try-throw-catch-finally constructs • The Exception class The Object class • Cloning objects • The JDK LinkedList class • Strings • String conversions Working with types: Wrapper classes • Enumeration interface Packages • Package access • Documentation comments Applets • Configuring applets • Applet capabilities and restrictions Basics of AWT and Swing • Layout Managers • Event Handling • The Action Listener interface • Panels • Classes for various controls, such as label, choice, list, • Checkbox, etc. • Dialogs and frames • Using menus • Using the adapter classes • Graphics Threads • Synchronization The I/O Package • InputStream and OutputStream classes • Reader and Writer classes Basic concepts of networking • Working with URLs • Concepts of URLs • Sockets Database connectivity with JDBC • Java security In case you have any query, feel free to contact me. Give yourself a chance for a better future All the best
Do you want to start your career in coding? There are excellent chances of growth in this sector. Do you think it'll be tough to learn this language. No! Not at all! I am an expert in C language having practical work experience. I'll start from the scratch, strengthen your basics and help you to master this 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 summary of our course : –Introduction to Programming –Fundamentals in C –Operators and Expressions –Data types –Input-Output Library Functions –Control statements –Function –Storage class –Pointer –Pointer and Function –Array –Pointer and array –Array and function –Dynamic memory allocation –String –String and function –Command line arguments –Preprocessor –Structure –Structure and function –File Handling –ODBC Programming –Process and threads –Graphics In case you have any query, feel free to contact me. Give yourself a chance for a better future. All the best
Facing problem in Chemistry? Does your teacher presume that you know every single basic concept and start teaching directly advanced concepts!! Here is the solution. We'll be starting from the basic concepts and will be mastering over the advanced concepts gradually. You can simply tell for which topic you need more attention and time and which topics are your strengths (if any). 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 : * Some basic Concepts of Chemistry * Structure of Atom * Classification of Elements and Periodicity in Properties * Chemical Bonding and Molecular Structure * States of Matter: Solid, liquid & gas * Thermodynamics * Equilibrium * Redox Reactions * Hydrogen * s-block Elements (Alkali and Alkaline earth metals) * p-block Elements * d-block Elements * f-block Elements * Organic Chemistry: some basic principles and techniques * Hydrocarbons * Environmental Chemistry * Solid State * Solutions * Electrochemistry * Chemical Kinetics * Surface Chemistry * General Principles and Processes of Isolation Elements * Coordination Compounds * Haloalkanes and Haloarenes * Alcohols, Phenols and Ethers * Aldehydes, Ketones and Carboxylic Acids * Organic Compounds containing Nitrogen * Biomolecules * Polymers * Chemistry in Everyday Life In case you have any query, please feel free to contact me. Give yourself a chance for a better future. All the best
HTML is the standard markup language for Web pages. With HTML you can create your own Website. In simple words we can say, easiest and the best method to create a website. In the course duration, I'll be giving you live practical exposure so that you can actually experience and master over the concepts of HTML tags. Having years of work experience, I know how to start and build your concepts at a good pace. With the completion of this course, you'll be ready to build your own website. 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 : Introduction to HTML HTML Elements HTML Attributes HTML Headings HTML Paragraphs HTML Formatting HTML Fonts HTML Styles HTML Links HTML Images HTML Tables HTML Lists HTML Forms HTML Frames HTML Iframes HTML Colors HTML Colornames HTML Colorvalues HTML Quick List HTML Layout HTML Doctypes HTML Head HTML Meta HTML Scripts HTML Entities HTML URLs HTML URL Encode HTML Media HTML Audio HTML Object HTML Video HTML YouTube HTML GeoLocation HTML WebStorage HTML SSE HTML WebWorkers HTML Canvas HTML Plug-ins In case you have any query, please feel free to contact me. Give yourself a chance for a better future. All the best

Poser une question

Envoyez un message à Izhar et dites-lui ce que vous souhaitez apprendre :
Plus vous serez précis sur votre recherche de cours, sur vos disponibilités... plus Izhar sera en mesure d'accepter rapidement votre demande.

Disponibilité semaine type

(GMT -05:00) Chicago
LMMJVSD
0
  Lundi à 0:00
  Mardi à 0:00
  Mercredi à 0:00
  Jeudi à 0:00
  Vendredi à 0:00
  Samedi à 0:00
  Dimanche à 0:00
1
  Lundi à 1:00
  Mardi à 1:00
  Mercredi à 1:00
  Jeudi à 1:00
  Vendredi à 1:00
  Samedi à 1:00
  Dimanche à 1:00
2
  Lundi à 2:00
  Mardi à 2:00
  Mercredi à 2:00
  Jeudi à 2:00
  Vendredi à 2:00
  Samedi à 2:00
  Dimanche à 2:00
3
  Lundi à 3:00
  Mardi à 3:00
  Mercredi à 3:00
  Jeudi à 3:00
  Vendredi à 3:00
  Samedi à 3:00
  Dimanche à 3:00
4
  Lundi à 4:00
  Mardi à 4:00
  Mercredi à 4:00
  Jeudi à 4:00
  Vendredi à 4:00
  Samedi à 4:00
  Dimanche à 4:00
5
  Lundi à 5:00
  Mardi à 5:00
  Mercredi à 5:00
  Jeudi à 5:00
  Vendredi à 5:00
  Samedi à 5:00
  Dimanche à 5:00
6
  Lundi à 6:00
  Mardi à 6:00
  Mercredi à 6:00
  Jeudi à 6:00
  Vendredi à 6:00
  Samedi à 6:00
  Dimanche à 6:00
7
  Lundi à 7:00
  Mardi à 7:00
  Mercredi à 7:00
  Jeudi à 7:00
  Vendredi à 7:00
  Samedi à 7:00
  Dimanche à 7:00
8
  Lundi à 8:00
  Mardi à 8:00
  Mercredi à 8:00
  Jeudi à 8:00
  Vendredi à 8:00
  Samedi à 8:00
  Dimanche à 8:00
9
  Lundi à 9:00
  Mardi à 9:00
  Mercredi à 9:00
  Jeudi à 9:00
  Vendredi à 9:00
  Samedi à 9:00
  Dimanche à 9:00
10
  Lundi à 10:00
  Mardi à 10:00
  Mercredi à 10:00
  Jeudi à 10:00
  Vendredi à 10:00
  Samedi à 10:00
  Dimanche à 10:00
11
  Lundi à 11:00
  Mardi à 11:00
  Mercredi à 11:00
  Jeudi à 11:00
  Vendredi à 11:00
  Samedi à 11:00
  Dimanche à 11:00
12
  Lundi à 12:00
  Mardi à 12:00
  Mercredi à 12:00
  Jeudi à 12:00
  Vendredi à 12:00
  Samedi à 12:00
  Dimanche à 12:00
13
  Lundi à 13:00
  Mardi à 13:00
  Mercredi à 13:00
  Jeudi à 13:00
  Vendredi à 13:00
  Samedi à 13:00
  Dimanche à 13:00
14
  Lundi à 14:00
  Mardi à 14:00
  Mercredi à 14:00
  Jeudi à 14:00
  Vendredi à 14:00
  Samedi à 14:00
  Dimanche à 14:00
15
  Lundi à 15:00
  Mardi à 15:00
  Mercredi à 15:00
  Jeudi à 15:00
  Vendredi à 15:00
  Samedi à 15:00
  Dimanche à 15:00
16
  Lundi à 16:00
  Mardi à 16:00
  Mercredi à 16:00
  Jeudi à 16:00
  Vendredi à 16:00
  Samedi à 16:00
  Dimanche à 16:00
17
  
  
  
  
  
  
  
18
  
  
  
  
  
  
  
19
  
  
  
  
  
  
  
20
  
  
  
  
  
  
  
21
  
  
  
  
  
  
  
22
  
  
  
  
  
  
  
23
  
  
  
  
  
  
  
àpd 23€Cours chez le professeur
àpd 23€Cours par webcam

Garantie Le-Bon-Prof


Si vous n’êtes pas satisfait de votre premier cours, Apprentus vous trouvera un autre professeur ou vous remboursera le cours.

Réputation Apprentus

  • Professeur depuis avril 2020
  • 1 élève régulier
  • Numéro de téléphone vérifié.
  • Connecté à Google

Disponibilité semaine type

(GMT -05:00) Chicago
LMMJVSD
0
  Lundi à 0:00
  Mardi à 0:00
  Mercredi à 0:00
  Jeudi à 0:00
  Vendredi à 0:00
  Samedi à 0:00
  Dimanche à 0:00
1
  Lundi à 1:00
  Mardi à 1:00
  Mercredi à 1:00
  Jeudi à 1:00
  Vendredi à 1:00
  Samedi à 1:00
  Dimanche à 1:00
2
  Lundi à 2:00
  Mardi à 2:00
  Mercredi à 2:00
  Jeudi à 2:00
  Vendredi à 2:00
  Samedi à 2:00
  Dimanche à 2:00
3
  Lundi à 3:00
  Mardi à 3:00
  Mercredi à 3:00
  Jeudi à 3:00
  Vendredi à 3:00
  Samedi à 3:00
  Dimanche à 3:00
4
  Lundi à 4:00
  Mardi à 4:00
  Mercredi à 4:00
  Jeudi à 4:00
  Vendredi à 4:00
  Samedi à 4:00
  Dimanche à 4:00
5
  Lundi à 5:00
  Mardi à 5:00
  Mercredi à 5:00
  Jeudi à 5:00
  Vendredi à 5:00
  Samedi à 5:00
  Dimanche à 5:00
6
  Lundi à 6:00
  Mardi à 6:00
  Mercredi à 6:00
  Jeudi à 6:00
  Vendredi à 6:00
  Samedi à 6:00
  Dimanche à 6:00
7
  Lundi à 7:00
  Mardi à 7:00
  Mercredi à 7:00
  Jeudi à 7:00
  Vendredi à 7:00
  Samedi à 7:00
  Dimanche à 7:00
8
  Lundi à 8:00
  Mardi à 8:00
  Mercredi à 8:00
  Jeudi à 8:00
  Vendredi à 8:00
  Samedi à 8:00
  Dimanche à 8:00
9
  Lundi à 9:00
  Mardi à 9:00
  Mercredi à 9:00
  Jeudi à 9:00
  Vendredi à 9:00
  Samedi à 9:00
  Dimanche à 9:00
10
  Lundi à 10:00
  Mardi à 10:00
  Mercredi à 10:00
  Jeudi à 10:00
  Vendredi à 10:00
  Samedi à 10:00
  Dimanche à 10:00
11
  Lundi à 11:00
  Mardi à 11:00
  Mercredi à 11:00
  Jeudi à 11:00
  Vendredi à 11:00
  Samedi à 11:00
  Dimanche à 11:00
12
  Lundi à 12:00
  Mardi à 12:00
  Mercredi à 12:00
  Jeudi à 12:00
  Vendredi à 12:00
  Samedi à 12:00
  Dimanche à 12:00
13
  Lundi à 13:00
  Mardi à 13:00
  Mercredi à 13:00
  Jeudi à 13:00
  Vendredi à 13:00
  Samedi à 13:00
  Dimanche à 13:00
14
  Lundi à 14:00
  Mardi à 14:00
  Mercredi à 14:00
  Jeudi à 14:00
  Vendredi à 14:00
  Samedi à 14:00
  Dimanche à 14:00
15
  Lundi à 15:00
  Mardi à 15:00
  Mercredi à 15:00
  Jeudi à 15:00
  Vendredi à 15:00
  Samedi à 15:00
  Dimanche à 15:00
16
  Lundi à 16:00
  Mardi à 16:00
  Mercredi à 16:00
  Jeudi à 16:00
  Vendredi à 16:00
  Samedi à 16:00
  Dimanche à 16:00
17
  
  
  
  
  
  
  
18
  
  
  
  
  
  
  
19
  
  
  
  
  
  
  
20
  
  
  
  
  
  
  
21
  
  
  
  
  
  
  
22
  
  
  
  
  
  
  
23
  
  
  
  
  
  
  
àpd 23€Cours chez le professeur
àpd 23€Cours par webcam

Garantie Le-Bon-Prof


Si vous n’êtes pas satisfait de votre premier cours, Apprentus vous trouvera un autre professeur ou vous remboursera le cours.

Partager cette page


Luc
Homework assistance for 1st, 2nd and 3rd graders for various subjects
I help you explain material and help you make assignments to prepare for your test. I can help you with french, math, chemistry, physics and biology. I can teach at a school or at a student's home or online is also possible which suits you better.

Safouene
Mathematics Physics Chemistry secondary schools college school
Centralien engineer who has already given private lessons to high school and college students. Tutoring for scientific subjects, assistance in preparing for competitions, baccalaureate, patent. Explanation of lessons + exercises + homework

Said
My students will learn quickly Math,physics,french,arabic
I am said ,physics teacher in high school,and I am preparing my doctorat in physics,my goal is to make students level improved. I will be your right hand,I will open to you light future.Iike to travel,play football,as I love my students very well,I always realized good results with them

Adam
Private math, physics and chemistry tutoring by Biomedical Engineer and AI Master's Student
Hello! I'm Adam, a biomedical engineer and current AI Master's student offering private tutoring services in mathematics, physics, and chemistry. With over 5 years of experience tutoring, I'm committed to helping young students enhance their understanding and enjoyment of these subjects. I offer tutoring for all levels from elementary to university. My teaching method focuses on breaking down complicated ideas into simpler terms to foster a thorough understanding of the subject. Once the concepts are clear, we will practice exercises similar to those given by the student's teacher. This way, I aim to ensure not only a strong grasp of the subject matter but also familiarity with the type of problems likely to be encountered in tests. Being a student myself, I understand the challenges and pressures of academic life and strive to make learning less stressful and more enjoyable. I offer flexible tutoring hours and can provide both in-person and online lessons to fit into your schedule.

Raef
Tuition in Math - Physics - Chemistry - Bio
Experienced college graduate teacher. of Science and College. of Medicine for more than 18 years gives private lessons at home or online by a very modern method of Mathematics - Analysis - Matrices - Statistics - Algebra - Physics - Chemistry - Biology of French program to students of Terminales, 1ère, Seconde, Brevet, Competition and university preparatory classes for the year 2022/2023. As well as for IB international program students in English. You can contact me for details. I practice teaching since I was a student where I was first in my class. Program and prices specific to the countries of South America which ends their program later where I can be there with help to better prepare CNED's homework My final year results were with VERY GOOD AND GOOD AND EXCELLENT honors. Do not hesitate to contact me for more information, answer in a few minutes to 12 hours

Benson
Cambridge International GCSE: Biology / Chemistry / Physics / Mathematics
Nothing beats one-on-one lessons. I am a qualified, experienced, and certified international tutor with a strong familiarity with the Cambridge IGCSE/A-Levels/O-Levels & IB Diploma curricula. I offer both ONLINE and IN-PERSON lessons in PHYSICS, CHEMISTRY, and BIOLOGY, following the British, American, and Indian curricula. My classes are available at affordable rates and can be conducted in-person or online. I adopt a student-oriented teaching style, striving to provide the best private lessons for my students. With 6 years of professional experience in science (Physics, Chemistry, and biology), I am well-versed in both the British and American curricula and I possess a high level of competency. I have taught students from various countries, including Belgium, Spain, Switzerland, Japan, the USA, the Caribbean, the UK, India, China, Singapore, Malaysia, Turkey, the Netherlands, Luxembourg, Germany, France, Italy, and South Africa. Book a lesson with me, and we can start on any day and time that suits you.

Ayoub
Specialized Courses for Higher Education Students - CPGE, INSA, INP, ECE...
This preparation session is dedicated to students aiming for preparatory classes for scientific Grandes Ecoles (CPGE), with a particular focus on the subjects of Physics and Engineering Sciences. The goal is to strengthen the foundations and deepen the knowledge to succeed. 1. Mechanics: Kinematics: Study of rectilinear and circular movements, position vectors, speed and acceleration. Dynamics: Newton's laws, work and energy, kinetic energy theorem. 2. Electromagnetism / Electrokinetics: Electrostatics: Electric charges and fields, electric potential, capacitance. Magnetostatics: Magnetic fields, Lorentz forces, electromagnetic induction. Alternating Currents: RLC circuits, resonance, impedance. 3. Thermodynamics: Principles of thermodynamics: Internal energy, heat, work, first and second principles. Ideal and real gases: Equations of state, thermodynamic transformations. 4. Industrial sciences: Automatic Linear, Kinematic, Static. For more information and to register for the preparation session, please contact me. Good preparation and success in your studies! .

Elio
Math, SVT and Physics and Chemistry teacher from middle school to high school by a professional graduate of the AgroParisTech engineering school
Ready to excel in your studies? I'm Elio, a graduate of AgroParisTech with a bachelor's degree in biology. My background makes me versatile, with expertise in science (SVT, physics, chemistry) and mathematics. I've taught SVT to 13 middle school classes and have supported numerous students through tutoring and private lessons in science, mathematics, and English. Why choose my courses? - Tailor-made methodology for each student - Strengthening the foundations for assured progress - Proven experience with students of all levels I look forward to helping you achieve your academic goals. Book your course now and together, let's build your success!

Pierre
Cours soutien scolaire préparation examens : primaire collège et lycée
Cours de soutien scolaire mathématiques physique et chimie Revue des cours , devoirs, exercices préparation aux examens De formation scientifique ingénieur, je suis resté passionné par les sciences et j’aime transmettre aux élèves de tous ages pour les accompagner dans leur études ou perfectionnement

Thioub
COURS EN LIGNE DE MATHÉMATIQUES DU NIVEAU SUPÉRIEUR
Je suis un professeur particulier qualifié et passionné de mathématiques, diplômé de l'Université Cheikh Anta Diop de Dakar (UCAD). Mon parcours académique m'a amené à étudier les mathématiques, la physique et l'informatique lors de mes deux premières années d'université, avant de me spécialiser avec une licence et un master en biomathématiques. Ces formations m'ont permis d'approfondir mes compétences en sciences appliquées et de développer une expertise pointue dans l'analyse de concepts complexes. Depuis plus de dix ans, j'accompagne des élèves en tutorat, une expérience qui a débuté au sein de mon cercle familial et qui s'est enrichie au fil du temps grâce à une formation pédagogique adaptée aux environnements numériques. Aujourd'hui, j'offre des cours en ligne entièrement personnalisés, débutant toujours par un bilan approfondi des compétences de chaque élève afin d'identifier précisément leurs points forts et leurs difficultés. Cette analyse me permet de concevoir un programme de remédiation sur mesure, ciblant efficacement leurs besoins spécifiques. Je trouve une grande motivation à travailler avec des élèves désireux de réussir. Leur engagement et leur détermination à progresser stimulent mon implication et renforcent mon professionnalisme. En ligne, je m'assure de maintenir un environnement d'apprentissage sérieux et structuré, où l'accent est strictement mis sur l'aspect pédagogique. Ma parfaite maîtrise des programmes de mathématiques, alliée à mon expertise en biomathématiques, me permet de simplifier des notions complexes et de rendre l'apprentissage des sciences accessible à tous. Mon objectif est d'aider chaque élève à consolider ses bases, à regagner confiance en lui et à devenir autonome dans ses études. Je propose ainsi mes cours particuliers en ligne, offrant une flexibilité géographique et un suivi personnalisé pour accompagner chaque élève vers la réussite.

Mihaela
Support courses in mathematics and physics, compulsory and post-compulsory school level
This course is intended for pupils in the 9th to 11th grades of compulsory school, pupils in classes 12 RAC I and II as well as pupils in gymnasium, vocational school and all those preparing for exams to enter universities of applied sciences.

Nour
Cours particuliers en mathématiques, physique et sciences d'ingénieur - Niveau lycée et collège
Ce cours s’adresse aux étudiants de toutes spécialités souhaitant : °° Renforcer leurs bases en mathématiques, physique et sciences d’ingénieur. °° Comprendre en profondeur les concepts clés. °° Préparer efficacement leurs devoirs, contrôles et examens. Pourquoi choisir ce cours ? °° Méthodes pédagogiques adaptées à chaque élève. °° Explications claires et simplifiées pour une compréhension rapide. °° Résolution d’exercices types et aide personnalisée. Modalités des cours : •• Cours en ligne interactifs avec un suivi personnalisé. •• Horaires flexibles pour s’adapter à votre emploi du temps.

Stephen
Maths - Physics - Chemistry (Secondary, EB & IB Options Available)
-- EB & IB Tariff Options Available -- Good morning and welcome on my profile! I am a passionate and dedicated maths and sciences teacher with over 7 years of experience helping students achieve their academic goals. Whether you're struggling with the basics or advanced concepts, I'm here to support you with patience, clarity, and a deep understanding of math. (European Baccalaureate and International Baccalaureate tariff options available.) -- Teaching Methods -- I use teaching methods adapted to every learning style. My approach includes: • Initial Assessment: Understand your current level and identify your strengths and weaknesses through initial assessments. • Personalized Learning Plans: Develop a personalized study plan that targets your specific needs and goals. • Interactive Learning: Use of digital tools, visual aids and concrete examples to make concepts more tangible. • Problem Solving Techniques: Teach various problem-solving strategies and develop critical thinking skills to approach complex issues. • Regular Reviews and Practices: Integrate regular reviews and practice sessions to reinforce concepts and improve retention. • Adaptability: Modify teaching strategies based on your progress and feedback to ensure continuous improvement. -- Professionalism -- Professionalism is at the heart of my teaching method. I am committed to providing a respectful, caring and structured learning environment. Here's what you can expect from me: • Punctuality: I respect your time and ensure that our classes start and end at the scheduled time. • Preparation: Each session is carefully planned to meet your specific needs and goals. • Constructive Feedback: I provide constructive and rapid feedback to help you understand your progress and identify areas for improvement. My goal is to make science accessible and exciting, helping you develop a solid understanding of fundamental principles and practical applications. I hope to help you discover the beauty and complexity of the scientific world while achieving your academic goals.

Jordy
IMAT 2025 - complete preparation or subject-specific
In this course I will prepare you for the IMAT (Italian medical admission test) which happens every year and is the only way to get access to the English language medicine programme in public universities in Italy. I will help you with the four scientific disciplines (math, physics, biology, chemistry) as well as the critical reasoning and general knowledge aspect. I will also prepare you with real-life exam scenarios in order to get used to the time limit and other constraints.

Charlorin
Sciences de la vie et de la terre, Physique, chimie.
Etudiant en santé publique avec diplôme de médecin offre un accompagnement aux élèves dans les cours sous mentionnés. Les sciences de la vie et de la terre est une matière déterminante pour l'élève, ce dernier n'arrive pas toujours à bien l'appréhender, d'où la raison de l'accompagnement que j'offre à ces élèves qui ont des difficultés en SVT, Chimie, Physique et français. Mon accompagnement vise essentiellement les élèves de primaire et du secondaire qui n'arrivent pas à bien comprendre ces cours. Mon objectif est de les aider à bien assimiler les notions , résoudre les exercices d'application et les préparations d'examens.