• Post category:StudyBullet-13
  • Reading time:6 mins read


Understanding Data Engineering

What you will learn

Basic python

Basic Programs For Logic Building

Python Classes

Python Data Types

Description

This is Part 1 for Data Engineering here we will learn Python Basics to Advance. Next course we will do Linux.

We are bringing courses like

Python

Linux

Spark/Databricks

What is the topic you will learn in this course?

Python

Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation.

Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming. It is often described as a “batteries included” language due to its comprehensive standard library.

Guido van Rossum began working on Python in the late 1980s as a successor to the ABC programming language and first released it in 1991 as Python 0.9.0. Python 2.0 was released in 2000 and introduced new features such as list comprehensions, cycle-detecting garbage collection, reference counting, and Unicode support. Python 3.0, released in 2008, was a major revision that is not completely backwards-compatible with earlier versions. Python 2 was discontinued in version 2.7.18 in 2020.

As part of this course, the following topics are covered in detail.

1. Language Fundamentals

2. Operators

3. Input and Output Statements

4. Flow Control

5. Pattern Applications For Logic Building

6. Strings

7. String Programming Questions For Logic Building


Get Instant Notification of New Courses on our Telegram channel.


8. List Data Structure

9. Tuple Data Structure

10. Set Data Structure

11. Dictionary Data Structure

12. Functions

13. Modules

14. Packages

15. Object-Oriented Programming (OOPs)

16. Exception Handling

17. Logging Module

18. Assertions

19. File Handling

20. Object Serialization By using PICKLE, JSON, and YAML

21. Decorators

22. Generators

Thanks

Aviral Bhardwaj

English
language

Content

Introduction

Course Introduction
How to Use This Course Efficiently

Python Fundamentals

Installation Of Python
Python Introduction & History

Datatypes in Python

Python Data Type Introduction
Data Types in Python Part 1
Data Types in Python Part 2
Data Types in Python Part 3

Operator in Python

Operators in Python

Input Output in Python

Input Output

Control Flow in Python

Flow Control (If Else and more)

Python Strings Understanding

Python String Deep Dive 🙂

Python Basic Data Structures

Python Data Structure List
Python Data Structure Tuple
Python Data Structure Set
Python Data Structure Dictionary

Python Functions Understanding

Python Functions Part 1
Python Functions Part 2
Python Function Part 3 (Very Important)

Python Modules and Packages Understanding

Python Modules and Packages

Python Classes

Python Classes Basic Understanding
Understanding Self in Python
Understanding Constructure in Python
Creating Application Using OOPs

Problem Solving With Python

Problem Solving With Python Introduction
Problem Solving 101- Calculator
Problem Solving 102 – Odd and Even
Problem Solving 103 Leap Year