+ 3
How to code?
Hey everyone! I’m new and I was wondering how to start doing simple coding. Please tell me how to start. It would be helpful.🤗
4 Respuestas
+ 9
From the FAQ:
That depends on what you're trying to achieve. For web development: Start with HTML, and
then move on to CSS, JavaScript, JQuery, PHP, and SQL.
For general application programming: Python, C++, and Ruby; then Java, C#, or Swift, based
on the platform you're targeting.
Re: https://www.sololearn.com/faq/#q1
If you don't have a goal already set in mind, then just choose any one of the courses you like. Once you get the hang of the concepts, you can switch to another one. Hope it helps! 🙂
+ 7
That depends on what you're trying to achieve.
⏺️For any kind of website related works:
1.HTML
2.CSS
3.Javascript
knowledge on the above three is required as basic.
✨For web development: Start with HTML, and then move on to CSS, JavaScript, Python,jQuery,, and SQL.
Or
HTML,CSS, jQuery,SQL,PHP
or
🐍Python3 and Django for building strong and very rich website ( flask is used for small website,but Django for everything)
✨For general application :
programming: Python, C++, and Ruby; then Java, C#, or Swift, based on the platform you're targeting.
➡️For details:
https://www.sololearn.com/FAQ
🔷Here is a very rich video, detailed (step by step) guidelines for starting online Career ( learning Web Development and other Programs):
⬇️⬇️⬇️
https://youtu.be/Zftx68K-1D4
🔼🔼Watch the above video attentively and then decide yourself.
Here is a very rich video, detailed (step by step) guidelines for starting online Career ( learning Web Development 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)
Swift is for building apple / IOS app .
https://www.sololearn.com/discuss/1033194/?ref=app
+ 4
Welcome to Sololearn!
Take a language of your choice and learn its basics in Sololearn.
As you progress , try to make simple codes relating to the topic you are reading now.
Then when the course gets over,you will be able to make good codes.
Aomething more :
https://www.sololearn.com/discuss/96845/?ref=app
https://www.sololearn.com/discuss/137697/?ref=app
+ 3
Thank you. This is helpful.