Stack vs list
Not all languages have the same data structures.
A stack is more of a method of solving a problem than an actual data structure, you can implement stacks in many ways, using lists, using heaps (sorted stacks), using linked lists, or writing your own class. (I mean it is technically a data structure from a CS approach)
A list is a way of storing data, you can treat it like a stack, or a queue, or an array. Python's lists are very versatile. It's not just a stack.
More on reddit.comHow to complete computer science syllabus class 12.Help plz
LEAVE PYTHON FOR NOW IF U R WEAK IN IT
PREPARE SQL FROM INTERNET (PROBABALY GONNA TAKE 6 HOURS) - NO PYTHYON KNOWLEGDE NEEDED
NETWORKING IS PURE THEORY LEARN IT
IF U HAVE BASIC KNOWLEDGE OF PYTHON-
FUNCTION, CONDITIONAL IF ELSE STATEMENT LEARN PUSH POP DISPLAY ON STACK USING LIST FROM YOUTUBE (GONNA TAKE 1 HOUR AT MAX) IF U HAVE 0 PYTHON KNOWLEDGE MUG IT UP BY PRACTICING IT , ITS NOT RECOMENDED BUT IF U HAVE LESS TIME DONT TRY BECOME A EXPERT IN PYTHON
ALSO READ ABOUT DATA STRUCTURE USE AND ABOUT STACKS
More on reddit.com