Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python Programming | Python for Beginner's Guide
Rating: 5.0 out of 5(1 rating)
4 students

Python Programming | Python for Beginner's Guide

Learn the Python with no any previous programming experience.
Created byAbdul Wahab
Last updated 11/2023
English

What you'll learn

  • Introduction to Python Programming
  • Can be able to understand and do code in Python
  • Fluency in Python
  • Basic Understanding to Python Programming
  • Can be able to create programs in Python

Course content

1 section13 lectures1h 21m total length
  • Introduction2:27
  • Getting Start With Python2:03
  • How to do Comments in Python2:14
  • Python Variables5:35
  • Python Datatypes5:23
  • Python Operators9:34
  • Python Inputs & Typecasting6:18
  • Python Strings & its Functions11:04
  • Python Lists & its methods8:39
  • Python Dictionary7:54
  • Python if-else statements6:50
  • Python For & While Loop5:46
  • Python Break & Continue Statements8:07

Requirements

  • No, any previous programming knowledge is required
  • Passion to learn python
  • Basic Understanding of using PC

Description

Python is a computer programming language often used to build websites and software, automate tasks, and conduct data analysis. Python is a general-purpose language, meaning it can be used to create a variety of different programs and isn't specialised for any specific problems.

Often, programmers fall in love with Python because of the increased productivity it provides. Since there is no compilation step, the edit-test-debug cycle is incredibly fast. Debugging Python programs is easy: a bug or bad input will never cause a segmentation fault. Instead, when the interpreter discovers an error, it raises an exception. When the program doesn't catch the exception, the interpreter prints a stack trace. A source level debugger allows inspection of local and global variables, evaluation of arbitrary expressions, setting breakpoints, stepping through the code a line at a time, and so on. The debugger is written in Python itself, testifying to Python's introspective power. On the other hand, often the quickest way to debug a program is to add a few print statements to the source: the fast edit-test-debug cycle makes this simple approach very effective.

The Main topic that we will cover in this course are:

We cover a wide variety of topics, including:

  • What is Python

  • Printing out our first python program

  • Comments

  • Variables

  • Datatypes

  • Operators

  • Typecasting

  • Inputs Statements

  • Strings

  • Lists

  • Dictionary

  • Conditional Statements

  • For Loops

  • While Loops

  • Break Statement

  • Continue Statement


    So what are you waiting for? Learn Python in a way that will advance your career and increase your knowledge, all in a fun and practical way!

Who this course is for:

  • Python Beginners
  • Anyone who is coming from any other programming language
  • Python for everyone