473,670 Members | 2,599 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Usage statistics?

For some reason, I would like to have some statistics about how often
Python is used in the *scientific* communities (such as astronomy,
genetics, electrical engineering, ...), as opposed to C++ or Java
or other "common" programming languages.

I know about TIOBE's Programming Community Index, and Francois Labelle's
statistics from sourceforge.

Any pointers or insights will be highly appreciated

Best regards,
Gabriel.

--
/-------------------------------------------------------------------------\
| There are works which wait, |
| and which one does not understand for a long time; [...] |
| for the question often arrives a terribly long time after the answer. |
| (Oscar Wilde) |
+-------------------------------------------------------------------------+
| za**@cs.uni-bonn.de __@/' www.gabrielzachmann.org |
\-------------------------------------------------------------------------/
Jul 18 '05 #1
1 4497
Gabriel Zachmann wrote:
For some reason, I would like to have some statistics about how often
Python is used in the *scientific* communities (such as astronomy,
genetics, electrical engineering, ...), as opposed to C++ or Java
or other "common" programming languages.


It would be nice to know the reason. You're not in computational
genetics since you didn't mention Perl as a "common" programming
language. You ask for broad fields -- experimental, computational,
sequencing/assembly, annotation, gene expression, genology and
cladistics are all aspects of genetics.

In the one I know best, bioinformatics (overlaps well with
computational genetics), people use Perl, Java, Python, then
Ruby and others. Guessing based on talking to people at
conferences I'll put the numbers at 75% (Perl), 10% (Java),
10 (Python), 5% (other).

Whereas the sequence assembly most widely used are in C/C++
for performance reasons and the cladistic programs I know of
are in C because they were started in the 1980s. But I don't
know those fields well.

Andrew
da***@dalkescie ntific.com
Jul 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2282
by: Philip | last post by:
Hey All, I've got a Conceptual delema that hopefully someone will have some insight on. I made a GUI for 1000 fields which are stored in an array of strings to programatically retrive them and save them to a file. But I also have 1000 uniquely named vars (numbers and strings) that I have to assign from the String Array. Right now I have one module that declares them all then does 1000 of the following mycustomname = stringarray(1) ...
4
2493
by: Anand Pillai | last post by:
Hi Folks (posting after a loooong time...) I have been contracted by an Indian publisher to author an introductory text book on Python. As a part of the introductory chapter, I thought it would be a good idea to present a number, a round-about figure on the approximate *actual* usage of Python out there in number of developers and/or installations.
2
19473
by: Oplec | last post by:
Hello, I am learning C++ using The C++ Programming : Special Edition by Bjarne Stroustrup. After reading some of his papers on his site, I came across a source code file that is used to compare timings for his Wrapper template class. In the main comment section, Mr. Stroustrup indicates that he is using a timing method published in JOOP by Andrew Koenig. I searched for the article, but was unable to find it. I would like to understand...
2
1843
by: Dave Harman | last post by:
I created a web site using FrontPage 2002 but it is not Web Based - I used Front Page to generate the HTML code for the pages. The documentation says that only Web Based Front Page generated sites can have a usage counter and statistics. Does anyone know where I can get usage-counter and statistics for a non web-based web ? Also, can some please direct me to a GOOD source for fonts, Clip Art, Word Art , etc ?
3
1943
by: Dan | last post by:
First, I'm sorry if this question has been asked too many times. I'm new to this news group. The question has to do with the use of popup windows in a web page. I have heard that popup windows should be avoided; due to use of popup blockers and browser that do not process javascript. Is the use of popup windows bad design? Will it severly reduce the usage of our web page?
8
4836
by: Andr? Queiroz | last post by:
Hi, I have a table with 10M records and col A has a index created on it. The data on that table has the same value for col A on all 10M records. After that I insert diferent values for that column but my queries do not use the index I created for that column. Is there any way I can force the usage of the index or to ommit a value on the index creation, like 0 (zeroes) or spaces? Thanks in advance, André Queiroz
35
5491
by: Alex Martelli | last post by:
Having fixed a memory leak (not the leak of a Python reference, some other stuff I wasn't properly freeing in certain cases) in a C-coded extension I maintain, I need a way to test that the leak is indeed fixed. Being in a hurry, I originally used a q&d hack...: if sys.platform in ('linux2', 'darwin'): def _memsize(): """ this function tries to return a measurement of how much memory this process is consuming, in some arbitrary unit...
2
1827
by: Shelby Cain | last post by:
I'm putting 8.0 through its paces and here are a few things I've noticed on the native win32 port running on my workstation (2.0g p4 w/256 megs of ram). Here is the output of "vacuum verbose item": ==================== INFO: vacuuming "public.item" INFO: "item": removed 246381 row versions in 24044 pages
26
19114
by: Christophe Lohr | last post by:
Hi, Inside a program, I need to get some statistics about memory usage. I actually need figures given by the "ps -o vsr,rss" command. For the moment, I make a popen("ps...") followed of a scanf on what it displays. It is a little complicated, and that distorts measurements. Is there a better way? I have tried "getrusage()". However values returned are not really
0
8468
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8814
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8591
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7415
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5683
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4209
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2799
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2041
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1792
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.