Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Understanding Python (Input-Process-Output)
Rating: 4.5 out of 5(28 ratings)
3,731 students

Understanding Python (Input-Process-Output)

Basic review of Input/Output/Processes
Created byArthur Salmon
Last updated 7/2022
English
English [Auto],

What you'll learn

  • Learners will combine input and process to build an appropriate output.
  • Learners will analyze a problem and figure an appropriate solution, written in python.
  • Identify components of a problem to break it down into what inputs are needed and how to process them accordingly.
  • Write a simple process to read input and process an acceptable output.

Course content

9 sections23 lectures1h 42m total length
  • What are We Learning0:57

    Explore Python basics focused on input, process, and output, with simple, applied projects and introductory guidance to capture input and produce output.

  • Introducing The Instructor1:26

    Meet instructor Arthur Solomon, a seasoned programmer and educator with a doctorate and 20 years in tech. He guides this free introductory Python course on input, output, and processes.

  • Assumptions3:04

    Set expectations for a Windows-based Python course using PI Scripter, focusing on basic input, process, and output with math concepts, hands-on projects, and notes on free-course limitations.

Requirements

  • No programming experience needed, you will learner everything you need to know.
  • Basic math understand

Description

This course is an introduction to python at a basic level. This is geared toward the users who are overwhelmed with other python courses trying to cover too much material without first having a solid grasp of core concepts. This course covers basic input, output, and processes. Give you lots of examples and pushes you to complete the project to fully grasp the topics.

Examples for input include how to capture input from users, how to define data types of user input, and how to assign variables. For the output portion, we will be covering basic output such as print commands, but also the formatting print commands to make the output more meaningful. We will cover the basic processes using common math functions. We will put all of it together with several projects to ensure understanding. We also cover two additional areas conditional statements such as if-statements and error handling through try-except blocks. I keep things really simple so that learners who may feel overwhelmed can take this course and get the basics done without being overwhelmed.


The big takeaway from this course is taking a learner who has very no experience and taking them from knowing nothing and taking them to understand basics inputs, processes, and outputs. Each learner will have several projects that re-enforce your understanding of core concepts.

Keep in mind this is a free course, and I am limited by Udemy guidelines.

Who this course is for:

  • This is a beginning python course. This will teach basic input, process, and outputs used in python.