5
zymk
7y

!rant but a question...

I know that with the vast examples/tutorials online this may not be necessary, but I wanted to ask the community if you guys/gals would recommend going back to school to get a formal CS education or if it would be a waste of time, money, and resources compared to just using web based sources? I've tried the college thing 3 times when I was younger but couldn't concentrate and lacked the discipline to focus and finish classes. But I'm a bit older now and wanted to know if you would recommend going back to school or if time would be better spent performing self-study and learning from home?

I'm still extremely new to coding and programming and only have basic knowledge of actual coding and a lot of the theoretical stuff in programming is completely foreign to me. Like for example, how to optimize code. I know that refactoring code to have a smaller more efficient footprint is always desirable, when it doesn't interfere with readability, but I'm unaware of where/how to modify code to run efficiently. Of course that may be wayyy to advanced for my use cases anyway 😂.

I'm trying to teach myself python as it seems like a great language for starting out and getting to understand the concepts of programing. Plus, it can be used directly in my line of work as well as side projects that I wanted to try my hand at.

Thank you in advance for your recommendations everyone!

Comments
  • 1
    If you have some free time, maybe try it again, not much you can lose
  • 1
    You should do both..
    Teachers and school courses might be out of date, but they still teach you alot that you won't learn online (e.g data Analysis, algorithms, algebra, etc.. )

    Besides,a cs degree can only help you in your career.

    Even though I work 2 jobs, I'm still looking to finishing a full cs degree :)
Add Comment