Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learning how to use Python

Learning how to use Python

Basics of Python
Created byGrayson Blackie
Last updated 1/2023
English

What you'll learn

  • Understand and use basic data types in Python, including integers, floats, strings, and booleans.
  • Use mathematical and logical operators to perform calculations and make decisions in a Python program.
  • Write and interpret conditional statements (if-else) to control the flow of a program.
  • Use loops to repeat certain actions multiple times in a program.
  • Understand and implement basic functions in Python, including defining and calling functions, and passing and returning parameters.
  • Understand and use basic input and output methods in Python, including reading from and writing to the console.
  • Understand the basic structure of a Python program and be able to write, run, and debug simple Python scripts.
  • Understand the basic concepts of Object Oriented Programming and be able to implement classes and objects in Python
  • Understand the basic concepts of functional programming and be able to use lambda functions, map(), filter() and reduce()
  • Understand the basic concepts of Exception handling and be able to handle exceptions in Python

Included in This Course

30 questions
  • Basics of Python15 questions
  • Coding in Python15 questions

Description

This course is designed to teach the basics of programming using the Python language. Students will learn to understand and use basic data types in Python, including integers, floats, strings, and booleans. Additionally, students will learn to use mathematical and logical operators to perform calculations and make decisions in a Python program. They will also learn to write and interpret conditional statements (if-else) to control the flow of a program, and use loops to repeat certain actions multiple times. The course will also cover basic functions in Python, including defining and calling functions, and passing and returning parameters. Students will learn basic input and output methods in Python, including reading from and writing to the console. They will also understand the basic structure of a Python program and be able to write, run, and debug simple Python scripts. Additionally, students will learn the basic concepts of Object Oriented Programming and be able to implement classes and objects in Python. The course will also cover functional programming concepts, including lambda functions, map(), filter() and reduce(). Finally, students will learn the basics of Exception handling and be able to handle exceptions in Python. Overall, this course aims to provide students with a comprehensive introduction to the Python programming language and its fundamental concepts.


Who this course is for:

  • Beginning Python coders who want to learn the basics about it.