Advice for a New CS Student Without Programming Background

0
0
Asked By SunnyDay1234 On

Hey everyone! I'm currently in my first year as a Computer Science student, but I'm feeling a bit lost. I don't have any prior experience with programming, and unfortunately, our instructor isn't very helpful—he mostly just reads from slides and doesn't provide much explanation beyond that. Since this is a critical subject for my degree and I'd prefer not to switch majors, I'm hoping to get some advice on how to start learning programming. I'm really eager to learn, but I just don't know where to begin!

4 Answers

Answered By LearnItAll On

There are so many online courses out there! Choose a programming language based on what you want to achieve. Python is a fantastic first choice due to its clean and simple syntax. Once you grasp the concepts, learning another language will be a piece of cake since most of them share similar fundamentals.

Answered By CoderInTraining On

You should definitely check out the Python crash course on YouTube along with the CS50 series. They are both really helpful resources for starting out in programming!

Answered By PythonFanatic91 On

As a beginner, I’d recommend starting with Python. It's super friendly for newbies, and there are tons of free resources available. If your course uses a different programming language, though, look for materials that match that language so you can keep up in class while not overwhelming yourself.

Answered By BeginnerCoder34 On

You might want to try learning through YouTube tutorials and just jump into making projects. Start with something simple and keep building up from there. The more you practice, the easier it gets! Plus, figuring out problems will really help you grow your skills over time.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.