The Learn Programming AcademyThe Learn Programming Academy
  • Home
  • Courses
  • Meet The Team
  • Blog
  • About Us
  • Contact
  • Home
  • Courses
  • Meet The Team
  • Blog
  • About Us
  • Contact

Programming Languages

  • Home
  • All courses
  • Programming Languages
  • Advanced C Programming Course

Advanced C Programming Course

Become a True Master of the C Programming Language - Confidently Apply for Real Time or Embedded C Jobs or contracts!

mm
Jason Fedin
Programming Languages
(5,180 reviews)
Take this course
2800976_98e5-1.jpg
  • Overview
  • Curriculum
  • Instructor
  • Reviews

What you will learn in this course?

The C programming language in 2020 is still one of the most popular and widely used languages. Having C programming skills gives you great career options, but learning the C language, particularly some of the trickier advanced stuff can be really difficult.

This course is designed to take your basic C skills to the next level and help you obtain mastery of the language by helping you understand advanced concepts of the C programming language, enabling you to master the art of problem-solving in programming using efficient, proven methods.

You’ll learn how to write high-quality C code and to make yourself more marketable for higher-level programming positions.

Just some of the topics in this huge 28-hour course include Threads, Function Pointers, Double Pointers, Recursion, Networking using Sockets, Bit manipulation, Macros, Signals, Storage Classes and loads more.  Check the curriculum on this page for full details of what is included in this very comprehensive course.

By the end of this course, with your new-found skills, you will be able to apply for real-time/embedded C programming positions or any job that requires mastery of the C programming language and be able to apply your new skills developing your own Advanced C programs.

What’s different about this course?

Jason Fedin is your instructor in this course and this course takes the skills you learned in that course to the next level.

This course focuses on the details and a thorough understanding of all advanced C programming concepts. This is not just a how-to course, it is a “why?” course.

You will learn how to implement specific advanced C concepts such as multi-threading and double pointers, in addition to learning why they are the best approach and how they make you a high-quality C programmer.

Many, many examples, challenges and quizzes are provided to test your understanding of every concept that you have learned.

This course is unique to other courses here at Udemy in that the details and the why are explained. We do not just go through projects and provide a how-to.

Who is the course aimed at?

This is not a beginner’s course.  It’s assumed you have some knowledge of the C programming language, preferably having completed our Beginner course (here on Udemy) or similar training and/or commercial programming experience in C or a similar language.

Getting started

If you are ready to get started, click on the enroll or Add to Cart button on this page and start taking your C Language skills to the next level.

Requirements

  • Basic knowledge of the C programming language (ideally having completed our Beginners course on Udemy).
  • A computer running Microsoft Windows, Linux or the Mac operating systems.
  • At least 4GB of ram on your computer.

What you will learn

  • Understand and be able to apply advanced concepts of the C programming language to create advanced C applications.
  • Understand Function and Double Pointers, Recursion, Bit Manipulation, Macros, Signals and loads more (check curriculam on this page for full list).
  • Learn all about threads and networking with Sockets.
  • Master the art of problem solving in programming using efficient, proven methods.
  • Be able to apply advanced C concepts to other programming languages.
  • How to write high quality C code to make yourself more marketable for senior programming positions and be apply for real-time/embedded programming positions.

Who should attend

  • This course is not aimed for beginners. If you have never used C programming before, then I would suggest you purchase our C Programming For Beginners course first, complete it then come back to take this advanced course.
  • On the other hand, if you already have a basic or prior experience with C programming, then this course is for you!

Is available on google app?

Yes

Is available on ios?

Yes

Course Features

  • Lectures 175
  • Quizzes 13
  • Exercises 0
  • Duration 29 total hours
  • Skill level Intermediate Level
  • Students 41927
  • Last Updated May, 2025
  • Introduction 36:52

    • Lecture
      Welcome to Class! 14:42
    • Lecture
      Class Organization 05:55
    • Lecture
      The C99 Standard 05:03
    • Lecture
      Creating a Project in Code Blocks 05:12
    • Lecture
      The C11 Standard 06:00
  • Installing Required Software 02:20:56

    • Lecture
      Overview 04:50
    • Lecture
      Installing the C Compiler (Windows) 08:38
    • Lecture
      Installing CodeLite On Windows 03:51
    • Lecture
      Configuring CodeLite on Windows 18:30
    • Lecture
      Installing the C Compiler (Mac) 04:16
    • Lecture
      Exploring the Visual Studio Code Environment 11:23
    • Lecture
      Installing CodeLite on Mac 04:43
    • Lecture
      Configuring CodeLite on Mac 19:01
    • Lecture
      Installing CodeLite on Ubuntu Linux 06:43
    • Lecture
      Configuring CodeLite on Ubuntu Linux 10:46
    • Lecture
      Creating a Default CodeLite Project Template (All Versions) 07:16
    • Lecture
      Using the Command Line Interface 02:18
    • Lecture
      Using the Command Line Interface on Windows 10:37
    • Lecture
      Using the Command Line Interface on Mac 10:08
    • Lecture
      Using the Command Line Interface on Linux 10:10
    • Lecture
      Using a Web-based C compiler 07:46
  • Starting to Write Code 50:17

    • Lecture
      Creating a Workspace and configuring the compiler in Visual Studio Code 17:16
    • Lecture
      Exploring the CodeLite Environment 12:04
    • Lecture
      Creating our first C program 07:22
    • Lecture
      Building/Compiling our first program 13:35
  • Working with Larger Programs 47:09

    • Lecture
      Overview 18:49
    • Lecture
      Compiling multiple source files from the command line 05:45
    • Lecture
      Makefiles 05:57
    • Lecture
      Communication between files 04:12
    • Lecture
      Using Header files effectively 04:46
    • Lecture
      Heap and Stack Memory Allocation 07:40
  • Storage Classes 51:35

    • Lecture
      Automatic Variables 12:39
    • Lecture
      External 13:22
    • Lecture
      Static 14:09
    • Lecture
      Register 08:29
    • Quiz
      (Quiz) 12 questions
    • Lecture
      (Challenge) 02:56
  • Advanced Data Types 01:23:33

    • Lecture
      The #define statement (constants) 09:54
    • Lecture
      Using typedef 10:37
    • Lecture
      Variable Length Arrays 10:55
    • Lecture
      (Challenge) Variable Length Arrays 01:54
    • Lecture
      Flexible Array Members 05:11
    • Lecture
      (Challenge) Flexible Array Members 01:51
    • Lecture
      Complex number types 15:51
    • Lecture
      (Challenge) Complex number types 02:28
    • Lecture
      Designated Initializers 10:49
    • Quiz
      (Quiz) 14 questions
    • Lecture
      (Demonstration) Challenge solutions 14:03
  • Type Qualifiers 27:38

    • Lecture
      const 14:33
    • Lecture
      volatile 05:00
    • Lecture
      restrict 08:05
    • Quiz
      (Quiz) 9 questions
  • Bit Manipulation 02:06:33

    • Lecture
      Binary numbers and bits 13:05
    • Lecture
      (Challenge) Binary numbers and Bits 02:07
    • Lecture
      (Demonstration) Binary numbers and Bits 10:40
    • Lecture
      Bitwise Operators (Logical) 21:43
    • Lecture
      Bitwise Operators (Shifting) 13:22
    • Lecture
      (Challenge) Bitwise Operators 04:38
    • Lecture
      (Demonstration) Bitwise Operators 05:27
    • Lecture
      Bitmasks 14:34
    • Lecture
      Using Bit Operators to pack data 09:20
    • Lecture
      (Challenge) Setting and Reading bits 02:22
    • Lecture
      (Demonstration) Setting and Reading bits 06:08
    • Lecture
      Using Bit Fields to pack data 10:08
    • Lecture
      (Challenge) Using Bit Fields to pack data 05:10
    • Lecture
      (Demonstration) Using Bit Fields to pack data 07:49
    • Quiz
      (Quiz) 15 questions
  • Advanced Control Flow 46:30

    • Lecture
      The goto statement 09:36
    • Lecture
      (Challenge) The goto statement 01:53
    • Lecture
      The null statement 05:02
    • Lecture
      The comma operator 07:40
    • Lecture
      setjmp and longjmp functions 12:45
    • Lecture
      (Challenge) setjmp and longjmp functions 01:28
    • Lecture
      (Demonstration) Advanced Control Flow 08:06
    • Quiz
      (Quiz) 8 questions
  • Input and Output 01:42:04

    • Lecture
      char functions (input) 19:35
    • Lecture
      char functions (output) 11:30
    • Lecture
      (Challenge) char functions 03:00
    • Lecture
      (Demonstration) char functions 12:16
    • Lecture
      string functions 17:49
    • Lecture
      (Challenge) string functions 02:11
    • Lecture
      (Demonstration) string functions 07:03
    • Lecture
      Formatting functions 20:37
    • Lecture
      (Challenge) Formatting functions 02:55
    • Lecture
      (Demonstration) Formatting functions 05:08
    • Quiz
      (Quiz) 10 questions
  • Advanced Function Concepts 01:20:39

    • Lecture
      Variadic Functions 17:47
    • Lecture
      va_copy 08:27
    • Lecture
      (Challenge) Variadic Functions 03:30
    • Lecture
      (Demonstration) Variadic Functions 03:58
    • Lecture
      Recursion 19:35
    • Lecture
      (Challenge) Recursion 02:54
    • Lecture
      (Demonstration) Recursion 10:27
    • Lecture
      Inline Functions 06:11
    • Lecture
      _Noreturn Functions 07:50
    • Quiz
      (Quiz) 14 questions
  • Unions 38:13

    • Lecture
      Overview 09:39
    • Lecture
      Defining a Union 10:56
    • Lecture
      Accessing Union Members 10:41
    • Lecture
      (Challenge) Unions 03:05
    • Lecture
      (Demonstration) Unions 03:52
    • Quiz
      (Quiz) 8 questions
  • The Preprocessor 34:50

    • Lecture
      Overview 04:03
    • Lecture
      Conditional Compilation 15:49
    • Lecture
      Include guards and #undef 04:11
    • Lecture
      #pragma and #error 10:47
    • Quiz
      (Quiz) 16 questions
  • Macros 01:06:31

    • Lecture
      Overview 06:16
    • Lecture
      Macros vs. Functions 05:17
    • Lecture
      Creating your own Macros 16:56
    • Lecture
      Preprocessor Operators 16:35
    • Lecture
      Predefined Macros 05:59
    • Lecture
      (Challenge) Macros 06:07
    • Lecture
      (Demonstration) Macros 09:21
  • Advanced Debugging, Analysis, and Compiler Options 02:23:10

    • Lecture
      GCC Compiler Options (part 1) 17:53
    • Lecture
      GCC Compiler Options (part 2) 17:37
    • Lecture
      Debugging with the preprocessor 21:10
    • Lecture
      Debugging with gdb (part 2) 18:53
    • Lecture
      core files 13:11
    • Lecture
      Profiling 10:47
    • Lecture
      Static Analysis 08:42
    • Lecture
      (Challenge) 16:23
    • Lecture
      (Demonstration) 18:34
  • Advanced Pointers 01:45:18

    • Lecture
      Double pointers (pointer to a pointer) 14:19
    • Lecture
      Double pointers (pointer to a pointer) Part 2 15:17
    • Lecture
      Debugging with gdb (part 1) 18:01
    • Lecture
      (Challenge) Double pointers 06:01
    • Lecture
      (Demonstration) Double pointers 08:07
    • Lecture
      Function pointers 17:38
    • Lecture
      (Challenge) Function pointers 07:23
    • Lecture
      (Demonstration) Function pointers 07:38
    • Lecture
      void pointers 10:54
    • Quiz
      (Quiz) 15 questions
  • Static Libraries and Shared Objects 02:05:07

    • Lecture
      Overview 15:50
    • Lecture
      Creating a Static Library (archive) 17:45
    • Lecture
      (Challenge) Static Library 04:23
    • Lecture
      (Demonstration) Static Library 12:12
    • Lecture
      Creating a Dynamic Library (Shared object) 23:35
    • Lecture
      (Challenge) Dynamic Library 03:54
    • Lecture
      (Demonstration) Dynamic Library 12:49
    • Lecture
      Dynamically loading a shared object 20:55
    • Lecture
      (Challenge) Dynamic Loading 03:53
    • Lecture
      (Demonstration) Dynamic Loading 09:51
  • Useful C Libraries 01:29:50

    • Lecture
      Assert 08:47
    • Lecture
      General Utilities (stdlib.h) 16:59
    • Lecture
      General Utilities (stdlib.h) part 2 15:44
    • Lecture
      General Utilities (stdlib.h) part 3 17:14
    • Lecture
      Date and Time functions 17:10
    • Lecture
      (Challenge) 02:55
    • Lecture
      (Demonstration) 11:01
    • Quiz
      (Quiz) 15 questions
  • Data Structures 01:50:41

    • Lecture
      Abstract Data Types 08:36
    • Lecture
      Linked Lists (Overview) 07:26
    • Lecture
      Linked LIsts (Implementation) 20:30
    • Lecture
      (Challenge) Linked Lists 05:57
    • Lecture
      (Demonstration) Linked Lists 12:11
    • Lecture
      Stacks (Overview) 06:07
    • Lecture
      Stacks (Implementation) 12:15
    • Lecture
      Queues (Overview) 05:51
    • Lecture
      Queues (Implementation) 12:31
    • Lecture
      Binary Trees (Overview) 10:25
    • Lecture
      Binary Trees (Implementation) 08:52
    • Quiz
      (Quiz) 20 questions
  • Interprocess Communication and Signals 01:16:39

    • Lecture
      Interprocess Communication 15:43
    • Lecture
      Signals (Overview) 07:08
    • Lecture
      Raising a Signal 07:09
    • Lecture
      Handling a Signal using the signal function 12:30
    • Lecture
      Handling a Signal using sigaction 10:52
    • Lecture
      The fork() system call 09:23
    • Lecture
      (Challenge) 06:41
    • Lecture
      (Demonstration) 07:13
  • Threads 01:43:43

    • Lecture
      Overview 09:35
    • Lecture
      Creating a thread 10:43
    • Lecture
      Passing arguments and returning values 08:48
    • Lecture
      Common Thread functions 10:35
    • Lecture
      Thread Synchronization Concepts 09:16
    • Lecture
      Mutexes 16:42
    • Lecture
      Condition Variables 08:57
    • Lecture
      (Challenge) 13:21
    • Lecture
      (Demonstration) 15:46
    • Quiz
      (Quiz) 14 questions
  • Networking (Sockets) 01:01:28

    • Lecture
      Overview 08:52
    • Lecture
      The Socket API 19:19
    • Lecture
      Creating a Server Socket 09:49
    • Lecture
      Creating a Client Socket 10:25
    • Lecture
      (Challenge) 02:44
    • Lecture
      (Demonstration) 10:19
  • Conclusion 23:11

    • Lecture
      Course Summary 23:11
  • Extra Information - Source code, and other stuff 05:59

    • Lecture
      Source Codes 01:05
    • Lecture
      Bonus Lecture and Information 04:49
    • Lecture
      Course Slides 00:05
Jason Fedin
Instructor / Software Developer I have been teaching students for over 12 years via online classes at over 10 different online Universities. I have created many different class curriculums, ranging from mobile programming to… View Profile
Tim Buchalka's Learn Programming Academy
Professional Programmers and Teachers - 323,000+ students The Learn Programming Academy was created by Tim Buchalka, a software developer with 35 years experience, who is also an instructor on Udemy, with over 335,000 students in his courses… View Profile

Student Feedback

4.4
5,180 Average ratings
53%
34%
9%
2%
2%
  • 5 days ago

    Devilal Guguloth

    Good

  • 1 week ago

    Viktor Petrov

    Maybe add projects ideas, but overall he builds a solid foundation on the advanced use of C

  • 2 weeks ago

    Thothadri Krishna B

    i did not heard the most of concepts that have been introduced

  • 1 month ago

    Daniele Asteggiante

    great course, the teacher is very very prepared, the augments are very andvanced but the teacher make them simple. congrats.

  • 1 month ago

    M Sangram rao

    yes, it was good experience

  • 1 month ago

    Saket Dewangan

    Learn a lot of new thing in C.

  • 2 months ago

    Amir Hossein Hashemolhosseini

    The instructor explains the subjects in clear and brief manner and he tries to cover the most essential topics in regards to Advanced C Programming. The challenges are designed to test your understanding on that particular subject in very effective way.

  • 2 months ago

    Oscar Llamas Fraile

    Curso bastante completo de C. Teniendo experiencia previa como programador en C, esperaba contenidos más extensos en los últimos cursos de multithreading o sockets, pero igualmente me ha servido mucho para afianzar mis conocimientos y aprender partes no tan conocidas de C

  • 2 months ago

    Akhil M

    Good

  • 3 months ago

    Thallapalli Kaveri

    I learned new things

  • Overview
  • Curriculum
  • Instructor
  • Reviews
Take this course
  • Share:
Take this course

Related Courses

Java Masterclass 2025: 130+ Hours of Expert Lessons Read More
mm
LPA TEAM

Java Masterclass 2025: 130+ Hours of Expert Lessons

mm
LPA TEAM
(0 review)
912311
(206486 Reviews)
Learn Python Programming Masterclass Read More
mm
LPA TEAM

Learn Python Programming Masterclass

mm
LPA TEAM
(0 review)
434160
(104162 Reviews)
Android Java Masterclass – Become an App Developer Read More
mm
LPA TEAM

Android Java Masterclass - Become an App Developer

mm
LPA TEAM
(0 review)
72356
(10698 Reviews)
Java Spring Tutorial Masterclass – Learn Spring Framework 5 Read More
mm
LPA TEAM

Java Spring Tutorial Masterclass - Learn Spring Framework 5

mm
LPA TEAM
(0 review)
41043
(6421 Reviews)
Kotlin for Java Developers Read More
mm
LPA TEAM

Kotlin for Java Developers

mm
LPA TEAM
(0 review)
32461
(5173 Reviews)
Learn Java Creating Android Games Using the LibGDX library Read More
mm
LPA TEAM

Learn Java Creating Android Games Using the LibGDX library

mm
LPA TEAM
(0 review)
3875
(523 Reviews)
Oracle Java Certification – Pass the Associate 1Z0-808 Exam. Read More
mm
LPA TEAM

Oracle Java Certification - Pass the Associate 1Z0-808 Exam.

mm
LPA TEAM
(0 review)
30743
(6085 Reviews)
What’s New in Java 9 – Modules and More! Read More
mm
LPA TEAM

What's New in Java 9 - Modules and More!

mm
LPA TEAM
(0 review)
5824
(844 Reviews)
Ruby for Beginners Read More
mm
LPA TEAM

Ruby for Beginners

mm
LPA TEAM
(0 review)
869
(83 Reviews)
Learn To Write 2D Games with C# and Unity Read More
mm
LPA TEAM

Learn To Write 2D Games with C# and Unity

mm
LPA TEAM
(0 review)
1494
(111 Reviews)
SQL for Beginners: Learn SQL using MySQL and Database Design Read More
mm
LPA TEAM

SQL for Beginners: Learn SQL using MySQL and Database Design

mm
LPA TEAM
(0 review)
186459
(60291 Reviews)
Data Structures and Algorithms:  Deep Dive Using Java Read More
mm
Tim Buchalka

Data Structures and Algorithms: Deep Dive Using Java

mm
LPA TEAM
(0 review)
117427
(22075 Reviews)
Learn Kotlin and Create Games Using the LibGdx Library Read More
mm
LPA TEAM

Learn Kotlin and Create Games Using the LibGdx Library

mm
LPA TEAM
(0 review)
1562
(200 Reviews)
Ethical Hacking Course:  Protect Yourself From Being Hacked Read More
mm
LPA TEAM

Ethical Hacking Course: Protect Yourself From Being Hacked

mm
LPA TEAM
(0 review)
5503
(464 Reviews)
The Complete Xamarin Developer Course:  iOS And Android! Read More
mm
LPA TEAM

The Complete Xamarin Developer Course: iOS And Android!

mm
LPA TEAM
(0 review)
25637
(4584 Reviews)
Android App Development Masterclass using Kotlin Read More
mm
LPA TEAM

Android App Development Masterclass using Kotlin

mm
LPA TEAM
(0 review)
41331
(6096 Reviews)
C Programming For Beginners – Master the C Language Read More
mm
LPA TEAM

C Programming For Beginners - Master the C Language

mm
LPA TEAM
(0 review)
176324
(38316 Reviews)
Ruby on Rails for Beginners Read More
mm
LPA TEAM

Ruby on Rails for Beginners

mm
LPA TEAM
(0 review)
856
(67 Reviews)
Beginning C++ Programming – From Beginner to Beyond Read More
mm
LPA TEAM

Beginning C++ Programming - From Beginner to Beyond

mm
LPA TEAM
(0 review)
337659
(75984 Reviews)
PHP for Beginners Read More
mm
LPA TEAM

PHP for Beginners

mm
LPA TEAM
(0 review)
21888
(4003 Reviews)
Windows Presentation Foundation Masterclass Read More
mm
LPA TEAM

Windows Presentation Foundation Masterclass

mm
LPA TEAM
(0 review)
26791
(5046 Reviews)
Master MATLAB through Guided Problem Solving Read More
mm
LPA TEAM

Master MATLAB through Guided Problem Solving

mm
LPA TEAM
(0 review)
25779
(4201 Reviews)
Machine Learning with Python from Scratch Read More
mm
LPA TEAM

Machine Learning with Python from Scratch

mm
LPA TEAM
(0 review)
4688
(333 Reviews)
Advanced Algorithms in Java Read More
mm
LPA TEAM

Advanced Algorithms in Java

mm
LPA TEAM
(0 review)
8788
(497 Reviews)
Python REST APIs with Flask, Docker, MongoDB, and AWS DevOps Read More
mm
LPA TEAM

Python REST APIs with Flask, Docker, MongoDB, and AWS DevOps

mm
LPA TEAM
(0 review)
19992
(2292 Reviews)
3D Programming with JavaScript and the Three.js 3D Library Read More
mm
LPA TEAM

3D Programming with JavaScript and the Three.js 3D Library

mm
LPA TEAM
(0 review)
6523
(973 Reviews)
Java Enterprise Edition 8 for Beginners course Read More
mm
LPA TEAM

Java Enterprise Edition 8 for Beginners course

mm
LPA TEAM
(0 review)
21281
(3375 Reviews)
HTML and CSS Masterclass Read More
mm
LPA TEAM

HTML and CSS Masterclass

mm
LPA TEAM
(0 review)
2253
(299 Reviews)
ArcPy for Python Developers using ArcGIS Pro Read More
mm
LPA TEAM

ArcPy for Python Developers using ArcGIS Pro

mm
LPA TEAM
(0 review)
9464
(1746 Reviews)
Azure Machine Learning using Cognitive Services Read More
mm
LPA TEAM

Azure Machine Learning using Cognitive Services

mm
LPA TEAM
(0 review)
5358
(488 Reviews)
Learning Bootstrap – From HTML to WordPress Theme Read More
mm
LPA TEAM

Learning Bootstrap - From HTML to Wordpress Theme

mm
LPA TEAM
(0 review)
2964
(170 Reviews)
Search Algorithms in Artificial Intelligence with Java Read More
mm
LPA TEAM

Search Algorithms in Artificial Intelligence with Java

mm
LPA TEAM
(0 review)
2727
(164 Reviews)
The Advanced Xamarin Developer Masterclass Read More
mm
LPA TEAM

The Advanced Xamarin Developer Masterclass

mm
LPA TEAM
(0 review)
6391
(529 Reviews)
The Complete Javascript Course for Developers Read More
mm
LPA TEAM

The Complete Javascript Course for Developers

mm
LPA TEAM
(0 review)
2716
(456 Reviews)
Learn Java Programming Crash Course Read More
mm
LPA TEAM

Learn Java Programming Crash Course

mm
LPA TEAM
(0 review)
20687
(4392 Reviews)
Learn C# for Beginners Crash Course Read More
mm
LPA TEAM

Learn C# for Beginners Crash Course

mm
LPA TEAM
(0 review)
11910
(2223 Reviews)
Python Tkinter Masterclass – Learn Python GUI Programming Read More
mm
Volkan Atış

Python Tkinter Masterclass - Learn Python GUI Programming

mm
LPA TEAM
(0 review)
6109
(769 Reviews)
The Java Design Patterns Course Read More
mm
Jason Fedin

The Java Design Patterns Course

mm
LPA TEAM
(0 review)
13618
(1209 Reviews)
Mastering Intellij IDEA and Android Studio Read More
mm
LPA TEAM

Mastering Intellij IDEA and Android Studio

mm
LPA TEAM
(0 review)
1287
(103 Reviews)
Git & GitHub Masterclass Read More
mm
LPA TEAM

Git & GitHub Masterclass

mm
LPA TEAM
(0 review)
13406
(1821 Reviews)
Python GUI Programming Using PyQt5 Read More
mm
LPA TEAM

Python GUI Programming Using PyQt5

mm
LPA TEAM
(0 review)
5376
(790 Reviews)
Android Firebase Masterclass – Master Google Firebase Read More
mm
LPA TEAM

Android Firebase Masterclass - Master Google Firebase

mm
LPA TEAM
(0 review)
3564
(407 Reviews)
Master CI/CD for Xamarin Read More
mm
LPA TEAM

Master CI/CD for Xamarin

mm
LPA TEAM
(0 review)
492
(51 Reviews)
Master CI/CD for Android Developers Read More
mm
LPA TEAM

Master CI/CD for Android Developers

mm
LPA TEAM
(0 review)
2339
(356 Reviews)
Master CI/CD for iOS Developers Read More
mm
LPA TEAM

Master CI/CD for iOS Developers

mm
LPA TEAM
(0 review)
3189
(518 Reviews)
Master CI/CD for React Native Read More
mm
LPA TEAM

Master CI/CD for React Native

mm
LPA TEAM
(0 review)
3861
(430 Reviews)
Java SE 11 Developer 1Z0-819 OCP Course – Part 1 Read More
mm
LPA TEAM

Java SE 11 Developer 1Z0-819 OCP Course - Part 1

mm
LPA TEAM
(0 review)
28414
(4223 Reviews)
iOS Firebase Masterclass – Real time Database and Firestore Read More
mm
LPA TEAM

iOS Firebase Masterclass - Real time Database and Firestore

mm
LPA TEAM
(0 review)
450
(38 Reviews)
Introduction to Continuous Integration & Continuous Delivery Read More
mm
LPA TEAM

Introduction to Continuous Integration & Continuous Delivery

mm
LPA TEAM
(0 review)
35515
(17358 Reviews)
Java SE 11 Developer 1Z0-819 OCP Course – Part 2 Read More
mm
LPA TEAM

Java SE 11 Developer 1Z0-819 OCP Course - Part 2

mm
LPA TEAM
(0 review)
14753
(1201 Reviews)
Learn Go for Beginners Crash Course (Golang) Read More
mm
LPA TEAM

Learn Go for Beginners Crash Course (Golang)

mm
LPA TEAM
(0 review)
14493
(2540 Reviews)
Python Django 4 Masterclass | Build a Real World Project Read More
mm
LPA TEAM

Python Django 4 Masterclass | Build a Real World Project

mm
LPA TEAM
(0 review)
3480
(367 Reviews)
Python Crash Course:  Gain Real World Developer Skills Now! Read More
mm
LPA TEAM

Python Crash Course: Gain Real World Developer Skills Now!

mm
LPA TEAM
(0 review)
1586
(155 Reviews)
Kotlin Crash Course:  Gain Real World Developer Skills Now! Read More
mm
LPA TEAM

Kotlin Crash Course: Gain Real World Developer Skills Now!

mm
LPA TEAM
(0 review)
367
(15 Reviews)
JavaScript Crash Course: Learn Essential Coding Skills Fast! Read More
mm
LPA TEAM

JavaScript Crash Course: Learn Essential Coding Skills Fast!

mm
LPA TEAM
(0 review)
638
(48 Reviews)
MongoDB Masterclass: Excel in NoSQL & Pass Certification! Read More
mm
LPA TEAM

MongoDB Masterclass: Excel in NoSQL & Pass Certification!

mm
LPA TEAM
(0 review)
1392
(124 Reviews)
Oracle SQL Mastery: From Novice to Certified Database Pro Read More
mm
LPA TEAM

Oracle SQL Mastery: From Novice to Certified Database Pro

mm
LPA TEAM
(0 review)
651
(34 Reviews)
Google BigQuery for Programmers: Analyze & Visualize Read More
mm
LPA TEAM

Google BigQuery for Programmers: Analyze & Visualize

mm
LPA TEAM
(0 review)
336
(23 Reviews)

    15 Comments

  1. mm
    Pvc Laserable Coated Overlay
    November 27, 2023
    Reply

    http://www.worksp.sakura.ne.jp
    Polycarbonate Sheet
    Stainless Steel Fitting
    Abs Sheet
    Plastic Fitting
    Brass Fittings
    Pvc Laserable Coated Overlay

  2. mm
    Deboning Machine
    November 27, 2023
    Reply

    Notebook Cheap
    China Spiral notebooks Suppliers
    Hamburger Patty Machine
    http://www.tupelo.pl
    Meat Buggy Lifter
    China A5 Spiral Notebook Manufacturers
    Deboning Machine

  3. mm
    Your Guide to the Ultimate First Aid Kit
    November 27, 2023
    Reply

    Pu/Eps/Honeycomb/Polyurethane/Sandwich Panel
    Fabricated Sandwich Panel
    zubrzyca-gorna.misiniec.pl
    What are the different types of Toilet Chairs
    Cleanroom Wall Panel Systems
    What are the three types of oil filters
    Your Guide to the Ultimate First Aid Kit

  4. mm
    Api Ring Gaskets
    November 28, 2023
    Reply

    http://www.firma.js.com.pl
    “English language stainless steel welding rods”
    “Stainless steel welding rods for low temperature”
    Ring Joint Gasket
    “Low stainless steel welding rods”
    Lens Ring Joint Gasket
    Api Ring Gaskets

  5. mm
    Custom Sportswear
    November 28, 2023
    Reply

    Black Shirt With Print
    Metal Stamping Fasteners
    Metal Stamping Connector
    Local Tee Shirt Printing
    http://www.sakushinsc.com
    Metal Stamping Industrial Parts
    Custom Sportswear

  6. mm
    Banquet Hall Chandeliers
    November 29, 2023
    Reply

    Silver Pure Aluminum Foil Tape
    nunotani.co.jp
    PET Pure Aluminum Foil Tape
    Linear Chandelier
    Wall Light
    FSK Reinforced Aluminum Foil Tape
    Banquet Hall Chandeliers

  7. mm
    Soccer Field Mobile Rebound Plastic Soccer Wall Football Rebounder Board
    November 29, 2023
    Reply

    Customized PE Cutting Boards
    westfalenzucht.de
    Shrink Bag/Film
    Recycled HD Paper Card Board Packaging
    Recycled Poly Shopping Bag
    Peek Parts
    Soccer Field Mobile Rebound Plastic Soccer Wall Football Rebounder Board

  8. mm
    Standing Pouch Foil
    November 29, 2023
    Reply

    Capacity growth of China s aluminum alloy die casting industry
    Liquid Spout Bags
    Solar Inverters Help Solve Electricity Challenges in South Africa
    Flexible Pouch Packaging
    http://www.leilia.net
    How to choose an LED panel light
    Standing Pouch Foil

  9. mm
    faarte.com.br
    November 30, 2023
    Reply

    Industrial Safety Solutions
    Emergency Light Exit Sign
    DIN6923 Stainless Steel Plain SS304 SS316 Serrated Hex Flange Nut
    304 316 Stainless Steel Din6923 Hex Flange Nut
    Laser Line Floor Marker
    ASTM DIN 6923 M6 Stainless Steel A2 A4 Hex Flange Nut
    faarte.com.br

  10. mm
    Puzzle Educational Toys Kids
    November 30, 2023
    Reply

    Sword Educational Toy
    http://www.fines.co.jp
    Stainless Steel 304 316 Custom Metal Shelf Hardware L Bracket
    Stainless Steel 304 316 Support Fittings Factory Supply L Shape Bracket
    Realistic Rc Cars
    Stainless Steel SS304 SS316 Large L Shaped Brackets
    Puzzle Educational Toys Kids

  11. mm
    Automatic Sliding Door Motor
    November 30, 2023
    Reply

    Silk Ribbon Embroidery Kits
    Shutter Gear Motor
    What is the difference between a commercial monitor and a TV
    Remote Control Industrial Garage Roller Door
    osuszaniegdansk.com
    How to choose Eyeliner
    Automatic Sliding Door Motor

  12. mm
    czarna4.pl
    November 30, 2023
    Reply

    Steel Plate Shot Blasting Machine
    Hammer Grease
    Grease Plant
    Wheel Bearing Grease
    Production process and scope of application of Tungsten Steel Punch
    How should the Linear Electric Actuator be maintained
    czarna4.pl

  13. mm
    Desk And Chair For Computer
    December 15, 2023
    Reply

    modecosa.com
    Scourers Plastic Mesh Scourer
    Pure Copper Kitchen Scrubber
    Blind Rivet
    Ergonomic Office Chair Premium
    Kitchen Scouring Pad
    Pu Gaming Chair
    Mesh Office Chair With Lumbar Support
    Computer Table Desk
    Solid Rivet
    Desk And Chair For Computer

  14. mm
    Ball Plunger Set Screws
    December 15, 2023
    Reply

    Realistic Dinosaur Suit
    http://www.mcsir.skarzysko.pl
    Chinese Dragon Lights Festival Moscow
    Chinese Dragon Lights Festival Moscow
    Hello Panda Lantern Festival
    Stainless Steel Headless Screw
    Set Screw with Cup Point
    Chinese Lantern Fest
    Hex Socket Set Screw
    Flat Point Set Screw
    Ball Plunger Set Screws

  15. mm
    2-полюсный терминал для подключения к зданию
    December 16, 2023
    Reply

    Epon Sfp Olt
    Mini Gigabit Switch
    Single Core Sfp Module
    http://www.apkue.com
    3-полюсный терминал для подключения к зданию
    Клемма проводки здания DIN 4 в 4 выхода
    Rj45 Ports 24 Ports
    Клемма проводки здания DIN 5 в 5 из
    Клемма проводки здания DIN 3 в 3 выхода
    Module Pon Epon
    2-полюсный терминал для подключения к зданию

Leave A Reply Cancel reply

Your email address will not be published. Required fields are marked *


Latest Courses

Google BigQuery for Programmers: Analyze & Visualize

Google BigQuery for Programmers: Analyze & Visualize

Oracle SQL Mastery: From Novice to Certified Database Pro

Oracle SQL Mastery: From Novice to Certified Database Pro

MongoDB Masterclass: Excel in NoSQL & Pass Certification!

MongoDB Masterclass: Excel in NoSQL & Pass Certification!

JavaScript Crash Course: Learn Essential Coding Skills Fast!

JavaScript Crash Course: Learn Essential Coding Skills Fast!

Kotlin Crash Course:  Gain Real World Developer Skills Now!

Kotlin Crash Course: Gain Real World Developer Skills Now!

Python Crash Course:  Gain Real World Developer Skills Now!

Python Crash Course: Gain Real World Developer Skills Now!

logo-eduma-the-best-lms-wordpress-theme

+61 422 512 549

[email protected]

Company

  • About Us
  • Blog
  • Contact
  • Become A Co-Instructor

Links

  • Courses
  • FAQs
  • Contact Us

  • Privacy Policy
  • Terms & Conditions

Would you like to become a Udemy Course Co-Instructor?

Struggling to find students? Let us publish and promote your course to our students.

FIND OUT MORE NOW
Modal title

Message modal