Skip to content

🐍 Python Lectures – Beginner-friendly notes, examples & exercises covering key Python concepts, OOP, file handling & more! πŸš€πŸ“š

Notifications You must be signed in to change notification settings

yurehito/python-lectures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐍 Python - The Most Loved Language <3

Python Banner

This collection includes essential Python programming lectures, practice exercises, and VS Code-themed notes and lecture materials


πŸ“š Topics & Contents

S.L. No Lectures Topics Practice Questions
1 Basic Concepts Variables, Data Types, Type Conversion, Input/Output, Operators 3
2 Strings and Conditionals Strings, String Methods, String Functions, Conditional Statements (if, elif, else) 8
3 Lists and Tuples Lists, List Methods, Tuples, Tuple Methods 3
4 Dictionaries and Sets Dictionaries, Dictionary Methods, Sets, Set Methods 4
5 Loops Loops (while, for), Loop Methods, Range 12
6 Functions and Recursion Functions, Recursion 7
7 File Input & Output File I/O, File Methods 3
8 Object Oriented Programming P1 Introduction to Object-Oriented Programming (OOP), Classes and Objects, Constructors, Attributes, Methods : Static Method, OOP Features : Abstruction, Encapsulation 2
9 Object Oriented Programming P2 Delete Keyword, Pivate(like) Attributes & Methods, Methods : Super() Meyhod, Class Method, Property Decorator, OOP Features : Inheritence, Polymorphism 3
TOTAL 9 20 45

πŸ‘€ Code Preview

Python Preview Banner


⚠️ Disclaimer

This repository adapts lecture content from the Apna College Youtube Channel. Original content rights belong to Apna College. This project was created solely for educational purposes to assist students in learning Python programming using VS Code, based on Apna College's resources. There is no claimed affiliation with or endorsement by Apna College.

About

🐍 Python Lectures – Beginner-friendly notes, examples & exercises covering key Python concepts, OOP, file handling & more! πŸš€πŸ“š

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages