Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Learning software development methods
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="griimnak" data-source="post: 456218" data-attributes="member: 35695"><p>Hello, Python fanboy here. <a href="https://github.com/griimnak?tab=repositories" target="_blank">https://github.com/griimnak?tab=repositories</a></p><p></p><p>I'd say <strong>Python</strong> is a great place to start, for learning basic syntax of programming. if else blocks, try and catch, imports and modules. It's all really simple and forgiving in python.</p><p><strong>Javascript</strong> is a must as you'll learn the fundamentals of the DOM and standard ECMAScript without frontend libraries. This knowledge will carry over nicely when you transition to Nodejs.</p><p>And <strong>Java</strong> is great because it seems to be a standard in universities and workplaces. It'll teach you OOP, types and Access modifiers which also carries over to php, C++, C#.</p><p></p><p>And don't underestimate Python just because it's easy. If you delve deeply into Python you'll realize you can make almost any app, program, webapp or server with it.</p><p>It's a really productive and powerful language, that's why it's my go-to. And if you're interested in AI at all, python is basically right at the frontline with <a href="https://github.com/tensorflow/tensorflow" target="_blank">Tensorflow</a></p><p></p><p></p><p><a href="https://www.djangoproject.com/" target="_blank">Django</a> and <a href="https://falconframework.org/" target="_blank">Falcon</a> are still among the top web frameworks. Performance is not an issue because there's things like gunicorn etc.</p><p><a href="https://www.palletsprojects.com/p/flask/" target="_blank">Flask</a> is my favorite but it's not typically used for production, more of a micro framework.</p></blockquote><p></p>
[QUOTE="griimnak, post: 456218, member: 35695"] Hello, Python fanboy here. [URL]https://github.com/griimnak?tab=repositories[/URL] I'd say [B]Python[/B] is a great place to start, for learning basic syntax of programming. if else blocks, try and catch, imports and modules. It's all really simple and forgiving in python. [B]Javascript[/B] is a must as you'll learn the fundamentals of the DOM and standard ECMAScript without frontend libraries. This knowledge will carry over nicely when you transition to Nodejs. And [B]Java[/B] is great because it seems to be a standard in universities and workplaces. It'll teach you OOP, types and Access modifiers which also carries over to php, C++, C#. And don't underestimate Python just because it's easy. If you delve deeply into Python you'll realize you can make almost any app, program, webapp or server with it. It's a really productive and powerful language, that's why it's my go-to. And if you're interested in AI at all, python is basically right at the frontline with [URL='https://github.com/tensorflow/tensorflow']Tensorflow[/URL] [URL='https://www.djangoproject.com/']Django[/URL] and [URL='https://falconframework.org/']Falcon[/URL] are still among the top web frameworks. Performance is not an issue because there's things like gunicorn etc. [URL='https://www.palletsprojects.com/p/flask/']Flask[/URL] is my favorite but it's not typically used for production, more of a micro framework. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Learning software development methods
Top