Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Efficient Application Development with Python3 for Beginners
Rating: 4.3 out of 5(10 ratings)
83 students

Efficient Application Development with Python3 for Beginners

Learn to code in Python from scratch with hands-on projects
Last updated 2/2019
English

What you'll learn

  • Implement the List and Dictionary data types to take text as input and produce a word count
  • Work with Python Modules to create your first web-scraping app in Python
  • Handle files using your Python code to build your own Python-based text editor
  • Programming in Python using a modular approach
  • Developing apps using object-oriented Python programming
  • Build powerful Graphical User Interfaces (GUIs)
  • Speed up your code with natively Python idioms

Course content

3 sections85 lectures9h 12m total length
  • The Course Overview1:58

    This video provides an overview of the entire course

  • Installing Python and Code Editor9:17

    Illustrate the main tenets of programming in Python: the language and the editors.

    • Learn what Python is

    • Learn how to get started with Python

    • Create Python code

  • Getting Familiar with Command Line6:46

    Show what a command line is and how to use it.

    • Learn what REPL is

    • Learn what IPython is

  • Writing and Running Your First Python Program4:31

    Demonstrate how we can write our own Python program and run it.

    • Write your first Python program

    • Run it

  • Understanding Basic Syntax5:53

    Demonstrate the basic syntax of Python.

    • Work with numbers

    • Work with strings

    • Work with lists

  • Assignment Day 11:40

    This video is your assignment for Day 1

    • Take a look at the assignment and try solving it on your own before the next section

  • Understanding Python Variables9:37

    Show how variables are used and created in Python.

    • Understand variables

    • Create variables

  • Using Variables in Code6:44

    Demonstrate the uses of variables.

    • Assign values to variables

    • Check the type of variables

  • Understanding Python Operators5:00

    Show how operators are defined in Python.

    • Learn what operators are

    • Explore some of the useful Python operators

  • Usage of Python Operators4:41

    Show how operators are used in Python.

    • Chain operators and use parenthesis to group them

    • Assign expressions to variables

  • Assignment Day 22:07

    This video is your assignment for Day 2

    • Take a look at the assignment and try solving it on your own before the next section

  • Introducing Control Statements8:36

    Define control statements.

    • Learn about control statements

    • Explore the if statement

    • Explore the if else statement

  • Usage of Control Statements5:28

    Show how we can use control statements in practice.

    • Use control statements

    • Use the if statement to detect input

    • Use elif and else to detect input

  • Understand Loops5:56

    Define loops.

    • Understand what loops are

    • Understand the while loop

    • Learn about the for loop

  • Use Loops in Your Python Code3:24

    Show how we can use loops in practice.

    • Learn how to use loops

    • Loop through a list with a while loop

    • Loop through a list with a for loop

  • Assignment Day 31:29

    This video is your assignment for Day 3

    • Take a look at the assignment and try solving it on your own before the next section

  • Introducing Python Lists6:12

    A deeper dive into Python lists.

    • Learn what we can do and cannot do with lists

    • Go through nested lists

  • List Operators, Functions, and Methods6:42

    Show how we can operate on lists and call its methods.

    • Index lists with slices

    • Differentiate between extending and appending

    • Go through length, sort, and reverse

  • Introducing the Dictionary Data Type4:27

    Introduce the concept of dictionary.

    • Learn what a dictionary is

    • Create a dictionary

  • Dictionary Operators, Functions, and Methods5:34

    Show how we can operate on dicts and call methods.

    • Loop through the items of a dictionary

    • Remove keys and add new keys

  • Assignment Day 41:45

    This video is your assignment for Day 4

    • Take a look at the assignment and try solving it on your own before the next section

  • Introducing Functions9:32

    This video is an introduction to functions.

    • Learn what functions are

    • Declare functions

    • Return values

  • Usage of Functions in Your Code4:22

    In this video, we will be looking into the usage of functions in your code.

    • Use functions

    • Smartly put code in functions

  • Understanding Scope of Variables4:35

    This video is all about scope of variables.

    • Learn what scoping is

    • Learn how Python handles scoping

  • Example Code for a Scope of Variable Demonstration3:48

    Go through an example.

    • Global variables versus local variables

    • Go through the demonstration

  • Assignment Day 51:57

    This video is your assignment for Day 5

    • Take a look at the assignment and try solving it on your own before the next section

  • Python Modules7:15

    This video will show you the importance of Python modules.

    • Learn what modules are

    • Learn why to use modules

    • Create modules

  • Using Third-Party Python Modules5:11

    In this video, we will be using third-party Python modules.

    • Learn where to find third-party modules

    • Understand pip

  • Compiling Python Files6:10

    Learn about compiled Python files.

    • Go through Python bytecode

    • Take a look at bytecode

  • Using Python Packages4:54

    In this video, we will be using Python packages.

    • Explore some modules that come with Python

    • Go through collections, string, and others

  • Assignment Day 63:23

    This video is your assignment for Day 6

    • Take a look at the assignment and try solving it on your own before the next section

  • Reading Text from a File9:41

    Understand how to read text from a file.

    • Path handling in python

    • Read files into a variable

    • Read lines into a variable

  • Writing Text to a File5:32

    In this video, we will be writing text to a file.

    • Merge strings in Python

    • Understand filesystem mechanics

    • Write text into a file

  • Handling Exceptions5:18

    See how exceptions are handled.

    • Learn what might go wrong

    • Learn how to catch errors

  • Assignment Day 72:51

    This video is your assignment for Day 7

    • Take a look at the assignment and try solving it on your own

  • Test Your Knowledge

Requirements

  • This course doesn't assume any knowledge of Python or Python programming experience.

Description

Python is an open-source community-supported, a general-purpose programming language that, over the years, has also become one of the bastions of data science. Thanks to its flexibility and vast popularity that data analysis, visualization, and machine learning can be easily carried out with Python.

With this application development course with Python 3, you'll first learn about variables, control flow statements & much more make use of them in Python programs. Then you will learn to use Python's advanced data structures such as lists and dictionaries. Then you will get a hands-on project building such as build a game that consists of a deck of playing cards, Dice-Rolling Simulator in Python, Building Architectural Marvels & much more. Moving further, you'll learn to troubleshoot your python application where you can quickly detect which lines of code are causing problems, and fix them quickly without going through 300 pages of unnecessary detail.

Contents and Overview

This training program includes 3 complete courses, carefully chosen to give you the most comprehensive training possible.

The first course, Begin Python Programming in 7 Days will get you started by setting up your environment and the tools you need to start programming in Python. You will be learning about variables and operators and how to make use of them in Python programs. You will learn all about control flow statements and loops in Python and you will be using them in your programs to solve your coding problems. Then you will learn to use Python's advanced data structures such as lists and dictionaries. You will be able to organize in functions and save time coding by writing code that can be reused. Then, you will learn about Python modules and how to make use of them. On the last day, you will start interacting with files using Python code. The course will give you a strong entry point into programming in general and programming in Python in particular.

The second course, Python By Example explores Python basics, data structures, and algorithms. We'll build a die rolling simulator to see how to use Python dictionaries, loops, functions, and control statements. Then, we will see how we can develop dictionaries that contain other dictionaries to build complex data structures. Next, we will use a modular approach to build a game that consists of a deck of playing cards. We will use object-oriented (OOP) Python classes to do so. We will display the playing cards both in a textual form, which we create, as well as via image files. This will lead to our displaying card images in a graphical form using Python's built-in Tkinter package. In the next part, we will use multiple inheritances with OOP classes. While the Java and C# programming languages are limited to only single inheritance, Python classes can inherit from multiple classes. You will learn how to use multiple inheritances with Python. You will also build Graphical User Interfaces (GUIs). We will use Python's built-in Tkinter package and delve more deeply into GUI programming. By the end of this video tutorial, you will have built some useful utilities using Python. Python is very strong at searching directory folders, replacing words within modules, and much more. You will find these utilities useful in your everyday work as a developer.

The third course, Troubleshooting Python Application Development takes you through a structured journey of performance problems that your application is likely to encounter, and presents both the intuition and the solution to these issues. You'll get things done, without a lengthy detour into how Python is implemented or computational theory. Quickly detect which lines of code are causing problems, and fix them quickly without going through 300 pages of unnecessary detail.

About the Authors:

Colibri Digital is a technology consultancy company founded in 2015 by James Cross and Ingrid Funie. The company works to help its clients navigate the rapidly changing and complex world of emerging technologies, with deep expertise in areas such as big data, data science, machine learning, and cloud computing. Over the past few years, they have worked with some of the world's largest and most prestigious companies, including a tier 1 investment bank, a leading management consultancy group, and one of the World's most popular soft drinks companies, helping each of them to make better sense of its data, and process it in more intelligent ways. The company lives by its motto: Data -> Intelligence -> Action.

Rudy Lai is the founder of QuantCopy, a sales acceleration startup using AI to write sales emails to prospects. By taking in leads from your pipelines, QuantCopy researches them online and generates sales emails from that data. It also has a suite of email automation tools to schedule, send, and track email performance—key analytics that all feed back into how our AI generates content. Prior to founding QuantCopy, Rudy ran HighDimension.IO, a machine learning consultancy, where he experienced first-hand the frustrations of outbound sales and prospecting. As a founding partner, he helped startups and enterprises with High Dimension, IO's Machine-Learning-as-a-Service, allowing them to scale up data expertise in the blink of an eye.In the first part of his career, Rudy spent 5+ years in quantitative trading at leading investment banks such as Morgan Stanley. This valuable experience allowed him to witness the power of data, but also the pitfalls of automation using data science and machine learning. Quantitative trading was also a great platform to learn deeply about reinforcement learning and supervised learning topics in a commercial setting. Rudy holds a Computer Science degree from Imperial College London, where he was part of the Dean's List, and received awards such as the Deutsche Bank Artificial Intelligence prize.

Burkhard is a professional software test automation designer, developer, and analyst. He has more than 18 years' professional experience working for several software companies in California, USA. He currently works as an independent Python consultant from New York. He is the author of the Python GUI Programming Recipes using PyQt5 Packt video course. He is the author of Python GUI Programming Cookbook, First and Second Edition. This book is also available as a Packt video course. He is also the author of the Python Projects Packt video course. In his professional career, he has developed advanced in-house testing frameworks written in Python 3. He has also created advanced test automation GUIs in Python, which highly increased the productivity of the software development testing team. When not dreaming in Python code, he reads programming books about design, likes to go for walks, and reads classical poetry.

Who this course is for:

  • This course is for Python developers, who would like to learn the Python programming language in a hands-on way & tackle application performance problems to speed up your apps.