0
Where should i start coding ?
New to programming , please guide me with best possible ways to learn programming .
4 Answers
+ 10
From FAQ:
Which language should I learn first?
That depends on what you're trying to achieve.
For web development: Start with HTML, and then move on to CSS, JavaScript, JQuery, PHP, andSQL.
For general application programming: Python, C++, and Ruby; then Java, C#, or Swift, based on the platform you're targeting.
https://www.sololearn.com/faq
Take courses and practice in the Playground. Have fun with learning and codingđ
Useful threads:
https://www.sololearn.com/discuss/595802/?ref=app
https://www.sololearn.com/discuss/321242/?ref=app
https://www.sololearn.com/discuss/476490/?ref=app
https://www.sololearn.com/discuss/437973/?ref=app
+ 2
Get a good book (no online course) and do half reading, half practising.
+ 2
Here is a very rich video, detailed (step by step) guidelines for starting online Career ( learning Web Development [Front End,Back End & Full Stack ] and other Programs):
https://youtu.be/Zftx68K-1D4
â©â©A very good reference:
https://www.sololearn.com/Discuss/284542/?ref=app
âŹâŹBy August Mein:âŹâŹ
1. Choosing your first Language
You can choose any language.
if you can't decided here the guide :
HTML is used to make web structure.
CSS is used to give style or animate web
JAVASCRIPT is used to make dynamic web (you can even make game)
PHP is server side scripting language
SQL is database manajemen in server side
C++ is multiplatform OOP based programming language (you can make many app including Games)
C# is more spesific (windows os) than C++
Java is used to build app that can run on any devices (including Android).
JAVA is not JAVASCRIPT
Python is multiplatform OOP based programming languages with easy syntax (compared to other OOP Language)
Python3 and Django for building strong and very rich website ( flask is used for small website,but Django for everything)
kivy ( a Python Program for anroid )is used for making android apps.
Kotlin is Google's new Program for android.
Google's new android version is built on Kotlin.Kotlin is dynamic and co opt with latest technological development (such as Augmented Reality, Artificial Intelligence, Facial Recognition etc)
It's coding process is also simple and as like Python.
Swift is for building apple / IOS app .
To improve coding skills 2nd link is helpful:
https://www.sololearn.com/Discuss/437973/?ref=app
https://www.sololearn.com/discuss/1033194/?ref=app
https://www.sololearn.com/discuss/1062064/?ref=app
0
And a list of useful resources:
https://code.sololearn.com/WaVusr8J1KvK/?ref=app