Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python for beginners: full course from basics to brilliance
Rating: 4.6 out of 5(3 ratings)
9 students

Python for beginners: full course from basics to brilliance

Python development for beginners
Created byILyes logman
Last updated 12/2021
English
English

What you'll learn

  • Learn programming from scratch
  • Develop and improve your skills
  • Get a solid foundation in python
  • Knowing how to create complete projects from A to Z
  • think like a developer
  • Open up your long-term prospects for your future and your career
  • Manage files on your hard drive
  • Automate repetitive tasks
  • Learn how to document your code
  • Learn error handling and debugging

Course content

1 section17 lectures2h 4m total length
  • Introduction0:45

    Start your Python journey by learning the basics, as this course makes Python one of the easiest languages to pick up and write your program in minutes.

  • Starting Points1:19

    Download Python for free across Windows, macOS, and Linux, select your operating system from the downloads page, verify version 3.6 or newer, then install.

  • Python Syntax1:50

    Understand how Python syntax mirrors English grammar, explore a for loop example that counts from zero to four, uses comments and print statements, and run the code in the terminal.

  • Start Coding with Python2:40

    Start coding with Python by creating a name and age variable, prompting the user for input, and displaying a final thank you message in the terminal.

  • Strings in Python10:18

    Explore Python string operations, including lower and upper case conversions, newline handling, string concatenation with spaces, using the title method to format names, and converting integers to strings.

  • Lists and for Loop in Python19:19

    Learn how to work with lists and use the for loop in Python, building practical programming skills for beginners.

  • Slice List9:11

    Learn to slice lists in Python by using start:end notation, starting at zero when omitted, and using negative indices to slice from the end.

  • Tuples in Python3:40

    Learn how tuples in Python are immutable sequences, unlike lists; use parentheses instead of square brackets, and explore overwriting as a way to change values in practice.

  • If, else Statements16:13

    Explore how if-else statements test conditions in Python, using the equality operator (==) to return true or false and execute corresponding code blocks with practical print examples.

  • Lists with If, else Statements2:20

    Learn to check membership in Python lists with if-else statements and the in keyword, using usernames to verify presence in a list.

  • if, elif, else Statements3:50

    Learn to use if, elif, and else statements to check salary conditions, set the loan amount, and print eligibility messages, while debugging common syntax errors.

  • Dictionaries in Python10:10

    Learn how Python dictionaries store related information with keys and values, access and update data using key lookups, and print dictionary contents to see results.

  • input () Function in Python2:21

    Learn how to use Python's input() to prompt for user data, store it in variables, and print personalized greetings and farewell messages.

  • While Loop10:35

    Master the while loop: it runs while a condition is true and stops when false. See an example printing i while i <= 6 with indentation and i += 1.

  • Functions14:15

    Define and call functions in Python using def, a function name, and parentheses. Recognize indentation matters and call functions from the main program, passing arguments when needed.

  • Classes13:21

    Learn how Python uses classes as blueprints for objects, instantiate objects with the class keyword, and define variables and functions inside with a capitalized name.

  • Class Inheritance2:39

    Explore class inheritance by creating a child class that inherits all features of a parent, avoiding code repetition. See how constructors and object instantiation demonstrate inherited behavior.

Requirements

  • Internet Access
  • Your Computer or Laptop with any kind of OS Mac, Windows, Linux
  • Focus on Lecture Videos.
  • Be Ready to Learn Python.

Description

Easiest explanation for python full course in hd with professional video lectures & relaxing sounds. easy english to understand for all learners in different countries. quizes will provided after each lecture. learning in short period of time no losing time or boring lectures any more with this course. you will be doing your codes on your own computers as explained in the lectures. don’t need supplemental articles everything is included in the videos. most of the videos have the important information to help you understand the material well.

This course is teaching your how to depend on yourself for learning Python programming language. You will be a great programmer after finishing this course and your be coding with yourself. You will have a great knowledge of Python syntax to give you the ability to write any kind of code. This course uses Easy English to let all people from any country in world understand and take this course with ease. Also, all video lectures are in high-quality, professional sounds and Perfect explanations.

So What are you waiting for? Enroll to the course and enjoy learning to have a good experience and then a great JOB!


Who is the target audience?

    All level learners.

Who this course is for:

  • All level learners
  • beginner programmer