Skip to content

thenavdeeprathore/LearnPython3

Repository files navigation

Python3 Tutorial

The Complete Python 3 tutorial course from Beginner to Advanced!

What is Python?

Python is an
    interpreted
    object-oriented
    high-level programming
language with dynamic semantics.

Created by Guido van Rossum in 1989 and first released in 1991

Python versions:
Python 1.0 introduced in Jan 1994
Python 2.0 introduced in Oct 2000
Python 3.0 introduced in Dec 2008

How to run requirement.txt to install packages:
pip3 install -r requirements.txt

Language Fundamentals

Operators

Input and Output

Flow Control

String

Python3 Data Structures

List

  1. List basic concepts
  2. List methods and functions
  3. List aliasing and cloning
  4. List conversions
  5. Nested list
  6. List comprehension
  7. List packing and unpacking
  8. List max and min

Tuple

  1. Tuple basic concepts
  2. Tuple methods and functions
  3. Tuple aliasing and cloning
  4. Tuple conversions
  5. Nested tuple
  6. Tuple comprehension
  7. Tuple packing and unpacking
  8. Tuple max and min
  9. Difference between list and tuple

Set

  1. Set basic concepts
  2. Set methods and functions
  3. Set aliasing and cloning
  4. Set conversions
  5. Set comprehension
  6. Set packing and unpacking
  7. Set max and min

Dictionary

  1. Dictionary basic concepts
  2. Dictionary methods and functions
  3. Dictionary aliasing and cloning
  4. Dictionary conversions
  5. Dictionary comprehension
  6. Dictionary unpacking

Collections

Functions

Modules

Packages

OOPs

Exception Handling

Assertions

File Handling

Programs

About

Learn Python Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages