-
Notifications
You must be signed in to change notification settings - Fork 7
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