Building a Solid Understanding of Python Basics

What you will learn

Master the Basic Concepts of Python

Learn How to Utilize various Data Types & Structures

Perform Basic Python Operations

Utilize Jupyter Notebooks to Create and Execute Code

Description

Embark on your journey into the world of programming with our beginner Python course. This comprehensive course is designed to provide you with a solid foundation in programming using the Python language.

Python Data Types

In this course, you will start by delving into Python’s fundamental concepts, exploring various data types such as integers, floats, strings, and booleans. Through interactive lessons and hands-on exercises, you will gain a clear understanding of how to manipulate and work with different data types effectively.

Python Data Structures


Get Instant Notification of New Courses on our Telegram channel.


As you progress, you’ll dive into the realm of Python data structures, learning how to create, modify, and access lists, tuples, and dictionaries. You’ll discover the power of organizing and managing data using these versatile structures.

Logical operators will be your next destination, where you’ll grasp the art of making decisions in your code by using conditions and comparisons. You’ll learn how to control the flow of your program’s execution based on these logical evaluations.

No programming course is complete without arithmetic prowess. You’ll master mathematical operators, understanding how to perform basic calculations, handle numeric data, and use mathematical expressions effectively.

By the end of this beginner Python course, you’ll have gained the confidence to write simple programs, manipulate data, and solve problems using Python. Whether you’re looking to kickstart a career in programming or simply exploring a new hobby, this course is your first step towards mastering the art of coding with Python.

English
language

Content

Getting Started

Welcome to the Course!
Installing Python
Installing Visual Studio Code
Extensions for Visual Studio Code

Python Fundamentals

Data Types
Data Types: int
Data Types: float
Data Types: str
Data Types: NoneType
Data Structures
Data Structures: Lists
Data Structures: Tuples
Data Structures: Dictionaries
Data Structures: Sets
Casting
Casting: int to str
Mathematical Operators
Mathematical Operators: Addition
Mathematical Operators: Subtraction
Mathematical Operators: Multiplication
Mathematical Operators: Division
Mathematical Operators: Modulo
Mathematical Operators: Exponentiation
Comparison Operators
Logical Operators
Membership Operators