Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Python Programming Super Fast - The Highest Quality.

Posted By: ELK1nG
Python Programming Super Fast - The Highest Quality.

Python Programming Super Fast - The Highest Quality.
Published 8/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 148.58 MB | Duration: 0h 34m

Python programming

What you'll learn
Master Python language
Master object orienated programming
Master funadmentals of data structures
Master funadmentals of algorithms
Requirements
No programming experince needed.
Description
Learn Python programming super fast. Understand object-orientated programming, functional programming, data structures and algorithms. When you understand the basics of data structures and algorithms, you will be able to implement also advanced data structures and algorithms. You will learn in what way to build objects while writing code.You will understand the basics of programming with a single concept. Self is an example of a special variable. With this concept, you will understand the concept of variable.  Then you can go to a comprehensive explanation of the class concept.Understand data structures deeply. First, learn to distinguish between data structures and containers, and learn which data structures are mutable and immutable, and in what way they are encoded in computer memory.  Understand all operations related to array data structures which is a basis for sequenced data structures.Learn in what way to search for elements is array-based data structures. Start from fundamental algorithms:  binary search and linear search algorithm.There are also many others algorithms and data structures, but understanding data structures and algorithms from this course should enable to be proficient also with them, as basics of algorithmic thinking are the same. Main idea of this course is to provide solid foundation for programming in Python, especially object oriented programming, thanks to  thorough explanations of concept of variable and object in general.

Overview

Section 1: Python - super fast comprehensive introduction

Lecture 1 Introduction to Python programming with Self

Lecture 2 Classes in Python

Section 2: Data structures in Python

Lecture 3 Containers, mutability and immutability

Lecture 4 Arrays

Section 3: Algorithms in Python

Lecture 5 Binary search algorithm

Lecture 6 Linear search algorithm

From beginners to advanced learners.