Pages:
Author

Topic: I want to learn programming. - page 2. (Read 429 times)

newbie
Activity: 6
Merit: 0
October 20, 2018, 07:42:17 AM
#18
If you want to learn to programme, you first need to learn more than one language, you can refer to the pages, books, ... And remember to always take notes and the theory is always accompanied by practice.
newbie
Activity: 1
Merit: 0
October 20, 2018, 02:40:31 AM
#17
dont forget to instal visual studio on your pc
newbie
Activity: 3
Merit: 0
October 20, 2018, 02:28:59 AM
#16
first, pick up a basic language like C. or you can go for python as it is much more useful yet easy to learn.. the important thing is to create basic concepts.
for learning your first language you can pick up youtube tutorials or some books for reference. but it won't matter much because you will only learn what you practice.
use geeksforgeeks.com  to practice and learn and then later shift to competitive coding on hackerrank or codechef.
 hope this helps..
I personally follow this.
full member
Activity: 574
Merit: 152
newbie
Activity: 37
Merit: 0
October 19, 2018, 02:47:40 PM
#14
I want to learn programming by self study but I don't know where to start. I'm a complete beginner. Can you give me some advices what books, sites, or any resources are best for begginers? If you're a self taught programmer, please share your experiences too.

I recommend starting with Scratch. Go to udemy.com and search ''scratch programming''. It will teach you the programming fundamentals from which you will be ready to move on to more advanced programming languages.
full member
Activity: 319
Merit: 100
October 19, 2018, 12:42:53 PM
#13
I want to learn programming by self study but I don't know where to start. I'm a complete beginner. Can you give me some advices what books, sites, or any resources are best for begginers? If you're a self taught programmer, please share your experiences too.
also tried to self learn programming give out in 2days, I advise to search someone to teach you.
newbie
Activity: 78
Merit: 0
October 19, 2018, 12:19:10 PM
#12
Would recommend trying Spring, Java. One of the stronger tool/language these days.
copper member
Activity: 150
Merit: 30
October 19, 2018, 11:44:35 AM
#11
If you want to keep up with the times, I'd advise you to look into the development of mobile applications in particular for IOS. Destop is dead so apps is your choice.
Don't you wanna look into Swift? Some introduction goes here https://developer.apple.com/swift and some cool leasons for beginners are here https://codewithchris.com/learn-swift/
Have fun.
jr. member
Activity: 126
Merit: 5
October 19, 2018, 09:45:06 AM
#10
This is a great idea! There are many free educational videos and layouts on the Internet. I watched the video on YouTube.
full member
Activity: 378
Merit: 197
October 19, 2018, 09:39:56 AM
#9
I will suggest you start with python. Python is object oriented language and very easy to learn unlike others like Java or even C+. The syntax is close to everyday English, its what you can easily relate it and before you know it, you've started developing your own applications. Meanwhile, it's not that simple you need passion to survive.

+1 to Python

I have been a professional C++ developer. When I learned Python (just for fun) I was really surprised how easy language it is.
Things that take a long time to implement in C++ can be really  really simple in Python.

There are lots of easy to use and  well implemented libraries written in python.

One problem with C++ is that it can be confusing and time consuming to begin using some new library. Meaning you have to study a lot to be able to use it properly. One example is openssl..
newbie
Activity: 8
Merit: 0
October 19, 2018, 07:10:59 AM
#8
You can learn from the book, but most readers don't have the capacity to practice if read only from books. Whatever you are doing, mix it up once. Try to learn from a variety of media such as books, videos, web, etc.
member
Activity: 98
Merit: 13
October 19, 2018, 06:32:33 AM
#7
First, choose a specialization. It will depend on your preferences. Do you want to write games? Create websites? Teach artificial intelligence? Be a mobile/desktop developer? This is what you need to choose yourself. I don't think that one of the fields is better than others. If you have specific criteria (salary level, popularity, number of vacancies...), just search for statistics on programming languages on web, that's simple.

After that, you will need to choose a stack of technologies which you must know to find a job later (in addition to the programming language you will have chosen). Browse job offers to see what you need to know along with the language. Sort the list of technologies in order to study and start learning.

Almost any resource will be good for a beginner IF you are consistent and persistent. I mean, you need to read everything carefully and regularly, do all tasks described and suggested by the author, look for answers which can appear during your study, etc. I know hundreds of non-programmers who just "want to learn programming" but do nothing to achieve this.

As soon as you get the first idea of what you are learning and what you need to know, you will be able to independently study and choose the best resource for you. A book, a website with lessons and tasks, a youtube channel - it does not matter and also depends on your preferences. Once again - for a beginner. I believe that to become an expert in a particular field, you need to read books, as they are more consistent and detailed. But in the first stage, you just need to get a general idea.

When you specify your goals and strategy, go to any programming community and address your future questions to them. For example, on reddit. Follow their threads to keep in touch and track the latest changes in the field.

Good luck with your learning!
newbie
Activity: 185
Merit: 0
October 19, 2018, 05:55:23 AM
#6
I used to start with codecademy, thats a greate resource. Also you should search for some videos on YouTube, there`s a lot of free lessons out there.
newbie
Activity: 15
Merit: 0
October 19, 2018, 05:48:00 AM
#5
I will suggest you start with python. Python is object oriented language and very easy to learn unlike others like Java or even C+. The syntax is close to everyday English, its what you can easily relate it and before you know it, you've started developing your own applications. Meanwhile, it's not that simple you need passion to survive.
newbie
Activity: 101
Merit: 0
October 19, 2018, 02:42:05 AM
#4
i recommend you to start with c languange. and first you can learn how to make hello word in youtube
yeah, I would agree. You can check this: https://www.programmingbasics.org/en/
Also, there many YouTube Tutorials.
newbie
Activity: 5
Merit: 0
October 18, 2018, 11:23:20 PM
#3
i recommend you to start with c languange. and first you can learn how to make hello word in youtube
jr. member
Activity: 94
Merit: 1
October 18, 2018, 11:20:13 PM
#2
I'm sure you can find many sites by google-ing youself already. Here's one i used to use when i started learning some basic html and python. The interface is pretty easy to use, and lessons are newbie friendly too. They have built in app to let you try and practice what your learned right after each lessons
https://www.codecademy.com/
full member
Activity: 644
Merit: 103
October 18, 2018, 10:52:38 PM
#1
I want to learn programming by self study but I don't know where to start. I'm a complete beginner. Can you give me some advices what books, sites, or any resources are best for begginers? If you're a self taught programmer, please share your experiences too.
Pages:
Jump to: