Advantages
• Easily share coding memories across your team in real-time.
• Coding memories are generated automatically that scales well.
• No hard-dependency on any IDE. Easily switch between different IDEs.
• Install on any IDE with zero configurations.
➊ Arrays
➀ Creating an Array
➁ Iterate through Array
➂ Get an Element
➃ Search an Element
➄ Insert Element(s)
➅ Delete Element(s)
➆ Filter an Array
➇ Fetch a Sub-Array
➈ Merging Arrays
➉ Reverse Array
➀➀ Rotate Array
⬩Know your final goal
⬩Set a target for spending daily 1 hour minimum.
⬩Research about Python ecosystem (libraries, frameworks, code editors).
P.S: This is my personal roadmap. I could spend 1 to 2 hours daily for learning and practicing. And it took me ~1 year to finish. It may differ from person to person.
➊ Start with a bang: Simple Data Types
Schedule: 1st Month
Effort: 1 to 2 hours daily + Normal practice