+ 5
Hi.I want to learn programming. Where should I start from?
I want to learn programming(mostly for android and web). I have some good educational videos for HTML and Python.
6 Antworten
+ 3
Web: HTML, CSS, Javascript. Then a serverside language and database.
Now for Android you have three routes. You can use a package like Phonegap/Cordova to take html and javascript and turn it into an Android app.
Or you can learn Typescript (superset of Javascript) and so.ething like Angular and build apps from that.
Or you can learn Java and build directly for Android.
+ 6
https://code.sololearn.com/WwdQescTMkvA/?ref=app
+ 4
Thanks to every one for your good advices
+ 2
just take some HTML & CSS lessons here then you will find your way through, and practice regularly.
Go to https://freecodecamp.org as well. They teach html and javascript for beginners
+ 2
it is better start with Python. The most universal language and quite easy to understand