+ 1
What languages does anyone recommended to learn?
I just want to know where to start as I am very confused....
16 Respuestas
+ 7
This question gets asked a lot. Here is a recent thread and you can try searching the forums for more similar discussions 😉
https://www.sololearn.com/Discuss/3280650/?ref=app
+ 2
CodingMaster try it on mobile
+ 2
Deciding which programming language to learn first can depend on your goals and interests. Here are some popular and versatile languages recommended for beginners:
1. **Python**: Known for its simplicity and readability, Python is excellent for beginners. It's widely used in web development, data analysis, artificial intelligence, and automation.
2. **JavaScript**: Essential for web development, JavaScript is used for front-end (client-side) development to create interactive websites and applications.
3. **Java**: Widely used in enterprise applications, Android app development, and large-scale systems. Java's strong typing and object-oriented nature make it a good choice for learning fundamental programming concepts.
4. **C#**: Developed by Microsoft, C# is used for Windows applications, game development with Unity, and backend services with .NET framework.
5. **Swift**: Apple's language for iOS and macOS app development. Ideal if you're interested in creating applications for Apple platforms.
6. **Ruby**: Known for its simplicity and elegant syntax, Ruby is popular for web development with the Ruby on Rails framework.
### Choosing Where to Start
- **Consider Your Goals**: What do you want to build or achieve with programming? If it's web development, JavaScript or Python might be best. For mobile apps, consider Swift (iOS) or Java/Kotlin (Android).
- **Resources Availability**: Check for available tutorials, courses, and community support. A language with abundant learning resources can make your journey smoother.
- **Interest and Enjoyment**: Choose a language that resonates with you. Enjoying what you're learning can make the process more enjoyable and motivating.
- **Community and Support**: Joining communities and forums related to the language can provide valuable support and learning opportunities.
### Final Thoughts
Starting with Python is often recommended due to its simplicity and versatility. It's beginner-friendly and has a vast ecosystem with applications in various domains. Once you gra
+ 1
@Keith.... When I click on the link a message pops up saying "Oops, 404 Error!"
+ 1
you need to know what do you want to make like games or like apps. for apps on windows i recommend c# and python
for game i recommend Javascript and java plus sql server, and also you need to learn sql server for making apps
+ 1
Try c++
Because it is easy to learn and modify
+ 1
Cv
+ 1
Python code
+ 1
Cv
+ 1
Html
0
Python, Because it is a language that is widely used today
0
CodingMaster It depends on your goals and interests. Here's a quick overview of some popular programming languages and their typical uses:
1. **Python**: Great for beginners, widely used in web development, data science, artificial intelligence, scientific computing, and scripting.
2. **JavaScript**: Essential for web development (front-end and back-end with Node.js). It's a must-know for creating interactive websites.
3. **Java**: Widely used in enterprise environments, Android app development, and large systems.
Consider what you want to achieve with programming and choose a language that aligns with those goals. For a beginner, starting with Python is often recommended due to its simplicity
0
The best language to start with depends on what you want to do. If you're not sure, Python is the best choice for beginners. It’s easy to learn or can be used for many different things, like web development, data analysis, and automation.