Companies Home Search Profile

Programming/App Design With Python: From Zero To SUPER HERO

Focused View

Don Noel

27:45:53

188 View
  • 1. No Installation Needed Read-Eval-Print Loop (Repl.it).mp4
    02:44
  • 2. Installing Python on Windows.mp4
    04:48
  • 3. Using pip Windows.mp4
    03:31
  • 4. Installing Python and pip on Linux.mp4
    07:05
  • 1. Basic Data Types - Unit Goals.mp4
    02:46
  • 2. Using Your First Python Function print().mp4
    06:34
  • 3. Using Variables In Python.mp4
    06:46
  • 4. Understanding Your First Data Type Strings.mp4
    05:51
  • 5. More on Strings.mp4
    08:14
  • 6. More Data Types Integers and Floats.mp4
    05:11
  • 7. Using Your Second Python Function type().mp4
    05:08
  • 8. input() Function.mp4
    06:51
  • 9. String Formatting Options.mp4
    11:35
  • 1. App Demonstration.mp4
    08:27
  • 2. App Solution.mp4
    01:21
  • 1. App Demonstration.mp4
    06:07
  • 2. App Solution.mp4
    00:57
  • 1. App Demonstration.mp4
    06:00
  • 2. App Solution.mp4
    00:57
  • 1. App Demonstration.mp4
    07:40
  • 2. App Solution.mp4
    01:05
  • 1. App Demonstration.mp4
    07:54
  • 2. App Solution.mp4
    01:17
  • 1. Lists - Unit Goals.mp4
    11:32
  • 2. An Introduction to a New Data Type Lists.mp4
    02:02
  • 3. Changing and Adding Elements to a List.mp4
    07:49
  • 4. Removing Elements from a List.mp4
    07:59
  • 5. Sorting Lists and the len() Function.mp4
    08:30
  • 6. Tuples.mp4
    09:58
  • 1. App Demonstration.mp4
    04:05
  • 2. App Solution.mp4
    01:15
  • 1. App Demonstration.mp4
    08:59
  • 2. App Solution.mp4
    02:15
  • 1. App Demonstration.mp4
    11:09
  • 2. App Solution.mp4
    02:13
  • 1. App Demonstration.mp4
    15:23
  • 2. App Solution.mp4
    01:49
  • 1. App Demonstration.mp4
    12:00
  • 2. App Solution.mp4
    02:24
  • 1. For Loops - Unit Goals.mp4
    14:11
  • 2. Looping through a List of Elements.mp4
    02:23
  • 3. Looping through a Numerical Range.mp4
    15:15
  • 4. Looping through a Portion of a List Using Slicing.mp4
    15:39
  • 5. Looping through Multiple Lists.mp4
    09:39
  • 1. App Demonstration.mp4
    06:43
  • 2. App Solution.mp4
    01:58
  • 1. App Demonstration.mp4
    16:26
  • 2. App Solution.mp4
    02:41
  • 1. App Demonstration.mp4
    16:32
  • 2. App Solution.mp4
    01:34
  • 1. App Demonstration.mp4
    14:02
  • 2. App Solution.mp4
    01:15
  • 1. App Demonstration.mp4
    14:46
  • 2. App Solution - Part 1.mp4
    03:01
  • 3. App Solution - Part 2.mp4
    14:10
  • 1. Unit Goals.mp4
    13:31
  • 2. A New Data Type Booleans.mp4
    02:46
  • 3. Simple If-else Statements.mp4
    07:29
  • 4. If-elif-else Chains.mp4
    11:05
  • 5. Nested If-elif-else Chains.mp4
    09:57
  • 6. Control Statements Break, Continue, and Pass.mp4
    09:53
  • 1. App Demonstration.mp4
    05:40
  • 2. App Solution.mp4
    02:26
  • 1. App Demonstration.mp4
    15:21
  • 2. App Solution.mp4
    01:20
  • 1. App Demonstration.mp4
    12:33
  • 2. App Solution.mp4
    01:32
  • 1. App Demonstration.mp4
    12:04
  • 2. App Solution.mp4
    01:35
  • 1. App Demonstration.mp4
    10:24
  • 2. App Solution - Part 1.mp4
    02:08
  • 3. App Solution - Part 2.mp4
    10:30
  • 1. Unit Goals.mp4
    02:57
  • 2. A New Data Type Dictionaries.mp4
    13:57
  • 3. Looping through a Dictionary.mp4
    12:01
  • 4. More Complex Dictionary Structure.mp4
    13:22
  • 1. App Demonstration.mp4
    01:41
  • 2. App Solution.mp4
    14:18
  • 1. App Demonstration.mp4
    02:26
  • 2. App Solution.mp4
    16:43
  • 1. App Demonstration.mp4
    03:29
  • 2. App Solution.mp4
    19:06
  • 1. App Demonstration.mp4
    02:18
  • 2. App Solution - Part 1.mp4
    15:28
  • 3. App Solution - Part 2.mp4
    13:57
  • 1. App Demonstration.mp4
    02:20
  • 2. App Solution - Part 1.mp4
    09:58
  • 3. App Solution - Part 2.mp4
    13:48
  • 1. Unit Goals.mp4
    02:01
  • 2. Basics of While Loops.mp4
    09:10
  • 3. The Modulus Operator.mp4
    14:38
  • 4. More with While Loops.mp4
    10:31
  • 1. App Demonstration.mp4
    01:56
  • 2. App Solution.mp4
    15:30
  • 1. App Demonstration.mp4
    01:39
  • 2. App Solution.mp4
    13:55
  • 1. App Demonstration.mp4
    02:39
  • 2. App Solution.mp4
    24:45
  • 1. App Demonstration.mp4
    02:21
  • 2. App Solution.mp4
    25:37
  • 1. App Demonstration.mp4
    03:51
  • 2. App Solution - Part 1.mp4
    17:59
  • 3. App Solution - Part 2.mp4
    21:02
  • 1. Unit Goals.mp4
    02:27
  • 2. What is a Function.mp4
    08:06
  • 3. Creating Your own Functions with Python.mp4
    14:39
  • 4. Return Values.mp4
    13:47
  • 5. Local versus Global Variables-Part 1 Integers, Floats, and Strings.mp4
    12:52
  • 6. Local versus Global Variables-Part 2 Lists and Dictionaries.mp4
    09:53
  • 1. App Demonstration.mp4
    01:12
  • 2. App Solution.mp4
    17:56
  • 1. App Demonstration.mp4
    02:53
  • 1. App Demonstration.mp4
    27:03
  • 2. App Solution.mp4
    02:22
  • 1. App Demonstration.mp4
    35:12
  • 2. App Solution - Part 1.mp4
    02:22
  • 3. App Solution - Part 2.mp4
    18:57
  • 1. App Demonstration.mp4
    23:23
  • 2. App Solution - Part 1.mp4
    03:27
  • 3. App Solution - Part 2.mp4
    24:12
  • 4. App Solution - Part 3.mp4
    26:44
  • 1. Unit Goals.mp4
    09:18
  • 2. Creating a Class (The Baby Class).mp4
    01:44
  • 3. Defining Methods (The Baby Class).mp4
    14:41
  • 4. Another Look at Classes - Part 1 (The House Class).mp4
    17:11
  • 5. Another Look at Classes - Part 2 (The House Class).mp4
    12:26
  • 6. Inheritance - Part 1 (The Dog Class).mp4
    13:15
  • 7. Inheritance - Part 2 (The Dog Class).mp4
    16:37
  • 1. App Demonstration.mp4
    14:24
  • 2. App Solution - Part 1.mp4
    05:01
  • 3. App Solution - Part 2.mp4
    22:52
  • 4. App Solution - Part 3.mp4
    22:52
  • 1. App Demonstration.mp4
    27:07
  • 2. App Solution - Part 1.mp4
    26:00
  • 3. App Solution - Part 2.mp4
    03:11
  • 4. App Solution - Part 3.mp4
    33:48
  • 1. App Demonstration.mp4
    33:48
  • 2. App Solution - Part 1.mp4
    34:35
  • 3. App Solution - Part 2.mp4
    23:20
  • 4. App Solution - Part 3.mp4
    23:20
  • 5. App Solution - Part 4.mp4
    05:03
  • 6. App Solution - Part 5.mp4
    24:05
  • 1. App Demonstration.mp4
    25:07
  • 2. App Solution - Part 1.mp4
    21:20
  • 3. App Solution - Part 2.mp4
    25:34
  • 4. App Solution - Part 3.mp4
    27:36
  • 1. App Demonstration.mp4
    04:06
  • 2. App Solution - Part 1.mp4
    25:03
  • 3. App Solution - Part 2.mp4
    31:39
  • 4. App Solution - Part 3.mp4
    17:17
  • 5. App Solution - Part 4.mp4
    04:39
  • 6. App Solution - Part 5.mp4
    17:24
  • Description


    Learn And Master App Design, Video Game Design, AND Programming With Python

    What You'll Learn?


    • Master App Design With Python
    • Master Python Programming
    • Learn Professional Computer Science skills
    • Design Many Professional Apps With Python
    • Master Designing Video Games With Python
    • Master designing GUI Apps with Python

    Who is this for?


  • Anyone serious about becoming a Professional App Designer with Python
  • Anyone serious about becoming a Professional Programmer With Python
  • Anyone serious about becoming a Professional Video Game designer With Python
  • Anyone serious about learning a Good, solid foundation of knowledge in Computer Science
  • More details


    Description

    This course begins with installing Python along with a complete explanation of the data types used in the Python programming language, which will give you the extensive and important background knowledge of Python Programming you will need as you progress through this course and throughout your career as a Professional Python Programmer.

    Then we will move on to creating 40 Professional  Apps with Python that will make it fast, simple, and effortless for you to learn, understand and Master Python Programming. Then you will start learning basic to advanced Computer Science skills.


    By the end of this course, you will be an Expert in Python programming and will have developed every Expert skill you will ever need to design/Program Professional Applications , Video Games, and more with Python.

    This course will familiarize you with a wide range of concepts, theories, Python and basic to Highly Advanced computer science principles and skills. It begins with a description of how to install Python and the fundamental data types that are used in Python programming.


    After finishing this course, you will be an Expert in Python programming and have all of the Professional skills you will ever need to create Practical, Professional Applications and Video Games with Python along with a solid background in Professional Computer Science skills.

    .

    Who this course is for:

    • Anyone serious about becoming a Professional App Designer with Python
    • Anyone serious about becoming a Professional Programmer With Python
    • Anyone serious about becoming a Professional Video Game designer With Python
    • Anyone serious about learning a Good, solid foundation of knowledge in Computer Science

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Don has fifteen years of Professional experience as a Professional Python Programmer and Instructor.This 50+ hour course on App Design With Python he has put together includes everything you will ever need to know that will make you an Expert Programmer/ App Designer, and Video Game Designer with Python.When it comes to App Design,Video Game design, and Programming with Python, Nothing is left out in this course.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 152
    • duration 27:45:53
    • Release Date 2023/05/05