App Design With Python

Posted By: ELK1nG

App Design With Python
Published 3/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 10.54 GB | Duration: 27h 45m

Learn And Completely Master App Design AND Programming With Python

What you'll learn

Master App Design With Python

Master Python Programming

Gain important Computer Science skills

Design Many Professional Apps With Python

Requirements

None. Start with the basics and move up to very Highly Advanced levels of Python

Description

In this course, we will start with learning how to install Python along with an extensive explanation of data types used in Python programming.After that, you'll begin creating Professional  Apps with Python that will make it fast and easy for you to understand and Master Python Programming and then you will start learning basic and advanced Computer Science skills.Some of the Apps that you will learn to design are the Letter Counter App, Grade Sorter App, Voter Registration Application, a Thesaurus Application, and many, many more.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 build Professional Applications 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 with Python along with a solid background in Professional Computer Science skills..

Overview

Section 1: Introduction

Lecture 1 No Installation Needed: Read-Eval-Print Loop (Repl.it)

Lecture 2 Installing Python on Windows

Lecture 3 Using pip: Windows

Lecture 4 Installing Python and pip on Linux

Section 2: Basic Python Data Types

Lecture 5 Basic Data Types - Unit Goals

Lecture 6 Using Your First Python Function: print()

Lecture 7 Using Variables In Python

Lecture 8 Understanding Your First Data Type: Strings

Lecture 9 More on Strings

Lecture 10 More Data Types: Integers and Floats

Lecture 11 Using Your Second Python Function: type()

Lecture 12 input() Function

Lecture 13 String Formatting Options

Section 3: App 1: Letter Counter App

Lecture 14 App Demonstration

Lecture 15 App Solution

Section 4: App 2: Miles Per Hour Conversion Application

Lecture 16 App Demonstration

Lecture 17 App Solution

Section 5: App 3: Temperature Conversion Application

Lecture 18 App Demonstration

Lecture 19 App Solution

Section 6: App 4: Right Triangle Solver App

Lecture 20 App Demonstration

Lecture 21 App Solution

Section 7: App 5: Multiplication/Exponentiation Application

Lecture 22 App Demonstration

Lecture 23 App Solution

Section 8: Lists

Lecture 24 Lists - Unit Goals

Lecture 25 An Introduction to a New Data Type: Lists

Lecture 26 Changing and Adding Elements to a List

Lecture 27 Removing Elements from a List

Lecture 28 Sorting Lists and the len() Function

Lecture 29 Tuples

Section 9: App 6: Grade Sorter Application

Lecture 30 App Demonstration

Lecture 31 App Solution

Section 10: App 7: Different Types of Lists Program

Lecture 32 App Demonstration

Lecture 33 App Solution

Section 11: App 8: Grocery List Application

Lecture 34 App Demonstration

Lecture 35 App Solution

Section 12: App 9: Basketball Roster Program

Lecture 36 App Demonstration

Lecture 37 App Solution

Section 13: App 10: Favorite Teachers Program

Lecture 38 App Demonstration

Lecture 39 App Solution

Section 14: “For” Loops In Python

Lecture 40 For Loops - Unit Goals

Lecture 41 Looping through a List of Elements

Lecture 42 Looping through a Numerical Range

Lecture 43 Looping through a Portion of a List Using Slicing

Lecture 44 Looping through Multiple Lists

Section 15: App 11: Binary Hexadecimal Conversion Application

Lecture 45 App Demonstration

Lecture 46 App Solution

Section 16: App 12: Quadratic Equation Solver Application

Lecture 47 App Demonstration

Lecture 48 App Solution

Section 17: App 13: Factorial Calculator Application

Lecture 49 App Demonstration

Lecture 50 App Solution

Section 18: App 14: Fibonacci Calculator Application

Lecture 51 App Demonstration

Lecture 52 App Solution

Section 19: App 15: Grade Point Average Calculator Application

Lecture 53 App Demonstration

Lecture 54 App Solution - Part 1

Lecture 55 App Solution - Part 2

Section 20: Conditionals In Python

Lecture 56 Unit Goals

Lecture 57 A New Data Type: Booleans

Lecture 58 Simple If-else Statements

Lecture 59 If-elif-else Chains

Lecture 60 Nested If-elif-else Chains

Lecture 61 Control Statements: Break, Continue, and Pass

Section 21: App 16: Shipping Accounts Program App

Lecture 62 App Demonstration

Lecture 63 App Solution

Section 22: App 17: Coin Toss App

Lecture 64 App Demonstration

Lecture 65 App Solution

Section 23: App18: Voter Registration Application

Lecture 66 App Demonstration

Lecture 67 App Solution

Section 24: App 19: Guess My Number Application

Lecture 68 App Demonstration

Lecture 69 App Solution

Section 25: App 20: Rock–Paper–Scissors Application

Lecture 70 App Demonstration

Lecture 71 App Solution - Part 1

Lecture 72 App Solution - Part 2

Section 26: Dictionaries In Python

Lecture 73 Unit Goals

Lecture 74 A New Data Type: Dictionaries

Lecture 75 Looping through a Dictionary

Lecture 76 More Complex Dictionary Structure

Section 27: App 21: Thesaurus App

Lecture 77 App Demonstration

Lecture 78 App Solution

Section 28: App 22: Database Admin App.

Lecture 79 App Demonstration

Lecture 80 App Solution

Section 29: App 23: Yes/No Polling Application

Lecture 81 App Demonstration

Lecture 82 App Solution

Section 30: App 24: Frequency Analysis Application

Lecture 83 App Demonstration

Lecture 84 App Solution - Part 1

Lecture 85 App Solution - Part 2

Section 31: App 25: Code Breakers Application

Lecture 86 App Demonstration

Lecture 87 App Solution - Part 1

Lecture 88 App Solution - Part 2

Section 32: While Loops in Python

Lecture 89 Unit Goals

Lecture 90 Basics of While Loops

Lecture 91 The Modulus Operator

Lecture 92 More with While Loops

Section 33: App 26: Factor Generation Application

Lecture 93 App Demonstration

Lecture 94 App Solution

Section 34: App 27: Even/Odd Number Sorter Application

Lecture 95 App Demonstration

Lecture 96 App Solution

Section 35: App 28: Prime Number Application

Lecture 97 App Demonstration

Lecture 98 App Solution

Section 36: App 29: Guess the Word Application

Lecture 99 App Demonstration

Lecture 100 App Solution

Section 37: App 30: Powerball Simulation Application

Lecture 101 App Demonstration

Lecture 102 App Solution - Part 1

Lecture 103 App Solution - Part 2

Section 38: Functions In Python

Lecture 104 Unit Goals

Lecture 105 What is a Function?

Lecture 106 Creating Your own Functions with Python

Lecture 107 Return Values

Lecture 108 Local versus Global Variables-Part 1: Integers, Floats, and Strings

Lecture 109 Local versus Global Variables-Part 2: Lists and Dictionaries

Section 39: App 31: Python Dice Application

Lecture 110 App Demonstration

Lecture 111 App Solution

Section 40: App 32: Python Calculator

Lecture 112 App Demonstration

Section 41: App 33: Bank Deposit App

Lecture 113 App Demonstration

Lecture 114 App Solution

Section 42: App 34: Head-to-head Tic-tac-toe App

Lecture 115 App Demonstration

Lecture 116 App Solution - Part 1

Lecture 117 App Solution - Part 2

Section 43: App 35: Loan Calculator App

Lecture 118 App Demonstration

Lecture 119 App Solution - Part 1

Lecture 120 App Solution - Part 2

Lecture 121 App Solution - Part 3

Section 44: Classes In Python

Lecture 122 Unit Goals

Lecture 123 Creating a Class (The Baby Class)

Lecture 124 Defining Methods (The Baby Class)

Lecture 125 Another Look at Classes - Part 1 (The House Class)

Lecture 126 Another Look at Classes - Part 2 (The House Class)

Lecture 127 Inheritance - Part 1 (The Dog Class)

Lecture 128 Inheritance - Part 2 (The Dog Class)

Section 45: App 36: Pythonagachi Simulator App

Lecture 129 App Demonstration

Lecture 130 App Solution - Part 1

Lecture 131 App Solution - Part 2

Lecture 132 App Solution - Part 3

Section 46: App 37: Casino Blackjack App

Lecture 133 App Demonstration

Lecture 134 App Solution - Part 1

Lecture 135 App Solution - Part 2

Lecture 136 App Solution - Part 3

Section 47: App 38: Pykemon Simulator Application

Lecture 137 App Demonstration

Lecture 138 App Solution - Part 1

Lecture 139 App Solution - Part 2

Lecture 140 App Solution - Part 3

Lecture 141 App Solution - Part 4

Lecture 142 App Solution - Part 5

Section 48: App Problem 39: Epidemic Outbreak Terminal App

Lecture 143 App Demonstration

Lecture 144 App Solution - Part 1

Lecture 145 App Solution - Part 2

Lecture 146 App Solution - Part 3

Section 49: App 40: Epidemic Outbreak GUI App

Lecture 147 App Demonstration

Lecture 148 App Solution - Part 1

Lecture 149 App Solution - Part 2

Lecture 150 App Solution - Part 3

Lecture 151 App Solution - Part 4

Lecture 152 App Solution - Part 5

Anyone wanting to become an Expert App Developer with Python,Anyone wanting to become an Expert Programmer With Python