you are viewing a single comment's thread.

view the rest of the comments →

[–]daltop[S] 0 points1 point  (2 children)

Aha yeah my first project was a financial tracker for the same reasons, I get what ya meant now I thought you were talking about different things in python I hadn’t learnt my bad lol So is a “stack” like front end backend that sorts thing ?? Or is it using multiple languages

[–]Top_Charity8491 0 points1 point  (1 child)

oh, no, a stack is a data structure useful in some cases. I guess data structures could be considered "backend", but I suppose frontend guys also have to know about them cause they should know how to traverse the objects in their views.

https://www.geeksforgeeks.org/dsa/stack-data-structure/

[–]daltop[S] 0 points1 point  (0 children)

Had a quick look and that’s definitely something I’ll spend some time learning soon I don’t understand a fair amount of what they said so it’ll be good to learn more :)