Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python programming for C++ developers
Rating: 4.1 out of 5(43 ratings)
101 students

Python programming for C++ developers

A quick switch from C++ to Python
Created byBasit Ali
Last updated 6/2023
English

What you'll learn

  • A quick introduction to python syntax for C++ coders. Variables, lists, functions, loops, conditions, I/O, files, recursion, exceptions, GUI programming & more.
  • Problem solving using Python programming -- A quick skill conversion for C++ programmers
  • Learn how simple it is to handle lists, data and files in Python as compared to C++
  • Learn super simple GUI development using Tkinter in Python

Course content

14 sections59 lectures6h 17m total length
  • Introduction to course and instructor1:01

    This section contains the introduction to the instructor and the course, best practices to make most out of this course.


    Best Practices:

    • Watch the video lectures

    • Then attempt the exercises

    • Take self evaluation quizzes

  • A quick walk through the course3:58

    This is a very quick walk through the whole course. We list down what this course is all about, the main topics covered and what is cool in terms of syntax about Python.

  • Software Setup for Python3:26

    Why to study python and how do we get started.


    We will use idle as our IDE for this course. You can download python IDE from following link for Windows or Mac.


    https://www.python.org/downloads/


  • Hello World, your first program1:37

    Time to write you "Hello World" program in Python. Yes your first few lines of code.


    The code will actually pull up a GUI saying Hello World :)

Requirements

  • C++
  • If not C++, preferably another similar syntax language like Java or C#

Description

The course is designed for C++ developers to quickly grasp Python syntax. We will learn Python syntax and a comparative study is done in each lecture comparing C++ and python syntax.

The course gives you a boost in learning python without going through clumsy documentation or lengthy books. The pace of the course is quick, so that you don't get bored with extra ordinary details but it is balanced with the depth of information that you are not left out on any topics.

You’ll get to learn the syntax of Python language in comparison to C++ and you’ll see how it is different and similar at the same time to work with data, variables, data types, files and lists. You’ll dive into the world of Python and it’s strong capability of type casting and data handling without worrying too much about the data types and memory allocations.

The course is meant for beginners who have probably never learned Python programming language but have a hint of C++ as their first or previously known language. People with no prior programming language can also take this course.

After completing this course, you can step forward to a more advanced course in python like Artificial Intelligence or Machine Learning.


Who this course is for:

  • Programmers, those who know C++. This is not a beginner's course if you don't know programming already, may be this one is not for you.
  • C++ experts looking to quickly grasp Python