This content originally appeared on DEV Community and was authored by SAIFULLAH??
Want to learn one of the most powerful and trending programming language within one week.
Yes, you read it right you can learn Python within a week if you have dedication you can.
Just follow the below path.
Here is the path to learn Python in just 1 week.
So let's start with day by day.
DAY 01
Basic Concepts(3 hours)
Variables
Display Output(Print command)
Take user input(input command)
Conditionals statements
DAY 02
4 Basic Concepts(3 hours)
List(index, append, remove)
for loop
while loop
function
you can learn basics from here --
Python Basics
DAY 03
Simple coding problems(5hours)
Convert miles into Kilometers
Calculate Simple Interest
Find largest number in the list
Check a number is prime or not
Sum of all digits in a number
Reverse String (check palindrome)
Calculate age
Build a simple Calculator
DAY 04
Data Structures(3 hours)
Stack and Queue
Dictionary
Tuples
you can learn DS from here --
Learn Data Structures
DAY 05
OOP(4 hours)
Object
Class
Method and Constructor
OOP-Inheritance
for this you can watch YouTube videos
DAY 06
Algorithm(4 hours)
Binary Search
Bubble Sort
Selection Sort
one of the best Algorithm course I came across--
Learn Algorithm
DAY 07
Projects(6 hours)
Build a web Crawler
or a news aggregator
or a simple game using pygame
Voila!! You made it you are now Junior Python developer.
So, that's it for now hope you find it useful.
Now its all depends on you.
Best of luck!!
This content originally appeared on DEV Community and was authored by SAIFULLAH??
