This file contains resources to learn programming and software development. This file is divided into 2 parts - Goal-Oriented and General Purpose.

  1. Goal-Oriented resources teach you to deliver an output like making a website or an app.
  2. General Purpose resources teach you a particular language like Python or JavaScript.

A Goal-Oriented listing has higher priority so if a resource falls in both general purpose and goal-oriented, it automatically goes in goal-oriented and is not duplicated.

Goal-Oriented

General Purpose

Android Development

Vogella’s Android Tutorials

Lars Vogel’s article on Android Programming in Java are an industry standard. His website contains articles on Android Development from beginner to expert level. You can go through it in the order they are listed.

Website - https://www.vogella.com/tutorials/android.html

vogella android resources screenshot

Web Development

FreeCodeCamp Web Development curriculum

Learn HTML, CSS, JS and some advanced topics from the most popular online bootcamp. They also give you a free certificate for completing their training.

Website - https://learn.freecodecamp.org/

free-code-camp curriculum

Intro to HTML and CSS by Udacity

Learn HTML and CSS from a free, premium video course by Udacity.

Website - https://www.udacity.com/course/intro-to-html-and-css–ud001

html and CSS course by udacity

Interneting is Hard

HTML & CSS seems hard (But it doesn’t have to be). This is a friendly web development tutorial for complete beginners.

Website - https://internetingishard.com/html-and-css/

html and css by interneting-is-hard

Java

Java for Complete Beginners - John Purcell on Udemy

This is the most popular free Java course on Udemy. If you are a beginner in Java, go for this. It offers a thorough introduction to every Java concept and is taught in digestible sessions.

Website - https://www.udemy.com/course/java-tutorial/

Java for Complete Beginners - John Purcell

JavaScript

You Don’t Know JS

You Don’t Know JS is a free series of books for learning JavaScript at a deep level. Pick this resource if you want a strong understanding of JavaScript.

Website - https://github.com/getify/You-Dont-Know-JS

you don't know js github

JavaScript.Info

JavaScript.info is a web tutorial where you can find articles related to JavaScript from noob to advanced.

Website: https://javascript.info

javascript.info

Django

Django Girls Tutorials

Once you’ve finished the tutorial, you will have a small working web application: your own blog. They also show you how to put it online, so others can see your work!

Website - https://tutorial.djangogirls.org/en/

django-girls-tutorial

Try Django 1.9 | Build a Blog and Learn Python’s #1 Library

A free course on Udemy by the Coding Entrepreneurs that teaches how to build a Django Blog, learn Markdown into Django Integration and Django Rest Framework for RESTful API Design.

Website - https://www.udemy.com/course/try-django/

[![Try Django 1.9 Build a Blog and Learn Python’s #1 Library](https://user-images.githubusercontent.com/42115530/66418662-3163fc00-ea20-11e9-9638-1b34723c7cd7.PNG)](https://www.udemy.com/course/try-django/)

Django Tutorial- Tutorialspoint

This tutorial is designed for developers who want to learn how to develop quality web applications using the smart techniques and tools offered by Django.

Website - https://www.tutorialspoint.com/django/

Django Tutorial- Tutorialspoint

Django Tutorials - thenewboston

Official tutorials for thenewboston Django Tutorials for Beginners series

Website - https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBlmzzFcLgDhKTTfNLfX1IK

thenewboston-django-tutorials

Django Tutorials - Pretty Printed

Learn Django in these videos by following along as the instructor show you how to build a simple hello world app and then a guestbook app that uses the templates, models, and form functionality with Django.

Website - https://www.youtube.com/watch?v=QVX-etwgvJ8&list=PLXmMXHVSvS-DQfOsQdXkzEZyD0Vei7PKf

Pretty-Printed-django-tutorials

Python

Python for Beginners by Mosh Hamedani

This is easy to grasp highly rated Python tutorial on Youtube. All concepts are explained in crystal clear manner suitable for beginners. In later half, it also dives into 3 practical projects which helps in assimilating all the learning throughout.

Website - https://www.youtube.com/watch?v=_uQrJ0TkZlc

Python for Beginners by Mosh Hamedani