Jump to content

Python

Featured Replies

Just a very general question; what do you think of Python ? What's the main strengths/weaknesses of the language (say, versus JAVA) ?

It has a very simple syntax and'll do anything you throw at it. I'd say it's a little simpler and easier than even Java, but then I haven't used Python as much.

 

Being completely interpreted (no compilation to bytecode) also makes Python development a little less irritating.

Just a very general question; what do you think of Python ? What's the main strengths/weaknesses of the language (say, versus JAVA) ?

 

Python is a nice modern dynamic object oriented scripting language. Compared to it languages like Java feel overly verbose, tedious, and poorly designed.

 

Python sports a lot of features that Java lacks, among them lambdas / higher order functions, list comprehensions, and multiple inheritence. That's not to mention its dynamic nature strips away the language boilerplate and just lets you get stuff done.

 

The indentation sensitive syntax is pretty spiffy.

Archived

This topic is now archived and is closed to further replies.

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.