facebook
favorite button
member since icon
منذ يوليو 2025
أستاذ منذ يوليو 2025
Learn Python, SQL and MySQL databases from beginner to Advanced Level | Certified Data Science Professional
course price icon
من 119.05 SAR
arrow icon
Learn
Python
SQL
Power BI
Excel
Data Science
Data Engineering
Data Analytics
Data Modeling
Data Warehousing
ETL
API's
Machine Learning
Lecture will be Hands-on, beginner friendly, solving real world problems just like I do in my job. So, if you’re just starting out like college, university student, switching careers, or preparing for a job in data field — book a trial lesson, and let’s begin your journey together. I look forward to seeing you in class!
المكان
location type icon
عبر الانترنت من ألمانيا
من أنا؟
I'm a certified Data Scientist, Data Engineer, and Data Analyst with over 5 years of teaching and industry experience. I’ve taught students and professionals from around the world — helping them learn Python, SQL, databases, data analytics, and cloud technologies with confidence.

My teaching style is hands-on, project-based, and tailored to each student’s level — whether you're a complete beginner, university student, or a working professional. I believe in learning by doing, and my sessions focus on solving real-world problems using tools like Python, Power BI, SQL, and Oracle.

I've led corporate training, internship programs, and 1-on-1 online tutoring sessions, and many of my students now work in tech, banking, and multinational companies.

If you're looking for personalized, practical lessons that focus on results and clarity, I’d love to help you reach your learning goals.
المستوى التعليمي
Bachelor's in Computer Science (CGPA: 3.78/4.0) from Virtual University of Pakistan.
Focused on software development, databases, data structures, and applied machine learning. Developed strong foundations in programming (Python, C++, Java), SQL, and algorithmic thinking. Participated in academic projects related to data analysis and automation.
الخبرة / المؤهلات
5+ Teaching Experience
Oracle Certified Data Science Professional
Certified Automation Engineer
Certified Python Developer
Certified Oracle Database Professional
السن
الأطفال (7-12 سنة)
شباب (13-17 سنة)
الكبار (18-64 سنة)
الكبار (65 سنة فأكثر)
مستوى الطالب
مبتدئ
متوسط
متقدم
المدة
60 دقيقة
الدرس يدور باللغة
الإنجليزية
الأردية
الهندية
الجاهزية في الأسبوع العادي
(GMT -05:00)
نيويورك
at teacher icon
على الانترنت عبر كاميرا ويب
Mon
Tue
Wed
Thu
Fri
Sat
Sun
00-04
04-08
08-12
12-16
16-20
20-24
This course is designed for anyone who wants to learn practical data skills using Python, SQL, and Oracle databases. Whether you're a complete beginner or looking to strengthen your data handling skills, I’ll guide you step-by-step through core concepts and real-world projects.

You'll learn:

Python programming basics and data analysis tools for data science, data engineering and data analytics

SQL queries: SELECT, JOIN, GROUP BY, procedures, Functions and subqueries

How to work with Oracle Database: tables, indexes, stored procedures

Real-world use cases from business and data science

Best practices for clean, efficient, and scalable code

Lessons are project-based and tailored to your skill level, whether you're in school, switching careers, or preparing for a job in data or IT.
إقرأ المزيد
فصول مماثلة
arrow icon previousarrow icon next
verified badge
Python is the programming language these days. It is simple, nice and almost all modern applications use it. With Python, we can now create artificial intelligence models that reduce human effort and give us more accurate and reliable results. The Java and C languages are not lacking in importance, they also make it possible to create applications optimized in terms of RAM.

The composition of the course depends on the level of the student and his own objectives. The first session is a one-hour evaluation session which allows the diagnosis of the level and the needs of the student. From this diagnosis we establish together a program that we will follow during our course.

Generally the course allows the student to assimilate:
* Predefined Data Types & Variables;
* Conditional Structures & Loops;
* Functions ;
* Object-oriented programming (OOP);
* Digital engineering;
* An introduction to databases (Examples and uses)
* Relational Algebra
* LDD, LCD, LMD, LCT
* SQL queries (SELECT, UPDATE, ...)
* Creation of a database and automation of queries using the Python language
* Handling files (TXT, Excel, CSV, JSON, Word);
* Data science;
* Introduction and some applications of Artificial Intelligence.

I am waiting for you to start this adventure.
verified badge
Looking to master programming and become a skilled developer? In this course, you'll learn the basics of Python and other programming languages, as well as how to use them to build machine learning models. We also offer specialized assistance for students in programming and database management using SQL.

Python is a powerful general-purpose language used in web development, data science, software prototyping, and more. Its simple and easy-to-use syntax makes it an excellent choice for beginners learning to program.

Additionally, upon request, we offer courses in other programming languages such as C, JAVA, R, and MATLAB.

Classes can be conducted remotely or in person, and we tailor our instruction to meet individual or group needs.

If you have any questions, feel free to contact us.
verified badge
This training adapts to your needs: Several durations and methods are offered.
The objective is to master the 3 office software of the Microsoft suite. You assimilate the essential knowledge to use Word, Excel and PowerPoint: models, style, layout, tabulations, lists, simple and advanced calculations, functions, pivot tables, design of clear and dynamic presentations, mastery of transitions and animations, etc.
verified badge
This comprehensive course is designed to take absolute beginners with no prior coding experience to confident Python programmers. Through hands-on projects, real-world examples, and interactive exercises, students will master Python fundamentals and apply them to build applications, automate tasks, analyze data, and even explore game development.

What You’ll Learn:
🐍 Python Basics:

Syntax, variables, data types, and operators
Input/output, loops (for, while), and conditionals (if-else)

📚 Core Programming Concepts:

Functions, modules, and error handling
Lists, tuples, dictionaries, and sets

🎮 Real-World Applications:

File handling (read/write files)
Web scraping (intro to BeautifulSoup/Requests)
Basic game development (with Pygame)

🔢 Next-Level Skills (Towards "Hero" Level):

Object-Oriented Programming (OOP) – Classes & Objects
Working with APIs (fetching data from the web
Intro to data analysis (Pandas & Matplotlib basics)
Mini-capstone project to showcase skills
verified badge
Module 1: SQL Overview
Outlining SQL as the cornerstone of database activity
Applying the ANSI/ISO standards
Describing the fundamental building blocks: tables, columns, primary keys, and foreign keys

Module 2: Building the Database Schema
- Creating tables and columns
Building tables with CREATE TABLE
Modifying table structure with ALTER TABLE
Adding columns to an existing table
Removing tables with DROP TABLE

- Protecting data integrity with constraints
Guaranteeing uniqueness with primary key constraints
Enforcing integrity with foreign key constraints
Imposing business rules with check constraints

- Improving performance with indexes
Expediting data retrieval with indexes
Recommending guidelines for index creation

Module 3: Manipulating Data
- Modifying table contents
Adding table rows with INSERT
Changing row content with UPDATE
Removing rows with DELETE

- Applying transactions
Controlling transactions with COMMIT and ROLLBACK
Deploying BEGIN TRANSACTION in SQL Server

Module 4: Working with the SELECT Statement
- Writing Single Table queries
Retrieving data with SELECT
Specifying column expressions
Sorting the result with ORDER BY
Handling NULL values in expressions

- Restricting rows with the WHERE filter
Testing for equality or inequality
Applying wildcard characters
Avoiding NULL value pitfalls

Module 5: Querying Multiple Tables
- Applying the ANSI/ISO standard join syntax
Matching related rows with INNER JOIN
Including nonmatched rows with OUTER JOIN
Creating a Cartesian product with CROSS JOIN

- Combining results with set operators
Stacking results with UNION
Identifying matching rows with INTERSECT
Utilizing EXCEPT to find nonmatching rows

Module 6: Employing Functions in Data Retrieval
- Processing data with row functions
Conditional formatting with the CASE expression
Utilizing the CASE expression to simulate IF tests
Dealing with NULL values

- Performing analysis with aggregate functions
Summarizing data using SUM, AVG and COUNT
Finding the highest/lowest values with MAX and MIN
Defining the summary level with GROUP BY
Applying filter conditions with HAVING

Module 7: Constructing Nested Queries
- Applying subqueries in filter conditions
Creating correlated vs. noncorrelated subqueries
Testing the existence of rows

- Including subqueries in expressions
Placing subqueries in the column list
Creating complex expressions containing subqueries
Handling subqueries that return no rows

Module 8: Developing In-Line and Stored Views
- Breaking down complex problems
Selecting data from a query result set
Using subqueries in the FROM clause

- Creating views in a database
Building reusable code
Creating updateable vs. non-updateable views
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
Are you ready to take your Excel skills to the next level? Our personalized online classes are designed to meet your unique needs, whether you’re a beginner looking to learn the basics or an advanced user wanting to master complex functions.

What We Offer:

Tailored Learning: Customized lessons focused on your specific goals and areas of interest.

Flexible Scheduling: Learn at your own pace from the comfort of your home, at times that work for you.

Hands-On Practice: Engage in real-world projects and exercises to reinforce your skills.

Expert Guidance: Benefit from one-on-one instruction with experienced Excel professionals.

Join us today and become proficient in Excel! Sign up for your first class and start your journey toward mastering this essential tool.
verified badge
In this course, you will learn how to efficiently package, containerize, and deploy Python applications and microservices using Docker. The course covers fundamental Docker concepts, best practices for structuring Python projects, and strategies for building scalable and portable applications. Through hands-on projects, you will gain practical experience in creating Docker images, managing containers, and orchestrating microservices, enabling seamless deployment across different environments.

Contact me if you want to have more information about the course!
verified badge
Unlock Your Microsoft Office Potential! Private online classes available in Microsoft Word, Excel, and PowerPoint. Struggling with Microsoft Office? Get personalized help with private online classes in Word, Excel, and PowerPoint. Boost your productivity, create professional documents, analyze data effectively, and design engaging presentations. Learn from the comfort of your home! Inquire today.
verified badge
This course is designed for anyone interested in learning data science using Python. It provides a hands-on introduction to fundamental data analysis tools such as NumPy, pandas, matplotlib, and seaborn. You'll learn how to manipulate datasets, create visualizations, and lay the foundations for statistical analysis and machine learning.

The course combines theory and practical exercises for effective, practical progress. No prior programming experience is necessary: we'll start with the basics to build solid, usable skills quickly.
verified badge
Are you ready to become the tech-savvy problem-solver everyone turns to?

Join this dynamic, hands-on class designed to unlock your full potential across four essential pillars of the digital age:

🧮 Mathematics – Strengthen your logical thinking and problem-solving skills, the foundation of all great tech minds.

🐍 Python Programming – Learn to code smart, build real-world projects, and automate anything. Python makes it fun and powerful.

🌐 Networking – Understand how the internet works from the ground up. Routers, protocols, IPs – we’ll demystify them all.

🔐 Cybersecurity – Learn how hackers think, how to protect systems, and start your journey into ethical hacking.
verified badge
Private Programming Lessons for you / your family / your company employees
Programming Tutor – IGCSE & Computer Science Subjects
Deeper understanding, stronger results

• Lecturer at the American University AUC
• Over 20 years of experience in training students for government employees, oil companies (BP), food companies (Nestle), banks (CIB), and telecommunications companies (Vodafone).

• Teaching curricula, syllabuses, courses:
o IGCSE (Computer Science 0478, ICT 0417)
o Programming and computer courses for all educational levels (from primary to university)
o Microsoft Windows, Word, Excel, PowerPoint, Outlook, MS-Project
o Programming, C, C++, VB.NET, C#, Python, Database, SQL, MQL, VBA
o HTML, CSS, JavaScript, Angular
o Different database systems
o Data analysis using Excel
o Computer and Information Colleges Curricula
o Using artificial intelligence in life and work

• Master office applications to improve your job performance.
• Prepare yourself to work as a Front-End / Back-End / Full Stack Developer
• Theoretical and practical training for market requirements
• Don't miss out on technology. Lessons are designed for the elderly, in a simple and understandable way (use of computers and their programs, use of mobile phones, dealing with the Internet and social media).
• Lessons are available in person or online.
verified badge
I offer Python courses suitable for all levels, from complete beginners to students wishing to deepen their knowledge.
The course may include:

Python Basics: Variables, Loops, Conditions, Functions

Algorithms and Problem Solving with Python

Practical projects to apply your knowledge

Tips and methodology for effective progress

The course is personalized according to your objectives, to allow you to develop concrete and directly usable skills in IT.
verified badge
السلام عليكم ورحمة الله وبركاته،
أنا طالب باحث في سلك الدكتوراه وأقدم دروس دعم وتقوية في مادة الرياضيات لجميع المستويات:

✔️ الإعدادي
✔️ الثانوي
✔️ الباكالوريا بجميع شعبها
✔️ التحضير للامتحانات والواجبات

أوفر شرحًا مبسطًا، تمارين تطبيقية، متابعة مستمرة، وتحسين مستوى التلميذ خطوة بخطوة.
verified badge
Hello, My name is Ahmed & I'm working as a TA in Ain Shams University.
I am available for assignments, Homeworks, exams, quizzes, projects, and labs.

Expert Programming & Web Development Tutor | Python, Java, C#, C++, Frontend, Backend, Databases, AI & Data Science

💻 Programming Languages:
✔ Programming: C, C++, Java, Python, PHP, JavaScript, HTML
✔ Mathematics: Linear Algebra, Calculus, Discrete Math, Probability, Optimization
✔ Object-Oriented Programming (OOP): Encapsulation, Polymorphism, Inheritance, Abstraction, Design Patterns
✔ Machine Learning: Neural Networks, Regression, Classification, Clustering, Reinforcement Learning
✔ Data Structures & Algorithms (DSA): Trees, Graphs, Linked Lists, Stacks, Queues, Priority Queues, Hash Tables, Tries, Heaps, Disjoint Sets, Sorting Algorithms (Merge Sort, Quick Sort, Heap Sort, etc.), Searching Algorithms (Binary Search, Linear Search), Dynamic Programming, Greedy Algorithms, Divide & Conquer, Backtracking, Topological Sort, Graph Traversals (BFS, DFS), Minimum Spanning Tree (Prim’s, Kruskal’s), Shortest Path Algorithms (Dijkstra’s, Bellman-Ford, Floyd-Warshall), String Algorithms (KMP, Rabin-Karp, Z-Algorithm), and more!
✔ Assignments, Homework, Labs, Projects, Exams, or Quizzes

🌐 Web Development:
Frontend – HTML, CSS, JavaScript, React, Laravel
Backend – .NET, PHP, Flask, Django

🗄️ Databases:
SQL, MongoDB

🧠 AI & Data Science:
Python for Data Science, Machine Learning, Pandas, NumPy, Data Visualization

✅ What You’ll Get:
Personalized one-on-one sessions
Clear explanations with real-world examples
Hands-on coding practice
Help with assignments, projects, and interview prep
A focus on understanding, not memorizing
No matter your level, I make learning tech engaging and effective. Let’s turn your goals into achievements—one line of code at a time!
Video thumbnail
Play icon
فيديو Numan
message icon
اتصل بNuman
repeat students icon
الدرس الأول مضمون
بواسطة
ضمان المدرس المناسب
فصول مماثلة
arrow icon previousarrow icon next
verified badge
Python is the programming language these days. It is simple, nice and almost all modern applications use it. With Python, we can now create artificial intelligence models that reduce human effort and give us more accurate and reliable results. The Java and C languages are not lacking in importance, they also make it possible to create applications optimized in terms of RAM.

The composition of the course depends on the level of the student and his own objectives. The first session is a one-hour evaluation session which allows the diagnosis of the level and the needs of the student. From this diagnosis we establish together a program that we will follow during our course.

Generally the course allows the student to assimilate:
* Predefined Data Types & Variables;
* Conditional Structures & Loops;
* Functions ;
* Object-oriented programming (OOP);
* Digital engineering;
* An introduction to databases (Examples and uses)
* Relational Algebra
* LDD, LCD, LMD, LCT
* SQL queries (SELECT, UPDATE, ...)
* Creation of a database and automation of queries using the Python language
* Handling files (TXT, Excel, CSV, JSON, Word);
* Data science;
* Introduction and some applications of Artificial Intelligence.

I am waiting for you to start this adventure.
verified badge
Looking to master programming and become a skilled developer? In this course, you'll learn the basics of Python and other programming languages, as well as how to use them to build machine learning models. We also offer specialized assistance for students in programming and database management using SQL.

Python is a powerful general-purpose language used in web development, data science, software prototyping, and more. Its simple and easy-to-use syntax makes it an excellent choice for beginners learning to program.

Additionally, upon request, we offer courses in other programming languages such as C, JAVA, R, and MATLAB.

Classes can be conducted remotely or in person, and we tailor our instruction to meet individual or group needs.

If you have any questions, feel free to contact us.
verified badge
This training adapts to your needs: Several durations and methods are offered.
The objective is to master the 3 office software of the Microsoft suite. You assimilate the essential knowledge to use Word, Excel and PowerPoint: models, style, layout, tabulations, lists, simple and advanced calculations, functions, pivot tables, design of clear and dynamic presentations, mastery of transitions and animations, etc.
verified badge
This comprehensive course is designed to take absolute beginners with no prior coding experience to confident Python programmers. Through hands-on projects, real-world examples, and interactive exercises, students will master Python fundamentals and apply them to build applications, automate tasks, analyze data, and even explore game development.

What You’ll Learn:
🐍 Python Basics:

Syntax, variables, data types, and operators
Input/output, loops (for, while), and conditionals (if-else)

📚 Core Programming Concepts:

Functions, modules, and error handling
Lists, tuples, dictionaries, and sets

🎮 Real-World Applications:

File handling (read/write files)
Web scraping (intro to BeautifulSoup/Requests)
Basic game development (with Pygame)

🔢 Next-Level Skills (Towards "Hero" Level):

Object-Oriented Programming (OOP) – Classes & Objects
Working with APIs (fetching data from the web
Intro to data analysis (Pandas & Matplotlib basics)
Mini-capstone project to showcase skills
verified badge
Module 1: SQL Overview
Outlining SQL as the cornerstone of database activity
Applying the ANSI/ISO standards
Describing the fundamental building blocks: tables, columns, primary keys, and foreign keys

Module 2: Building the Database Schema
- Creating tables and columns
Building tables with CREATE TABLE
Modifying table structure with ALTER TABLE
Adding columns to an existing table
Removing tables with DROP TABLE

- Protecting data integrity with constraints
Guaranteeing uniqueness with primary key constraints
Enforcing integrity with foreign key constraints
Imposing business rules with check constraints

- Improving performance with indexes
Expediting data retrieval with indexes
Recommending guidelines for index creation

Module 3: Manipulating Data
- Modifying table contents
Adding table rows with INSERT
Changing row content with UPDATE
Removing rows with DELETE

- Applying transactions
Controlling transactions with COMMIT and ROLLBACK
Deploying BEGIN TRANSACTION in SQL Server

Module 4: Working with the SELECT Statement
- Writing Single Table queries
Retrieving data with SELECT
Specifying column expressions
Sorting the result with ORDER BY
Handling NULL values in expressions

- Restricting rows with the WHERE filter
Testing for equality or inequality
Applying wildcard characters
Avoiding NULL value pitfalls

Module 5: Querying Multiple Tables
- Applying the ANSI/ISO standard join syntax
Matching related rows with INNER JOIN
Including nonmatched rows with OUTER JOIN
Creating a Cartesian product with CROSS JOIN

- Combining results with set operators
Stacking results with UNION
Identifying matching rows with INTERSECT
Utilizing EXCEPT to find nonmatching rows

Module 6: Employing Functions in Data Retrieval
- Processing data with row functions
Conditional formatting with the CASE expression
Utilizing the CASE expression to simulate IF tests
Dealing with NULL values

- Performing analysis with aggregate functions
Summarizing data using SUM, AVG and COUNT
Finding the highest/lowest values with MAX and MIN
Defining the summary level with GROUP BY
Applying filter conditions with HAVING

Module 7: Constructing Nested Queries
- Applying subqueries in filter conditions
Creating correlated vs. noncorrelated subqueries
Testing the existence of rows

- Including subqueries in expressions
Placing subqueries in the column list
Creating complex expressions containing subqueries
Handling subqueries that return no rows

Module 8: Developing In-Line and Stored Views
- Breaking down complex problems
Selecting data from a query result set
Using subqueries in the FROM clause

- Creating views in a database
Building reusable code
Creating updateable vs. non-updateable views
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
Are you ready to take your Excel skills to the next level? Our personalized online classes are designed to meet your unique needs, whether you’re a beginner looking to learn the basics or an advanced user wanting to master complex functions.

What We Offer:

Tailored Learning: Customized lessons focused on your specific goals and areas of interest.

Flexible Scheduling: Learn at your own pace from the comfort of your home, at times that work for you.

Hands-On Practice: Engage in real-world projects and exercises to reinforce your skills.

Expert Guidance: Benefit from one-on-one instruction with experienced Excel professionals.

Join us today and become proficient in Excel! Sign up for your first class and start your journey toward mastering this essential tool.
verified badge
In this course, you will learn how to efficiently package, containerize, and deploy Python applications and microservices using Docker. The course covers fundamental Docker concepts, best practices for structuring Python projects, and strategies for building scalable and portable applications. Through hands-on projects, you will gain practical experience in creating Docker images, managing containers, and orchestrating microservices, enabling seamless deployment across different environments.

Contact me if you want to have more information about the course!
verified badge
Unlock Your Microsoft Office Potential! Private online classes available in Microsoft Word, Excel, and PowerPoint. Struggling with Microsoft Office? Get personalized help with private online classes in Word, Excel, and PowerPoint. Boost your productivity, create professional documents, analyze data effectively, and design engaging presentations. Learn from the comfort of your home! Inquire today.
verified badge
This course is designed for anyone interested in learning data science using Python. It provides a hands-on introduction to fundamental data analysis tools such as NumPy, pandas, matplotlib, and seaborn. You'll learn how to manipulate datasets, create visualizations, and lay the foundations for statistical analysis and machine learning.

The course combines theory and practical exercises for effective, practical progress. No prior programming experience is necessary: we'll start with the basics to build solid, usable skills quickly.
verified badge
Are you ready to become the tech-savvy problem-solver everyone turns to?

Join this dynamic, hands-on class designed to unlock your full potential across four essential pillars of the digital age:

🧮 Mathematics – Strengthen your logical thinking and problem-solving skills, the foundation of all great tech minds.

🐍 Python Programming – Learn to code smart, build real-world projects, and automate anything. Python makes it fun and powerful.

🌐 Networking – Understand how the internet works from the ground up. Routers, protocols, IPs – we’ll demystify them all.

🔐 Cybersecurity – Learn how hackers think, how to protect systems, and start your journey into ethical hacking.
verified badge
Private Programming Lessons for you / your family / your company employees
Programming Tutor – IGCSE & Computer Science Subjects
Deeper understanding, stronger results

• Lecturer at the American University AUC
• Over 20 years of experience in training students for government employees, oil companies (BP), food companies (Nestle), banks (CIB), and telecommunications companies (Vodafone).

• Teaching curricula, syllabuses, courses:
o IGCSE (Computer Science 0478, ICT 0417)
o Programming and computer courses for all educational levels (from primary to university)
o Microsoft Windows, Word, Excel, PowerPoint, Outlook, MS-Project
o Programming, C, C++, VB.NET, C#, Python, Database, SQL, MQL, VBA
o HTML, CSS, JavaScript, Angular
o Different database systems
o Data analysis using Excel
o Computer and Information Colleges Curricula
o Using artificial intelligence in life and work

• Master office applications to improve your job performance.
• Prepare yourself to work as a Front-End / Back-End / Full Stack Developer
• Theoretical and practical training for market requirements
• Don't miss out on technology. Lessons are designed for the elderly, in a simple and understandable way (use of computers and their programs, use of mobile phones, dealing with the Internet and social media).
• Lessons are available in person or online.
verified badge
I offer Python courses suitable for all levels, from complete beginners to students wishing to deepen their knowledge.
The course may include:

Python Basics: Variables, Loops, Conditions, Functions

Algorithms and Problem Solving with Python

Practical projects to apply your knowledge

Tips and methodology for effective progress

The course is personalized according to your objectives, to allow you to develop concrete and directly usable skills in IT.
verified badge
السلام عليكم ورحمة الله وبركاته،
أنا طالب باحث في سلك الدكتوراه وأقدم دروس دعم وتقوية في مادة الرياضيات لجميع المستويات:

✔️ الإعدادي
✔️ الثانوي
✔️ الباكالوريا بجميع شعبها
✔️ التحضير للامتحانات والواجبات

أوفر شرحًا مبسطًا، تمارين تطبيقية، متابعة مستمرة، وتحسين مستوى التلميذ خطوة بخطوة.
verified badge
Hello, My name is Ahmed & I'm working as a TA in Ain Shams University.
I am available for assignments, Homeworks, exams, quizzes, projects, and labs.

Expert Programming & Web Development Tutor | Python, Java, C#, C++, Frontend, Backend, Databases, AI & Data Science

💻 Programming Languages:
✔ Programming: C, C++, Java, Python, PHP, JavaScript, HTML
✔ Mathematics: Linear Algebra, Calculus, Discrete Math, Probability, Optimization
✔ Object-Oriented Programming (OOP): Encapsulation, Polymorphism, Inheritance, Abstraction, Design Patterns
✔ Machine Learning: Neural Networks, Regression, Classification, Clustering, Reinforcement Learning
✔ Data Structures & Algorithms (DSA): Trees, Graphs, Linked Lists, Stacks, Queues, Priority Queues, Hash Tables, Tries, Heaps, Disjoint Sets, Sorting Algorithms (Merge Sort, Quick Sort, Heap Sort, etc.), Searching Algorithms (Binary Search, Linear Search), Dynamic Programming, Greedy Algorithms, Divide & Conquer, Backtracking, Topological Sort, Graph Traversals (BFS, DFS), Minimum Spanning Tree (Prim’s, Kruskal’s), Shortest Path Algorithms (Dijkstra’s, Bellman-Ford, Floyd-Warshall), String Algorithms (KMP, Rabin-Karp, Z-Algorithm), and more!
✔ Assignments, Homework, Labs, Projects, Exams, or Quizzes

🌐 Web Development:
Frontend – HTML, CSS, JavaScript, React, Laravel
Backend – .NET, PHP, Flask, Django

🗄️ Databases:
SQL, MongoDB

🧠 AI & Data Science:
Python for Data Science, Machine Learning, Pandas, NumPy, Data Visualization

✅ What You’ll Get:
Personalized one-on-one sessions
Clear explanations with real-world examples
Hands-on coding practice
Help with assignments, projects, and interview prep
A focus on understanding, not memorizing
No matter your level, I make learning tech engaging and effective. Let’s turn your goals into achievements—one line of code at a time!
ضمان المدرس المناسب
favorite button
message icon
اتصل بNuman