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.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top