Cool channel. I'm certainly not a C programmer but I'll try to get started, any ideas whether any online courses or books are good as a start? I come from python and java primarily
@eom-dev4 жыл бұрын
Thank you! Python was my first language, and what I especially like about C is how it makes Python much clearer - there were things the interpreter was doing for me that I have to do manually in C. When I do write in Python, I feel I understand the language at a much deeper level now. Regarding online courses and books, I don't actually recommend either - they are a slow and largely boring way of learning things. By all means, reference concepts in books and formalize your knowledge through courses, but you will learn much more much faster by doing projects. Think of something you want to build and build it. Google your questions (or ask me!). Everything you need to know is available on the internet. I have a few certifications in programming from a community college, but I usually already knew what my courses were trying to teach having done a lot of personal projects. Don't mistake this as a criticism of education, though - school and books have their place, but they are better at showing you what you don't know than actually adding things to the category of things you do know.
@estuardorecargador24953 жыл бұрын
Recommend us a book about all these subjects, included server side in c but more in depth.