-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Hi,๐ค in this repo you will find all material required for the learning python course! ๐ All material from sample codes to exercise solutions can be found here. ๐ For any suggestions, feedback or doubts, feel free to contact me via LinkedIn or Gmail. ๐
โญ Star this repo ๐คฉ and follow me for updates!๐ ๐ ๐ฅ ๐๐๐
Hi all!๐ค I am launching a brand new blog series for self-learning python. Learn python from the scratch! Have fun while learning Python in an easy way.
These blogs will be published on the Dev.to platform. Here is the hyperlink. ๐
All code, exercise solutions and relevant material will be on this repo.๐
This course is for everyone from beginner to advanced. For that, it is designed in three levels- basic, intermediate and advanced. The topics covered are as follows-
A) Basic-
-
Variables and operators
-
Loops and nested loops
-
Lists, tuples and dictionaries
-
String functions
B) Intermediate-
-
User defined functions
-
GUI and design
-
File handling in Python
-
OOP techniques
c) Advanced-
-
MySql
-
Database connectivity
-
Form designing
-
Interesting Projects
Hope to hear from you all in the comments on dev.to! Please feel free to add any suggestions too!
Learning Python-Basic course: Day 1, Introduction and Installation
Learning Python-Basic course: Day 2, Statements, Comments and Indentation
Learning Python-Basic course: Day 3, Operators and If-elif-else
Learning Python-Basic course: Day 4, The for loop
Learning Python-Basic course: Day 5, Summary of the week and Interview questions
Learning Python-Basic course: Day 6, The While Loop and more questions๐ค!
Learning Python-Basic course: Day 7, Exercises and coding challengesโ๏ธ
Learning Python-Basic course: Day 8, Unicode in Python
Learning Python-Basic course: Day 9, Summary of the week and exercises.
Learning Python-Basic course: Day 10, Lists in Python
Learning Python-Basic course: Day 11, Multidimensional lists and Tuples
Learning Python-Basic course: Day 12, Basic algorithms
Learning Python-Basic course: Day 13, Summary of the week and Stack implementation
Learning Python-Basic course: Day 14, Basic Exception and error handling using try-except
Learning Python-Basic course: Day 15, More about try-except
Learning Python-Basic course: Day 16, Fractal lists and other questions
Learning Python-Basic course: Day 17, Summary of the week and Insertion sort
Learning Python-Basic course: Day 18, Dictionaries in Python