Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Python Fundamentals
Rating: 4.3 out of 5(120 ratings)
6,216 students

Python Fundamentals

Learn Python programming from scratch with video tutorials and coding challenges
Created byTechy Chalks
Last updated 7/2022
English

What you'll learn

  • Fundamentals of Python
  • Execute your first python program
  • How to take User Inputs
  • Use the different types of comparison operators and logical operators
  • Use PyCharm to write Python Codes

Course content

1 section24 lectures1h 0m total length
  • Welcome1:13
  • Setup Environment for Python in MacOS1:40

    Set up a Python environment on macOS by downloading Python from python.org, installing it, and installing the PyCharm community edition for Intel or Apple silicon, then finish initial setup.

  • Setup Environment for Python in Windows1:30

    Download the latest Python from python.org and install with add to path, then install PyCharm Community Edition and complete the first run by skipping settings import and allowing access.

  • Create First Project2:17
  • Python Varaibles3:11

    Explore how Python variables store data in memory, assign values like 9.99 or 49.75, and print them using the print function, with strings in quotes and booleans True or False.

  • Challenge #12:01
  • Take User Inputs0:56
  • Type Conversion3:30

    Explore type conversion in Python by turning user input from string into integers to perform addition, using int() and other built-in functions like float(), bool(), and str().

  • Challenge #23:16
  • Strings5:15

    Explore Python strings as objects, calling methods like upper, lower, find, index, and replace; see how these operations return new strings and do not modify the original, with zero-based indexing.

  • Arithmetic Operations3:21
  • Challenge #32:34
  • Operator Precedence1:25
  • Comparison Operators2:47
  • If else Statements4:38
  • Challenge #42:37
  • Logical Operators2:08
  • Challenge #52:52
  • While Loop2:16

    Learn to use a while loop to repeat code, control iterations with a condition, and increment a counter to print numbers from 1 to 10, 1000, or even 10 million.

  • List4:34
  • List Methods2:38
  • For Loop1:24
  • Challenge #61:42
  • Congratulations0:45

Requirements

  • No programming experience needed. You will learn everything you need know
  • Computer to coding Python
  • An Internet Connection
  • The desire to learn

Description

Welcome to world best python fundamentals course. Python is a widely used general-purpose, high level programming language. It is a programming language that lets you work quickly and integrate systems more efficiently.

It is a programming language with wide variety of well-paying jobs in many fields, including machine learning, data science, and web development.

Python is relatively easy to learn when compared to pretty much any other programming language since most of the time, using Python to do something will take less lines of code than with another programming language.

Python can be used on a server to create web applications, connect with database systems, read and modify files. Also, Python can use to handle big data and perform complex mathematics.

In this course will cover python basics to start your python journey. We'll take you step-by-step through engaging video tutorials and teach you everything you need to know to succeed as a Python developer.


Throughout this course, we cover fundamentals of Python through video lectures and programming challenges, including:

  • Python Variables

  • User Inputs

  • Type Conversions

  • Strings and String methods

  • Arithmetic Operations

  • Comparison Operators ( Less than , Less than or Equal, Greater than, Greater than or Equal , Equal to , Not Equal to )

  • If / else Statements

  • Logical Operators ( AND , OR )

  • While Loops

  • List

  • List Methods

  • For Loop


Thank you for joining with Us !

Who this course is for:

  • People who interest in computer science
  • People who interest in computer programming
  • People who interest in Python
  • People who want to learn Python Fundamentals