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


Master Python programming.

What you will learn

Create programs with Python,

Understand Python loops

Understand how to handle errors

Understand how Object Oriented Programming works

Description

This course teaches you Python, from not knowing nothing about programming to an advanced understanding about programming and, more particularly, about Python. We’ll begin by understanding the basics of Python, gradually and -most importantly – with confidence we’ll move to more advanced topics, which I will cover in depth using intuitive and practical examples.

Hello. My name is Dobinca Alex and I’m the author creator Kotlin Programming Masterclass: Learn Kotlin from zero to hero, and I have thousands of students. I started my IT career in 2018 as a Java Developer, later I moved to Kotlin and I’ll be sharing my real-world Python programming and coding experience with you throughout this course.

By the end of this course you will be able to create Python programs easily. You’ll learn how to take real world challenges and and turn them into programs that will help other people

Variables-Strings

Datatypes: float, int, bool

Working with Strings

Numbers Operations

Getting Input From Users

Calculator Challenge

Lists

Dictionaries

Tuples

if statement

elif statement

logical AND and logical OR operator

FOR loop

WHILE loop


Get Instant Notification of New Courses on our Telegram channel.


2D list

functions

functions return

functions default values

try and except

read from files

write to files

comments

Classes

Inheritance

In this course you’ll learn everything you need to get started with Python.

In this course I will tech you everything you need to get started with Python.

We are going to look at simple core concepts and more advanced concepts.

For who is this course?

This course is for anybody who wants to learn to code, and I’ll guide so that after you finish this course

you’ll gonna be a confident Python programmer.

English
language

Content

Introduction

Download and Install Python
Download and Install Intellij IDEA for Windows
Download and Install Intelij IDEA for Linux
Configuring Intellij IDEA-WINDOWS, MAC and LINUX.

Variables and Operations

Hello World!
Variables: Strings
DataTypes: int, float and boolean
More about Strings
Operations
Getting Input From Users
Calculator Challenge

Control Flow

If-Statement
Elif
logical AND and logical OR operator
FOR loop
WHILE loop

Functions

Functions
Functions: return keyword
Functions: Default Values

Exceptions

try and except blocks

Files

Reading from Files
write to file

Lists

List
2D List

Dictionaries

Dictionaries

Tuples

Tuples

Comments

Comments

Object Oriented Programming

Classes
Inheritance