Poll

Do you like Python?

Yes, I love it.
22 (24.2%)
Yes, I like it.
24 (26.4%)
No, I don't like it
17 (18.7%)
No, I hate it.
14 (15.4%)
No opinion, indiferent
11 (12.1%)
I refuse to answer
3 (3.3%)

Total Members Voted: 90

Author Topic: Python becomes the most popular language  (Read 96791 times)

0 Members and 1 Guest are viewing this topic.

Offline madires

  • Super Contributor
  • ***
  • Posts: 7765
  • Country: de
  • A qualified hobbyist ;)
 

Offline PicuinoTopic starter

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: 00
    • Picuino web
Re: Python becomes the most popular language
« Reply #876 on: September 22, 2022, 06:16:58 pm »
It is only insecure if you run extractall() with an untrusted tar file.
It is like running eval() on a string supplied to you by a random user.

Python is powerful and lets you shoot yourself in the foot like any other language.
Just don't do it.


https://docs.python.org/3/library/tarfile.html#tarfile.TarFile.extractall

"Warning: Never extract archives from untrusted sources without prior inspection. It is possible that files are created outside of path, e.g. members that have absolute filenames starting with "/" or filenames with two dots "..". "
« Last Edit: September 22, 2022, 06:21:51 pm by Picuino »
 

Offline eti

  • Super Contributor
  • ***
  • !
  • Posts: 1801
  • Country: gb
  • MOD: a.k.a Unlokia, glossywhite, iamwhoiam etc
Re: Python becomes the most popular language
« Reply #877 on: October 02, 2022, 10:28:09 pm »
Popular != best

It's good enough for toy projects, until you need some realtime firmware writing for a Mars lander probe
 
The following users thanked this post: MikeK, Karel

Online jfiresto

  • Frequent Contributor
  • **
  • Posts: 820
  • Country: de
Re: Python becomes the most popular language
« Reply #878 on: October 03, 2022, 07:28:28 am »
It is funny that you should mention that. My first Python project was the firmware for a deep sea lander probe. The group I introduced Python to have since become big fans and its use is now widespread in their field.
« Last Edit: October 03, 2022, 07:30:16 am by jfiresto »
-John
 
The following users thanked this post: newbrain, Picuino

Offline Kjelt

  • Super Contributor
  • ***
  • Posts: 6460
  • Country: nl
Re: Python becomes the most popular language
« Reply #879 on: October 03, 2022, 07:44:38 am »
And it is still not given in our highschools.
Instead they give 3 hrs a week Dutch , English and even French and German, which the last two could better be replaced with Mandarin, Hindi or Spanish if you want to learn a global language ;)
 

Offline PlainName

  • Super Contributor
  • ***
  • Posts: 6844
  • Country: va
Re: Python becomes the most popular language
« Reply #880 on: October 03, 2022, 10:00:43 am »
Quote
The group I introduced Python to have since become big fans and its use is now widespread in their field.

Are they your competitors?


[Just in case: I'm kidding  ^-^]
 

Online jfiresto

  • Frequent Contributor
  • **
  • Posts: 820
  • Country: de
Re: Python becomes the most popular language
« Reply #881 on: October 03, 2022, 10:48:49 am »
Quote
The group I introduced Python to have since become big fans and its use is now widespread in their field.

Are they your competitors?

Well, on the next project, my colleagues used to tease me about my enthusiasm for Python. :) It has been a few years, so that has faded to a gentle glow.
-John
 

Offline MikeK

  • Super Contributor
  • ***
  • Posts: 1314
  • Country: us
Re: Python becomes the most popular language
« Reply #882 on: October 03, 2022, 12:12:26 pm »
It is funny that you should mention that. My first Python project was the firmware for a deep sea lander probe. The group I introduced Python to have since become big fans and its use is now widespread in their field.

You mean: the firmware was a Python interpreter than ran Python scripts that you wrote.  Python is indeed popular among people who find low-level language too difficult.
 

Offline MikeK

  • Super Contributor
  • ***
  • Posts: 1314
  • Country: us
Re: Python becomes the most popular language
« Reply #883 on: October 03, 2022, 02:16:15 pm »
Use your own words; don't change mine.
 

Online voltsandjolts

  • Supporter
  • ****
  • Posts: 2300
  • Country: gb
Re: Python becomes the most popular language
« Reply #884 on: October 03, 2022, 03:30:22 pm »
Python is indeed popular among people who find low-level language too difficult.

It's also popular among low-level language experts, who realise that micropython can be excellent tool for quickly creating devices with high-level functionality, either for test purposes or even deployment in some scenarios.
 

Offline PicuinoTopic starter

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: 00
    • Picuino web
Re: Python becomes the most popular language
« Reply #885 on: October 03, 2022, 05:29:17 pm »
This thread is full of such good reasoning:

   Popular does not equal best
   Python is popular
   So Python is not the best

Could someone tell me what is wrong with this 'supposed' syllogism?

One more

   Baby Shark Dance is the most popular song on Youtube.
   This song is pretty bad (?)
   Then popular things are bad
   Then Python is bad.

And so on ad nauseam. Doesn't anyone know how to get a syllogism right?
 

Online voltsandjolts

  • Supporter
  • ****
  • Posts: 2300
  • Country: gb
Re: Python becomes the most popular language
« Reply #886 on: October 03, 2022, 05:41:46 pm »
This thread isn't even about Python.
It's just a bunch of engineers (in a virtual pub) arguing over which tools are worth the effort to carry around in their (virtual) toolbox (aka brain).
Like most pub arguments there is lots of finger wagging/bad words/bullshit and in the end no conclusion. But we passed the time and had fun.
 
The following users thanked this post: Karel, newbrain

Offline Karel

  • Super Contributor
  • ***
  • Posts: 2217
  • Country: 00
Re: Python becomes the most popular language
« Reply #887 on: October 03, 2022, 05:44:05 pm »
 

Offline PicuinoTopic starter

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: 00
    • Picuino web
Re: Python becomes the most popular language
« Reply #888 on: October 03, 2022, 06:44:11 pm »
1. Most popular is bad.

2. According to RedMonk Python is not the most popular language.

Then Python is the best language ever.

 :popcorn:
 

Offline PicuinoTopic starter

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: 00
    • Picuino web
Re: Python becomes the most popular language
« Reply #889 on: October 03, 2022, 06:48:51 pm »
Another very good syllogism:

Popularity is independent of quality.
Python is very popular.
Then Python has bad quality.
 

Offline PicuinoTopic starter

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: 00
    • Picuino web
Re: Python becomes the most popular language
« Reply #890 on: October 03, 2022, 06:54:16 pm »
Of course, my implicit reasoning doesn't work either.

Python is popular.
Popular means good quality. (?)
Then Python has good quality.
 

Offline MikeK

  • Super Contributor
  • ***
  • Posts: 1314
  • Country: us
Re: Python becomes the most popular language
« Reply #891 on: October 03, 2022, 06:57:04 pm »
This thread is full of such good reasoning:

   Popular does not equal best
   Python is popular
   So Python is not the best

Could someone tell me what is wrong with this 'supposed' syllogism?

I can tell you what's wrong.  Your logic is flawed.  Your conclusion is not supported by the premises.  This thread is, I guess, about Python being popular.  Nobody denies that.  Some have pointed out that popular does not mean the best.  The conclusion is something that you reached.  Along with your two other flawed syllogisms.

Many people do indeed use Python.  Myself included.  You can't draw any further conclusions.
 

Offline PicuinoTopic starter

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: 00
    • Picuino web
Re: Python becomes the most popular language
« Reply #892 on: October 03, 2022, 07:16:37 pm »
The fact that McDonald's is so popular can be studied and many conclusions can be drawn from it.
It was the beginning of a lot of fast food chains that eventually changed even the 'artisanal' form of meat production into industrial production.
It also introduced the concept of standard quality in a food establishment (not only in canned foods).

I don't claim that Python is the best language (that doesn't exist by any means) or a high quality language. But it does seem to me (and this is just my opinion) that behind this popularity there are certain points where Python is doing things right. And is managing to provide solutions to certain problems that other languages do not.

I don't know what the solution to this is. When I raised the issue I was struck by the sharp rise in popularity and I guess it is due to something (I do not think it's just a random question).

I do not assume that it is a question of quality or capacity or speed.
Sure Python has weaknesses, but I fail to see what highlighting such weaknesses over and over again adds to the debate.
One thing I am sure of: Python has not risen in popularity because of its weaknesses.
 

Online pcprogrammer

  • Super Contributor
  • ***
  • Posts: 3708
  • Country: nl
Re: Python becomes the most popular language
« Reply #893 on: October 03, 2022, 07:17:31 pm »
Quality is not in the language, it is in the programmer who uses it.

Even when the language is somewhat flawed a good programmer can make it work, by knowing the flaws and work around them.

When to use a certain language depends on your needs for certain aspects of a language or the environment you are working in. When developing interactive websites the logical choices are php or asp combined with html, css and javascript.

For an embedded real time system C/C++ is the logical choice for most.

Python has its use in all sorts of fields, just like all the other languages out there, but as with everything else it is as good as the weakest link. A bad programmer, will create bad code, no matter which language is used.

Offline MikeK

  • Super Contributor
  • ***
  • Posts: 1314
  • Country: us
Re: Python becomes the most popular language
« Reply #894 on: October 03, 2022, 07:25:02 pm »
The fact that McDonald's is so popular can be studied and many conclusions can be drawn from it.

No conclusions can be drawn from McDonald's being popular.  You have to introduce more information to draw any conclusions.  That is the "study" part.  I think you need to work on your syllogisms.
 

Offline PicuinoTopic starter

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: 00
    • Picuino web
Re: Python becomes the most popular language
« Reply #895 on: October 03, 2022, 07:26:36 pm »
Another interesting issue is how interpreted languages have risen enormously over compiled languages in the last decades.
I also think this has some logic underneath it. And Python gets swept up in this general trend favoring interpreted languages.
 

Offline PicuinoTopic starter

  • Frequent Contributor
  • **
  • Posts: 726
  • Country: 00
    • Picuino web
Re: Python becomes the most popular language
« Reply #896 on: October 03, 2022, 07:34:12 pm »
Quality is not in the language, it is in the programmer who uses it.

Even when the language is somewhat flawed a good programmer can make it work, by knowing the flaws and work around them.

When to use a certain language depends on your needs for certain aspects of a language or the environment you are working in. When developing interactive websites the logical choices are php or asp combined with html, css and javascript.

For an embedded real time system C/C++ is the logical choice for most.

Python has its use in all sorts of fields, just like all the other languages out there, but as with everything else it is as good as the weakest link. A bad programmer, will create bad code, no matter which language is used.

But there are languages that favor good programming. Linus Torvalds has commented on occasions that he does not want C++ programmers in the Linux kernel at all because of the problems this could create in bad programming.
https://medium.com/nerd-for-tech/linus-torvalds-c-is-really-a-terrible-language-2248b839bee3

And now a step is being taken to make Rust one of the kernel languages precisely because it encourages safer programming.
https://www.theregister.com/2022/06/23/linus_torvalds_rust_linux_kernel/
 

Offline nctnico

  • Super Contributor
  • ***
  • Posts: 26906
  • Country: nl
    • NCT Developments
Re: Python becomes the most popular language
« Reply #897 on: October 03, 2022, 07:53:13 pm »
Python has its use in all sorts of fields, just like all the other languages out there, but as with everything else it is as good as the weakest link. A bad programmer, will create bad code, no matter which language is used.
But still, with Python it is the interpreter that halts in case of a problem. A poorly written C program will happily continue with a bad pointer. The latter is why I favour C++; you can largely avoid using pointers.
There are small lies, big lies and then there is what is on the screen of your oscilloscope.
 

Offline AndyBeez

  • Frequent Contributor
  • **
  • Posts: 856
  • Country: nu
Re: Python becomes the most popular language
« Reply #898 on: October 03, 2022, 08:41:27 pm »
Another interesting issue is how interpreted languages have risen enormously over compiled languages in the last decades.
I also think this has some logic underneath it. And Python gets swept up in this general trend favoring interpreted languages.
There is a certain trend toward JIT ( just in time ) and now AOT ( ahead of time ) runtimes. The demands of cross platform and cross OS development means the code behind is often just built to an intermediate language ( IL ) with some bloated API to connect the ten lines of 'hello world' text to the target OS. Python is no exception to this trend. C# and Java are now cross platform framework heaven, and hell. The only issue for the developer is keeping up with the latest framework - are you and expert in QPython, PyCharm or Jetbrains yet? Once a new framework is announced, all bets are off just how long the existing codebase can remain supported. Everyone else wants to race at full speed into the future, which is probably why Github is such a code graveyard.
 
The following users thanked this post: Karel

Offline PlainName

  • Super Contributor
  • ***
  • Posts: 6844
  • Country: va
Re: Python becomes the most popular language
« Reply #899 on: October 03, 2022, 08:58:41 pm »
Quote
But still, with Python it is the interpreter that halts in case of a problem.

Isn't there some way for the interpreter to raise a fault instead? Last thing you want on embedded kit is a console prompt waiting for input.

And.. does the interpreter pre-interpret your code to make sure it's all actual code? At least with a compiler, you might program a hyperspace jump but it will be an actual valid jump when the code runs :)
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf