• Post category:StudyBullet-7
  • Reading time:5 mins read


Python for Beginners

What you will learn

Create your first python program

Learn about data structures

Learn about conditional statements and loops

Learn how to build your confidence as a python developer

Description

Learn Python: Python Baby steps

NOTE: FROM LECTURE 3 – 11 ARE LOUDER THAN NORMAL, TRY TO REDUCE YOUR VOLUME BEFORE PROCEEDING. I APOLOGIZE FOR THE INCONVENIENCES, THE LECTURES WILL BE REPLACED SOON…

I recommend this course for people who don’t have any prior programming knowledge and would like to start learning python from a fresh start.

I don’t recommend skipping any part of this course

This course teaches the basics of python programming. It is easily understandable and fun with the examples and exercises.

There are a lot of people out there who are scared of the concept of programming. This course is just for them, I ASSURE YOU THAT AFTER TAKING THIS COURSE YOU WILL LOVE PROGRAMMING IN PYTHON.

Python is used in many areas of technology like AI, MACHINE LEARNING, FINTECH AND EVEN BLOCKCHAIN TECHNOLOGY, that’s just to list a few amazing uses of python. When you are done with this course you would have gathered enough information needed for a solid foundation in the world of PYTHON.

We will be learning things like:

DATA TYPES:


Get Instant Notification of New Courses on our Telegram channel.


  • Strings
  • Integers
  • Floats
  • Boolean’s

DATA STRUCTURES

  • Lists
  • Tuples
  • Dictionaries
  • Functions
  • Loops
  • File handling
  • and lots more…….

CONDITIONAL STATEMENTS

These are statements that run if a certain condition is true

  • IF
  • ELSE
  • ELIF

LOOPS

  • FOR Loop
  • While Loop

PYTHON FILE HANDLING

Learning how to manipulate files in PYTHON

  • Make a FILE
  • Read a FILE
  • Modes of FILE Handling
  • Write to a file

OTHERS

  • Learn how to create and use Comments
  • Learn how to use the Try and Except commands

The course provides:

  • Step-by-step lectures with examples along the way
  • A fun means of learning python
  • Easy to understand content
  • Final project
English
language

Content

Getting Started

Introduction
Downloading and installing python
Downloading and installing a code editor
Setting up the code editor (Visual studio Code)
Creating our first python program (Hello World)

Variables & Data types

Variables
Strings
Integers and Floats
Boolean
User Inputs
Exercise 1

Data structures

Lists: Basics
Lists: List Functions
Tuples
Dictionaries
Casting

Conditional Statements

IF and ELSE
ELIF
Exercise 2

Loops

FOR Loop
WHILE Loop

File Handling

File Handling

Wrap up

Functions
Try and Except
Comments
Game Time!!!!

What’s Next????

What’s Next?