Do you want to learn programming?
In my personal opinion, one way to learn programming after you are having the basic knowledge is to build a project that involved the live world example or system.
Building projects is one of the best ways to learn. Not only do you learn an array of principles and techniques, but you get your hands messy throughout.
This GitHub repository lists a huge selection of project-based learning tutorials. Some of the languages that these projects are taught on are
- C#
- C/C++
- Clojure
- Elixir
- Erlang
- F#
- Go
- Haskell
- HTML/CSS
- Java
- JavaScript
- Kotlin
- Lua
- OCaml
- PHP
- Python
- R
- Ruby
- Rust
- Scala
- Swift
- Additional resources
After getting the basic knowledge of any programming language you want to implement that knowledge to work on a project that time you get the complete idea how to work with multiple components separately but the arrangement in such a way that it will give the desired output you required.
Programming is a task where you already know the answer i.e what output you want. According to the output you need to decide the input requirement and write the process to produce the desired output.
Now what you think it's simple you already know the answer.
Website link : https://github.com/tuvtran/project-based-learning


Comments
Post a Comment