Advice on how to start coding effectively #8927
Replies: 1 comment 3 replies
-
Hi Akshat! If you were referring to other skills that might result useful to achieve your goals in the field you are interested in, you would maybe need to take a look at algorithmic analysis and data structures. I just finished my first year of a computer science degreee and now I am a research intern at a university for the summer. That being said, I can confidently say that a clear understanding of how data is handled, and how it can be stored in such a vast number of ways using different data structures (i.e. trees, graphs, priority queues, etc.) with their respective API functions, is crucial to a succesful and smooth transition into the programming world. Because you mentioned Pandas as one of the first libraries you decided to learn, you might be interested in data science. If that is the case, I would recommend you to create a kaggle account and play around with different free to access datasets. Often, picking a project that you might find interesting and starting to work on it (even if it seems too much of a challenge at the beginning) by breaking it up into sub-problems will definetely help you nourish the right mindset required to suceed in a field like this. I would encourage you to stay ambitious and preserve the sense of curiosity that you might be feeling right now. You just made the first step towards a beautiful journey and I wish you the best of lucks! |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, welcoming you all.
I am new here and to the coding world. Seeking your advice on how to start coding in Python. I am already finished learning the basics such as OOPs, NumPy, Pandas but now want to start coding. A little confused and seeking your help.
Beta Was this translation helpful? Give feedback.
All reactions