Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
python tutorial for beginners
Rating: 3.5 out of 5(259 ratings)
8,467 students

python tutorial for beginners

For everyone can revision python.
Last updated 5/2018
English
English [Auto],

What you'll learn

  • simple operation
  • string
  • user input
  • In-place operator
  • booleans
  • if-else statement,else if statement
  • boolean logic
  • while loop
  • list operation
  • for loop
  • fuction
  • Tuples

Course content

1 section15 lectures29m total length
  • Where is use python0:36

    Explore how Python can be used to build programs, internet and mobile games, and Raspberry Pi projects.

  • How to download python0:37

    Learn how to download Python for macOS or Windows by selecting the 64-bit installer and the latest version.

  • Hello World!1:00

    start creating a sort program using a statement, run the program to verify it runs successfully, save the code to a file, and use it.

  • Simple operation1:24

    Master simple operations in Python for beginners by printing a simple hello, evaluating the right answer, and exploring basic symbolic concepts such as presence and the number three.

  • String2:52

    Create and print strings using literals in python, including hello world, and learn to place spaces correctly. Practice repeating strings with multiplication to output phrases.

  • User input3:07

    Learn how to get user input in Python using the input function, which returns a string. See how to assign that input to a variable for use in a program.

  • In-Place operator1:25

    Learn about in-place operator concepts in Python, illustrated with lists and characters, and practice direct modifications in code.

  • Booleans1:41

    Explore booleans in Python for beginners, learn how true and false arise from equality and comparison operators, and use if statements to control program flow.

  • if statement, if else statement, else if statement3:08

    Master python's if statement, else if statement, and else statement with examples that illustrate when the if condition is true or false.

  • Boolean logic2:35

    Explore boolean logic fundamentals, evaluating true and false outcomes with and, or, and not operators, using simple examples to illustrate how expressions resolve.

  • While loop1:02

    Explore how a while loop controls execution with a condition, allowing multiple statements inside the loop and an incrementing counter that runs from 1 to 4 until the condition fails.

  • List operation3:16

    Explore python lists as a type of object used to store items, accessed by index with square brackets. Learn to read and modify elements and understand lists have variable length.

  • For loop2:57

    Learn how a for loop uses range to set a start, end, and increment, printing each value. Compare it with a while loop to understand differences in flow.

  • Fuction2:59

    Learn the basics of functions in Python with hands-on examples, creating and using functions to manipulate values and write simple scripts.

  • Tuples0:58

    Learn that tuples are immutable and cannot be changed after creation. See how this property governs use of tuples in Python for beginners.

Requirements

  • only one computer is required.

Description

This is generally for beginners. but,everyone can watch for practice purpose. i can cover the important topics in python. This is the full life time access free course. you can do anytime important topic revision and practice python. This is good course for beginners because i am starting programming language to start up method and covered important topics.

Who this course is for:

  • This is generally for beginners. but,everyone can watch for practice purpose.