Python Fundamentals

Wishlist Share
Share Course
Page Link
Share On Social Media

About Course

An introduction to the basic syntax and fundamentals of Python for beginners.

What you’ll learn

  • By successfully completing this course, you will be able to describe the fundamentals of programming in Python.

  • You will be able to identify basic variables and data types.

  • You will also be able to write simple programs with Python.

Show More

Course Content

Variables in Python
A variable is a symbolic name that represents a value or data item stored in memory that can be used and manipulated by a program. Learn to create variables to store data in Python and how they can be retrieved at a later part of the program.

  • Variables in Python
    08:21
  • Assigning and Reassigning Variables in Python
    04:03
  • Multiple Variable Assignment
    02:57
  • Swapping Variables
    02:08
  • Variables in Python

Data Types in Python
There are different types of data types in Python. Some built-in Python data types are: 1. Numeric data types: int, float, complex 2. String data types: str 3. Sequence types: list, tuple, range 4. Mapping data type: dict 5. Boolean type: bool 6. Set data types: set

Strings in Python
In Python, strings are used for representing textual data. A string is a sequence of characters enclosed in either single quotes (‘’) or double quotes (“”). The Python language provides various built-in methods and functionalities to work with strings efficiently.

Built-in Data Structures, Functions, Loops and Conditionals in Python
Python data structures are essentially containers for different kinds of data. The four main types are lists, sets, tuples and dictionaries. Function in Python is a block of code, that runs only when it is called. It is programmed to return the specific task. In Python, you can define a function using the def keyword, followed by the function name and any parameters it requires in parentheses. The code block that makes up the function is indented beneath the def statement. Loops in Python are used to repeat actions repeatedly over a specified number of times or until a certain condition is being met. There are For, While and Nested Loops in Python. A conditional statement in Python determines the flow of code execution and its direction based on certain conditions. Python uses if, elif and else blocks to achieve the conditional flow of the code.

Python Fundamentals – A Review
A brief overview of what we have learnt so far!

Student Ratings & Reviews

No Review Yet
No Review Yet

Want to receive push notifications for all major on-site activities?