Go Back   Flash Flash Revolution > General Discussion > Technology
Register FAQ Community Calendar Today's Posts Search

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Old 10-11-2024, 08:46 AM   #5
BruceAdler
FFR Player
 
BruceAdler's Avatar
 
Join Date: Jun 2023
Age: 27
Posts: 21
Default Re: Python as a first programming language

Quote:
Originally Posted by qqwref View Post
Learning the basics of C/C++ is useful, but it's not really a language you need to write things in unless you're very concerned about performance. It's very easy to do something a little wrong and lead to memory leaks or undefined behavior. There's also a lot of extra boilerplate code you need to write, although in that regard Java is even worse.

Python doesn't have those problems, but is much slower (still very fast with a modern computer, though!). Despite that, Python is very popular both among hobbyists and in the software engineering industry. Development time is quick and there are a lots of useful libraries that can be installed and imported easily. So I'd definitely recommend learning it.

As you get more comfortable, you can explore C, especially if you're interested in how software interacts with systems like GNU/Linux. It can also help to check out sites like https://ddi-dev.com/ which offer development services and analysis that can give you a better understanding of real-world applications in both languages. Don't worry too much about knowing everything at once; that's what makes travel so exciting!
I agree that Python is easier to learn and much faster for development, especially with its rich libraries. Thanks for sharing!

Last edited by BruceAdler; 10-15-2024 at 01:31 AM..
BruceAdler is offline   Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 03:17 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Copyright FlashFlashRevolution