• Post category:StudyBullet-9
  • Reading time:6 mins read


Python for absolute beginners

What you will learn

Python programming skills

Description


Get Instant Notification of New Courses on our Telegram channel.


  • After this course, you will be able to start coding with Python.
  • After this course, you will be able to implement the basic tasks using Python’s standard library.
  • After this course, Build a complete understanding of Python from the ground up!
  • After this course, You will be able to create your own useful programs for real-world problems.
  • After this course, Automate tasks on your computer by writing simple Python programs.
  • After this course, You will be able to enhance your coding skills in Python.
  • After this course, You will be able to define and use functions.
  • After this course, You will be able to Understand What modules are, when you should use them, and how to create your own.
  • After this course, You will be able to Understand What are some Important built-in Python functions that you’ll use often.
  • After this course, You will be able to Understand How to work with various data types including strings, lists, tuples, dictionaries, Booleans, and more.
  • After this course, You will be able to Understand variables and when to use them.
  • After this course, You will be able to perform mathematical operations using Python.
  • After this course, You will be ableΒ  to capture input from a user.
  • After this course, You will be able to write multiple Ways to control the flow of your programs.
English
language

Content

Introduction

Online IDE for running Python programs
Hello World program and Indentation
Installing a Python IDE in Windows and Linux OS
Comment Lines in Python
Working with Variables
Global Variables in Python
Input Operation in Python

Datatypes in Python

Numbers and Strings
Example Programs on Numbers datatype in Python
Programs on Stings Datatype in Python
Datatypes – Lists, Dictionaries, Files and Tuples.
Example programs to illustrate Lists in Python
Files in Python with examples
Dictionaries in Python with examples
Tuples in Python with examples

Control Structures

If Statement in Python
Examples of If Statement
If Else statement in Python
Examples programs in If-Else statement
Nested If Statement in Python
While Loop in Python
While Else Loop in Python
Sum of N Numbers Using While Loop
Sum of Digits in a Given number Using While Loop
For Loop in Python
Nested For Loop
Break Statement
Continue Statement

Functions in Python

Functions – Basics
Function Calling examples
Recursion
Nested Functions in Python
Examples of nested Functions
Lambda Functions in Python
Examples of Lambda Functions
Default arguments in Python
Keyword and Variable Length arguments in Python

Modules in Python

Module – Basics
Creating own module in Python
Example application : OTP Basics
Using modules in OTP Generation application

Strings in Python

Basics of Strings
Built in Functions in Strings
ID() Function in Strings
Formatting Strings in Python
Reversing a String in Python
Swapping Case in Strings
Removing brackets in Algebraic expressions