0
Should I take python for data structures before python intermediate?
Suggestions
3 Réponses
+ 4
Python Intermediate then Python Data Structures.
Because in Python Intermediate, you will be first introduced about:
- Python built-in data structures (list, tuple, dictionary, sets)
- Functional Programming
- Object-Oriented Programming
... which you need to learn first before implementing Stacks, Queue, Graphs and Linked List in Python Data Structures.
https://www.sololearn.com/Discuss/2693954/?ref=app
+ 2
It's not a good idea.You should take the python intermediate courses first then jump to data structure.
+ 1
Cyan Thank you very much 🙌🏼