Wanna start programming

Discuss Computer Science and Programming related problems

Moderators:Labib, bristy1588

Asif Hossain
Posts:194
Joined:Sat Jan 02, 2021 9:28 pm
Wanna start programming

Unread post by Asif Hossain » Fri Jul 09, 2021 3:35 pm

Need some suggestions
1.What is the best way to learn and excel at it?
2.What are some beginners book or resource to start with?
3.Planning to start with C as our intermediate syllabus also includes it.
Hmm..Hammer...Treat everything as nail

User avatar
Anindya Biswas
Posts:264
Joined:Fri Oct 02, 2020 8:51 pm
Location:Magura, Bangladesh
Contact:

Re: Wanna start programming

Unread post by Anindya Biswas » Sat Jul 10, 2021 12:32 am

Asif Hossain wrote:
Fri Jul 09, 2021 3:35 pm
Need some suggestions
1.What is the best way to learn and excel at it?
2.What are some beginners book or resource to start with?
3.Planning to start with C as our intermediate syllabus also includes it.
Read Tamim Shahriar Subeen's "Computer programming" book.
"If people do not believe that mathematics is simple, it is only because they do not realize how complicated life is."
John von Neumann

User avatar
emeryhen121
Posts:21
Joined:Fri Jul 16, 2021 6:04 pm

Re: Wanna start programming

Unread post by emeryhen121 » Wed Oct 27, 2021 1:20 pm

Programming is just like any basic language that you want to excel in. Start reading books. There are multiple books present online for free. You might think that most programming books and textbooks are out of date, but new ones are still being written, and there are plenty of good, useful ones. Don't undervalue the importance of a book. Start coding by hand. When you code by hand, you gain a better comprehension of grammar and algorithms, as well as a stronger mental connection. This method of learning programming will make your work easier and faster in the future. Moreover, start watching tutorial videos on websites such as YouTube, etc. Have discussions with other people. Whatever you learn, teach to others.
The book I used in the beginning of my learning experience was C Programming Absolute Beginner’s Guide By Greg Perry and Dean Miller.

User avatar
emeryhen121
Posts:21
Joined:Fri Jul 16, 2021 6:04 pm

Re: Wanna start programming

Unread post by emeryhen121 » Fri Jan 28, 2022 6:05 pm

You'll be able to more readily determine which programming language to learn once you've determined why you want to code. While there is no such thing as the best programming language, some are more user-friendly than others. If you are a beginner, I will recommend starting with learning the concepts of C++. It is not a language frequently used for games and applications development at the moment, but once you get your hands on this language, you can easily learn major languages like Python and Java. To begin your programming adventure, all you need is a computer and internet connectivity, whether you're an adult trying to transition into the tech business, a student looking to learn the latest language or a hobbyist who simply wants to understand how software and services function. Moreover, The sooner you start playing with the code when learning a new subject, the faster you will pick up on the principles. Programming foundations, as simple as they may look at first, must always come first: the better you grasp them, the easier it will be to acquire more sophisticated concepts. Although computer monitors are becoming thinner, hard drives are becoming lighter, and programming languages are becoming more powerful, hand-coding remains one of the most effective ways to learn how to program. Also, do not feel shy to ask for solutions to your problems.
Learning a new language can be hard, being a software engineer have learned more from online resources than my degree. You can easily find videos of many good teachers online.
First of all, improve your reading skill as well as your child's reading comprehension https://mytutorsource.qa/blog/how-to-im ... rehension/
The books that I will recommend are
The Self-Taught Programmer: The Definitive Guide to Programming Professionally by Cory Althoff
Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin

micheal22
Posts:1
Joined:Tue Jun 21, 2022 3:13 pm

Re: Wanna start programming

Unread post by micheal22 » Thu Jul 14, 2022 4:34 pm

Find code snippets in any language -<a href="https://codeprozone.com">https://codeprozone.com</a>
Its a developer’s community where programmers and developers from the globe share the codes and many can learn from their experiences. Here codes are shared written by Master Coders and many follow their pattern. These codes help developers to grow and be at home in their skills. By using these codes, a developer can develop their projects faster, can easily understand and may have more chances to boom in their field.

sandrahdes
Posts:1
Joined:Fri Sep 02, 2022 4:12 pm

Re: Wanna start programming

Unread post by sandrahdes » Fri Sep 02, 2022 4:21 pm

Determine your motivation for coding education.
Select the programming language you want to master first.
Take classes online.
Watch instructional videos.
Learn via books and ebooks.
Make learning to code easier by using the right tools.
Look at other people's coding styles.
finalise your code tasks.

Post Reply