How to start programming || TOP online sites to learn programming for free

New to the field of programing and tech ? Want to get insight of this fast growing IT world and how you would cope up with this new fast growing IT world. Want to learn new, efficient programming languages ? That too for free and without spending a single penny ? You too can develop your own websites, web applications, mobile applications on various on various platforms, You can also learn modern world technologies like AR - VR , machine Learning, Artificial Intelligence and many more..

Talking about myself, I basically learned programming through online sites and without spending a single penny !!. You would be socked that without spending a single penny , Yes without spending a single Penny , I explored over more than 20 fields in the modern IT World, You also can just explore on the internet , It is the best resource to learn programming...

1. Why learn to code in the first place?

I remember being in the dark. I first started tinkering with HTML in 1998, back when how-to sites were few and far between. I stumbled into self-teaching myself HTML, CSS, PHP, and Javascript throughout the next decade, with a few terrible detours — including Python, which to me, felt just as scary as the snake of the same name. And then, in 2010, I started the whole process over again in learning how to build ebooks.
I got lost more times than I can count. I made many, many mistakes. But: I came out of nearly two decades of experimentation loving to code.
Coding gives you the power to not only enjoy other people's projects, but also to say "I can do that!" and build your own passions. You form excellent problem-solving skills and troubleshooting steps — steps that I use almost every day in other areas. And if you enjoy logic puzzles, coding is a neat way to scratch that itch and make something special for yourself.
The language you learn can be helpful in the most unlikely of situations: Because I knew HTML and CSS, I ended up with lots of one-off web jobs from friends and acquaintances who didn't want to venture into those waters. In my early post-college years, those jobs paid my rent; and it was HTML and CSS that helped land me my first job at Apple, and my ebook-building job at Macworld.
And, like learning real-world languages, once you understand one coding language, it's a whole lot easier to get to know the others.

2. Great resources to start learning how to code

The good news is, you don't have to stumble through coding and self-teach yourself the way I had to. It's 2017, and you have your pick of great, interactive resources for learning to code. Whereas I had to rely on the kindness of random internet strangers and HTML Goodies, you can quickly pick up the basics of just about any coding skill with the right tutorials.
Here are some of my favorite starting points:

Code.org

If you've never touched code before and the mere thought of writing things with brackets and chevrons scares you, give one of these programs a whirl. Apple has partnered with the company for years to help teach its "Hour of Code" workshops, and it's easy to see why: The lessons are fun, colorful, and present code as more of a Lego puzzle to be built than endless lines of text. And better yet: You can take the courses on your Mac, PC, or mobile devices.

Khan Academy

Khan Academy offers a large assortment of online classes for you to enjoy ranging all manner of topics, but I put them on the list specifically for their Computer Science program. If you want a deeper dive into the theory and building blocks of coding, this course does an excellent job of it — and keeps you entertained, too!
If you want to dip your toe into web development, Khan Academy also offers Hour of Code tutorials for creating Javascript animations, building a webpage, or databases of information. And if you want to learn on the go, Khan Academy has a great app for iOS devices.

Codecademy

Ready to get your hands into some actual web development? Codecademy is an incredible free resource for learning just about every major web programming language out there. The website offers a step-by-step interactive course for building a webpage along with lots of tutorials for web languages and systems like Javascript, Ruby on Rails, SQL databases, and Git.
Codecademy's tutorials are very easy to follow and all your progress is automatically saved, so you can come back to it at any time. Unfortunately, the website doesn't work well with iOS devices at this time, but they're excellent in a Mac or PC browser.

Learn Swift

If it's iOS app development you want to explore, Apple's Swift language is the perfect place to start — and the Learn Swift website has collected a ton of material for beginners and intermediates to peruse. While there are no sites offering free interactive tutorials for Swift (that I know of — readers, if you have a great site to recommend, post it in the comments!), that doesn't mean you solely have to rely on text documentation.
There are great resources like We heart Swift if you're looking for interactive paid tutorials, or Apple's extensive Swift library for text, video, and everything in between.

When in doubt, search!

I've been coding HTML websites for over 18 years, but I still use Google almost every day to double-check a piece of code, or integrate an open-source Javascript tool. Your search engine is one of the best tools you have for finding answers or information to your coding problems: Chances are, someone else online has had this problem before you, and it's been solved.
  • Stack Overflow is also a great resource. It's a huge programming community full of smart developers, and always worth a visit if you're having trouble with your projects.
  • W3 Schools serves a vital role in the web coding space: showing how these things are supposed to work and breaking down the individual components so you can see exactly what does what.
  • CodePen isn't so much of a resource as it is a tool for web developers. With CodePen you can try out live changes to your markup without having to save and reload a page, or just use it as a playground to see how HTML, CSS, and JavaScript all work together in web harmony.

Comments