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


What you will learn

Learn Python from ZERO on the latest version -> Python 3.x

Learn how to install Python language and configure it on your computer

Learn Python From A Real Team Lead that currently works in the IT industry

Learn how to use Object Oriented Programming – OOP

You will learn all questions that would be asked in interviews – It will be easy to find a job that way

Learn how to use Data collections, variables, lists, if statements, error handling and much more

Learn best practice implementations – Coding conventions which are global rules of programming

Get over 3 hours of LIVE CODE sessions

Learn to Test, Debug and Handle Errors in your Python programs

Learn Functional Programming

For each topic you will first learn the theoretial part -> and then you’ll go through a practice part for that same topic

Structured learning – each Topic is braken down into small indepth explanations

BONUS : Learn how to use version control with GitHub

Learn How to write code in the right way, Use Global Coding Conventions

Description

This course is for students that are not familiar with Python at all, NO PRIOR KNOWLEDGE is required.
And as well as for experienced programmers who are familiar with other languages, but are wishing to know Python as well.

If you are interested in becoming a Python Ninja, this course will provide you the right set of tools to program in Python as real professionals.

~ ~ ~ If you love the course, kindly leave a 5 STAR review ~ ~ ~

The course brings all core topics of Python in an perfectly ordered structured way, and as such, all topics will be broken down into these 4 parts:

  1. Theory lecture
  2. Example in code lecture
  3. Homework – Going over the assignments
  4. Homework – Resolving the assignments

Course’s Unique Approach:

1) The Course Is Based On Python Standard Coding Conventions:
‘Python Coding Conventions’ are a set of global rules of coding structure, that will be discussed deeply for each topic during the course, which will make the difference between ‘Medium’ and ‘Professional’ programmer. Naming Conventions is an important subtopic that is rarely discussed in online courses, but can easily be fail you in job interviews.


Get Instant Notification of New Courses on our Telegram channel.


2) High Focus On Examples And Homework Across The Course:
This course is focused on what I was missing, back in the days when I took my Python Online course, EXAMPLES.
The course will bring you over 500 examples, and challenging homework assignments for each topic.
Compare your answers to instructor’s attached source coe at the end of every ‘practice’ session.

3) High Focus On Independent Programming –  Observation On Every Possible Angle For Each Topic:
You will get lots of examples for each topic & sub-topic so don’t be surprised if you can handle complicated assignments in programming once you complete this course. During the homework, In some cases the students will be guided to look the answers in Google and Stack-overflow, an important skill that every professional programmer should have.

The Lecturer of the course, Dmitry, is an experienced Team Leader from the IT / Fintech industry.
Join and be a part of the future, learn all Pythons core topics and become a Python Ninja.

Course’s Syllabus is the following :

  1. Installations of PyCharm – Most popular IDE (Where we write our code)
  2. Installations of Python , step-by-step configurations
  3. Variables – Strings
  4. Variables – String Formatting
  5. Variables – Integers
  6. Variables – Float
  7. Comparison Operators & Boolean Variables
  8. Collections – List
  9. Collections – Dictionary
  10. Collections – Set
  11. Collections – Tuple
  12. Conditions – ‘If’ and ‘Else’ Statements
  13. Loops – While
  14. Loops – For
  15. Objects Oriented Programming – Method
  16. Objects Oriented Programming  – Classes
  17. Objects Oriented Programming – Inheritance
  18. Exception Handling – Try / Exception
  19. Exception Handling – Types Of Exceptions
  20. Version Control – Github—*** The recommended resolution to watch course’s videos is 1080 HD ***

    key-words : programming,python,developer,web developer, beginner, course, udemy course, for beginners, variable, variables, collections, dictionary,set, list, tuple, string, float, integer, if statement, for loop, while loop, OOP, Objects Oriented Programming, try, except, pycharm, web developer, web development, automation developer, qa, qa engineer, debugging, debug, git, github, source-tree, sourcetree, agile, bug, jira, lifecycle,
English
language

Content

Short Introduction Before We Begin

Course Introduction Video

Installations and Configurations

Installation of Python and Pycharm IDE
Create a new project and Pycharm configuration
‘Pip’ – Python’s package manager

Variables | String

String Variables (basics + advanced)
String Variables Homework Practice – Overview
String Variables Homework Practice – Answers

Variables | Integer & Float

Integer And Float Varaibles (basics + advanced)
Integer And Float Variables Practice – Overview
Integer And Float Variables Practice – Answers
Variable Casting

Operators | Comparisson Operators & Boolean Variables

Comparison Operators and Boolean Variables – Part A
Comparison Operators and Boolean Variables – Part B

Collections | List

List Collection (basics)
List Collection Practice (basics) – Overview
List Collection Practice (basics) – Answers
List Collection (advanced)
List Collection Practice (advanced) – Overview
List Collection Practice (advanced) – Answers

Collections | Dictionary

Dictionary Collection (basics)
Dictionary Collection (basics) – LIVE CODE EXAMPLES
Dictionary Collection Practice (basics) – Overview
Dictionary Collection Practice (basics) – Answers
Dictionary Collection (advanced)
Dictionary Collection Practice (advanced) – Overview
Dictionary Collection Practice (advanced) – Answers

Collections | Set

Set Collection (basics)
Set Collection Practice – Overview
Set Collection Practice – Answers

Collections | Tuple

Tuple Collection (basics)
Tuple Collection (basics) – LIVE CODE EXAMPLES
Tuple Collection (advanced)
Tuple Collection Practice – Overview
Tuple Collection Practice – Answers

‘if’ Statement

Introduction to ‘if’ statements and loops
‘if’ statement (basics) – Part A
‘if’ statement (basics) – LIVE CODE EXAMPLES
‘if’ statement (basics) – Part B
‘if’ statement (basics) – LIVE CODE EXAMPLES
‘if’ statement (advanced)
‘if’ statement Practice – Overview
‘if’ statement Practice – Answers

Loops | ‘for’ loop

Loops Introduction Video
‘for’ loops (basics) – LIVE CODE EXAMPLES
‘for’ Loops (basics)
‘for’ Loops (advanced)
‘for’ Loops (advanced) – LIVE CODE EXAMPLES
‘for’ loops Practice – Overview
‘for’ loops Practice – Answers

Loops | ‘while’ loop

‘while’ loop (basics) – Part A
‘while’ loop (basics) – Part B
‘while’ loop (advanced)
‘while’ loop Practice – Overview
‘while’ loop Practice – Answers

Object Oriented Programming | Methods

Methods (basics)
Methods (basics) – LIVE CODE EXAMPLES
Methods (mid-level)
Methods (advanced)
Methods Practice – Overview
Methods Practice – Answers

Object Oriented Programmin | Classes & Object Creation

OOP – Introduction
OOP – Classes
OOP – Object Creation And Implementation
OOP – LIVE CODE EXAMPLES
OOP Practice – Overview
OOP Practice – Answers

Learn how to ‘import’ modules and classes

‘import’ basics and implementation

Object Oriented Programming | Inheritance

OOP – Inheritance (basics)
OOP – Inheritance Practice – Overview
OOP – Inheritance Practice – Answers

Exception Handling

Exceptions Types, error handling once they occur (basics)
Exceptions Types, error handling once they occur (advanced)
Exceptions Types Practice – Overview
Exceptions Types Practice – Answers

Version Control | Github

Github Version Control (basics) – Account opening, Github Desktop
Github Version Control (advanced) – How to work with branches, ‘commit’, ‘push’