Python Fundamentals

What you will learn

Learn about data Manipulation

Learn about data structures

Program in Python 3

Learn to solicit information from users( user inputs)

Description

Learn practical python to gaining practical knowledge in how python is used. Python is one of the most popular programming languages in the world, easy to learn, cross-platform, open-source with a large library, and active community. The course assumes you already have python3 and Anaconda already installed. But links to IDE’s are provided in the first section of the course. You’ll have free -downloadable access to the course activities (Jupyter notebook files in section 1 and section 16). And some sections have comments explaining the codes other than videos so you can practice on your own. Python 3 is the version of python used in the lectures and Jupyter notebook is the IDE used in programming for the entire duration of the course modules. You will learn about data structures and how to manipulate data, how to manipulate variables, have a clearer understanding of data types, understand operator precedence, understand how python codes are executed-python program flow, conditions to help your code handle or make intelligent decision handling, program logic, This course is a python programming course for absolute beginners. Also, more course modules will be added to the course modules as at when they are being edited and ready for publishing.


Get Instant Notification of New Courses on our Telegram channel.


English
language

Content

Introduction

Introduction
Quotes

Installing Python and IDE’S

Installing Python and IDE’S
Python Sentences
Quotes

Variable and Naming

Initialize a Variable
Multi Variable declaration
Quotes

Reserved Words & User input

Python Reserved Words
User Input
Commenting
Quotes

Type Function and Type conversion

Type
Type Conversion
Numeric Type
Quotes

Program Flow

Program Flow
Quotes

Operators and Operator Precedence

Operator Precedence
Logical Operators
Quotes
Comparison Operators
Augmented Assignment Operators
Quotes

Data Structures

List
Dictionary
Quotes
Set
Tuple-Part 1
Quotes

Decision handling

Conditionals
Quotes