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


Straight to the minimal basics that you need to start writing Python Programs !

What you will learn

Learn and understand the very basics of Python.

How to code simple programs in Python

How to use Python to GET data from website and parse it.

Description

Hey Everyone,

Welcome to how2Py 101! Often times I got messages from my friends and collogues saying even though there are tons of resources to learn python on the internet, almost everyone just gave up because it was too much at once.

This course is totally focused on the beginners who have never done programming but want to learn it.

I focus on only the core things you need to start programming in python.

The Essentials.

This course is not for a Certification preparation.


Get Instant Notification of New Courses on our Telegram channel.


This course is not a deep dive into Python.

This course is meant to be short and simple to let you get started on coding.

Once you start, things will come to you as you practice. You’ll start understanding codes.

How to solve problems. Unfortunately, most beginners courses try to teach everything at once, often overwhelming everyone and leading to students giving up before reaching this point.

Which is why I kept all the videos short – 4 to 7 minutes and tried to cover only the basics you need to start programming.

Like always, if you ever need any help, please do not hesitate.

If you have any audio/video problems or have suggestions, feel free to message me!

If you love the course or hate the course, let me know 🙂

English
language

Content

Introduction

Introduction

Installation

Installing Python on Windows
Installing Python on Mac
Installing Python on Linux

Basics

Compilers and Interpreters
What are functions
Functions vs Methods
DataTypes in Python
DataTypes
Variables – Introduction
Variables Quiz
String Functions 101
Installing PyCharm – IDE
How to take input from users
Input Quiz

Basic Programs

User’s Age – 1
User’s Age – 2
Birth Year – 1
Birth Year – 2
Birth Year – 3
Birth Year – 4
Birth Year – 5
Birth Year – 6
Tip Calculator
Find User’s Wage – 1
Find User’s Wage – 2
Find User’s Wage – 3

For Loops

For Loop – Introduction
For Loops – Example
For Loops – Step

Python Lists

List Introduction
List functions
Using Lists
List insert
Practical Use Case for Lists – 1
Practical Use Case for Lists – 2
Practical Use Case for Lists – 2
Practical Use Case for Lists – 3

Working with Lists

Working with files
List Split
Get IP Addresses
Get IP And Date
Get IP and Status Code

Creating a Calculator

Setting up calculator – basics
Setting up calculator – 2
Adding ‘add’ function
Adding all functions
Printing inside functions
Difference between print and return

Small Practice with lists

Find max number – 1
Find max number – 2

Python Dictionaries

Dictionaries – Introduction
Using dictionaries
Printing Dictionaries
Dictionary Keys

Fake Name – Addresses

Writing to a file
Using Faker
Generating Fake Name – Age
Generating Fake Address
Writing Dict to File

MIT Word Dictionary

Writing Dict to File
Fixing Error
Using GET Method
Counting Values in Dict
Debugging our program
Explaining the logic
Method vs Functions

Sets – Introduction

What is a Set?
Use of Set
Modifying prev program to use Set
Program using set
What is a tuple?

Python Practice

Challenge -1
Challenge – 2
Challenge – 3
Challenge – 4
Challenge – 5
Challenge – 6
Challenge – 7

End

Final Lecture – What to do?