LEARNING to PROGRAM?

charie

Newbie
Joined
Nov 30, 2017
Messages
19
Reaction score
0
HI
I am very young and really want to learn to program do you know of any free websites that are easy to learn of and if you have any tips for me that would be great .thanks.
have a good day
 
Just think of someting you want to build and go from there. if you dont know how to make something/function just google it... thats how you can make anything you want really... everything it already made by someone else you just have to combine the stuff.
 
YouTube is a great resource for learning to program, there are hundreds of beginner tutorials for every programming language.
I suggest learning the basic programming concepts first (if statements, loops, etc) then start building small applications.
 
HI
I am very young and really want to learn to program do you know of any free websites that are easy to learn of and if you have any tips for me that would be great .thanks.
have a good day
I'm studying on YouTube
Everything is simple and intuitive.
Start with html and css, then js, php
The first two - the basics can be learned in a couple of hours
 
I recommend learning python first. Its a simple language for programming and a useful one too.
 
I've had a growing interest in programming of late, so I'll share some of the material I've found to be helpful with you.

So if you're interested in learning Python, I found this website called "Automate The Boring Stuff". I've been reading it in my spare time and found it to explain the basics fairly well.
https://automatetheboringstuff.com/

There's also a YouTube tutorial series by a channel called "thenewboston". The Python video series is fairly entertaining as the guy has a good sense of humour.

I've found this YouTube series on machine learning with Python to be a good introduction to high-level machine learning, although the syntax used in the videos is no longer "correct" depending on which Python version you're using.

Lastly, I made this Blogger kit a while back. The way I learnt HTML & CSS was by editing generic Blogspot blog themes in an attempt to make them look less like Blogspot blogs.
https://www.blackhatworld.com/seo/f...ke-your-blog-look-like-a-real-website.700930/
 
HI
I am very young and really want to learn to program do you know of any free websites that are easy to learn of and if you have any tips for me that would be great .thanks.
have a good day
Do you know what programming language you want to learn?
 
Learn to code interactively here. Visit => codecademy.com
You can learn step by step while practicing and visualizing the output.

I recommend starting with Python. Clean, concise and simple language to start.
Python serves from beginning level to advanced Machine learning/AI programming.

If you start on this, initiate a journey thread for your progress, I can help further to advance levels in learning to code.
I will also plan on starting a thread on Python tips or web development after some time. Happy programming.
 
You should try searching for YouTube tutorials. It is always easier if someone shows it to you. Afterward, you can start doing some practical work. However, start small - do not pressure yourself too much.
 
Learn basics, and just start coding, google is your best friend. Here is also great list of python projects github.com/karan/Projects which helped me so much.
 
A lot of people start with Java to learn the basics concept of coding, there are a lot of tutorials on YouTube for this.
Do you have any idea what you want to code? Frontend, Backend, Websites, Applications, Apps?
 
It depends on your learning style; some like to take courses and read books while others jump into a project and search for answers on StackOverflow as they progress.
 
If you like watching videos, Youtube and tutorialspoint are both great for that.
If you like following along and trying the code yourself, then Codeacademy and SoloLearn are both great.
If you like reading, then use any of the written tutorials online by Googling them.
Also, consider something, what programming language do you want to start with?
If you like working on web pages, you'd have to consider if you want to work on the back-end or front-end.
If you want to work with programs, then you'd have many great things to choose from such as Python and C++, choose
whichever fits your style.
 
For basis i refer sololearn.
For languages related to web development i refer w3schools
 
Also I suggest you to try hackerrank, there you will find algorithms, and other basic stuff.
This website focuses on task.
 
Back
Top