What should I learn before starting a Computer Science degree?

0
4
Asked By MellowQuartz27 On

I'm 21 and currently work as a lab technician. I've been given the opportunity to study for a bachelor's degree in Computer Science, but I have essentially no programming experience. What resources, courses, or study plan would you recommend so I can build a solid foundation and feel more prepared when university starts?

3 Answers

Answered By NorthStarNia8 On

The University of Helsinki’s free Python programming course is a great starting point. Work through the exercises rather than only watching lessons, since writing code regularly is the fastest way to build confidence.

Answered By BrightOwl6 On

You may come across spec-driven development, where you define what a program should do before implementing it. That can be a useful habit later, but focus first on fundamentals such as variables, control flow, functions, data structures, debugging, and basic algorithms.

Answered By CedarFox41 On

Kaggle Learn has short, beginner-friendly lessons on Python and related topics. It’s useful for practicing in small steps, but try to supplement it with larger exercises or a small personal project so you learn how to build things independently.

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.