TeamTreeHouse, to enroll or not to enroll

AI Thread Summary
For beginners eager to learn C programming, there are numerous free resources available that can effectively support their learning without the need for expensive subscriptions like TeamTreeHouse. While some individuals have successfully transitioned into web development through structured courses, there is skepticism about the value of such paid platforms given the abundance of free content. Many experts are accessible online, providing insights and mentorship through forums or direct inquiries. Recommended resources include "Learn C the Hard Way," which offers a practical approach, and Kernighan and Ritchie's classic book, though the latter may be challenging for absolute beginners. Overall, with dedication and the right free resources, one can gain proficiency in C programming without incurring high costs.
doktorwho
Messages
181
Reaction score
6
For a beginner in programming with some prior experience and the one eager to get started in c would you recommend?
 
Technology news on Phys.org
I don't have experience with TeamTreeHouse, but there is so much free content out there for programming that I am suspicious it's worth $200/m.
 
  • Like
Likes doktorwho
I've heard good things about it (I know of someone on quora who entered a web development course with TreeHouse and ended up landing a junior web developer job after three months of dedicated study--he had no prior experience, nor a degree related to computer science (or any STEM discipline)--he was still a "beginner" as a programmer, but had learned enough to demonstrate enough of a level of competance to land a job with no other qualifications).

On the other hand, if you work hard, you can learn c without paying anything (or very little--not $200/m). There are many free resources and even experts that can be persuaded to give insights (also for free) when asked online (whether through e-mail, a forum like this, or quora)--expert insights and mentorship are more or less easily reachable now through the asking of any questions you have (while learning) online in specific places.
 
  • Like
Likes doktorwho
I quite liked the approach in this book https://learncodethehardway.org/c/ (it used to be free though)
I recently went through Kernighan and Ritchie's book again and I think it can be a great resource if you do all/most of the exercises.
I wouldn't use it as a first book though. It can be quite hard.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top