473,395 Members | 2,151 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Information about Python Codyng Projects Ideas

Hi to All!

I would like to join the Google summer code program
(http://code.google.com/summerofcode.html).
From the sponsored links I have choose to help The Python Software

Foundation, because I like a lot the language.
I have read the proposed Ideas from

http://wiki.python.org/moin/CodingProjectIdeas

And the more interesting for me were those about Optimization.

MemoryUsageProfiler
ProfileReplacementProject
SpeedUpInterpreterStartup

But I many of this there are very few information or nothing about of
what is really needed.
I am taking a Master in Computer Science so I know many of the issues
in this topics, but I would like some hints and every usefull
information.

I hope that here is the right place for this kind of discussion.

Kind Regards

Jul 19 '05 #1
6 1500
Ha,

I've just headed over here to ask the same thing!

Any good ideas not listed on the wiki?

I too am taking a Masters in Computer Science, however my first degree
was not purely CS - mostly microbiology, so I'm not yet what one would
call an expert

Cheers

Jul 19 '05 #2
rbt
Rob Cowie wrote:
Ha,

I've just headed over here to ask the same thing!

Any good ideas not listed on the wiki?

I too am taking a Masters in Computer Science, however my first degree
was not purely CS - mostly microbiology, so I'm not yet what one would
call an expert

Cheers


So long as you've had enough math. CS is really just applied math.
Jul 19 '05 #3

"M1st0" <mi*******@gmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...
I have read the proposed Ideas from

http://wiki.python.org/moin/CodingProjectIdeas

And the more interesting for me were those about Optimization.

MemoryUsageProfiler
ProfileReplacementProject
SpeedUpInterpreterStartup

But I many of this there are very few information or nothing about of
what is really needed.
I am taking a Master in Computer Science so I know many of the issues
in this topics, but I would like some hints and every usefull
information.

I hope that here is the right place for this kind of discussion.


Definitely. Brett Cannon just completed his CS thesis on the possible
speed benefit of certain type-inferencing in the compiler. He posted a
link about a week ago just after successfully defending it.

I believe some of the project suggestions may have been stimulated by his
request, over a year ago, for thesis project suggestions, of which he got
many. If/when you get more info on those specific suggestions, perhaps you
could add some of it to the Wiki.

As to startup: while 2.4 is generally faster than 2.3, etc, the time it
takes to get to the first line of code increased, due to behind-the-scenes
imports and maybe something else. There was some discussion of this on the
Python development list (gatewayed to gmane.lang.python.devel). I think
the consensis was that this was not good, but that a real fix, if one was
possible, required a more thorough reexamination of the startup process
than any developer could do when 2.4 was otherwise ready to be released.
But check the pydev archives.

Terry J. Reedy

Jul 19 '05 #4
M1st0 <mi*******@gmail.com> writes:
I would like to join the Google summer code program
(http://code.google.com/summerofcode.html).
From the sponsored links I have choose to help The Python Software
Foundation, because I like a lot the language.


I've always thought it'd be great if psyco was extended to support
floating point operations. Not sure how difficult this would be...

Dan
Jul 19 '05 #5
The slightly slower startup time makes no difference for apps running
24 hours a day, except when reloading changed source modules!

I imagine reloading modules is also slower -- but I could be
mis t
ak
en!

--
Regards,
Casey
Jul 19 '05 #6
"M1st0" <mi*******@gmail.com> writes:
I hope that here is the right place for this kind of discussion.


There's a new mailing list su**********@python.org which is probably
more appropriate for specifics, but this list is probably OK for
general discussion.

Cheers,
mwh

--
Solaris: Shire horse that dreams of being a race horse,
blissfully unaware that its owners don't quite know whether
to put it out to grass, to stud, or to the knackers yard.
-- Jim's pedigree of operating systems, asr
Jul 19 '05 #7

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

Similar topics

38
by: kbass | last post by:
In different articles that I have read, persons have constantly eluded to the productivity gains of Python. One person stated that Python's productivity gain was 5 to 10 times over Java in some in...
36
by: Andrea Griffini | last post by:
I did it. I proposed python as the main language for our next CAD/CAM software because I think that it has all the potential needed for it. I'm not sure yet if the decision will get through, but...
44
by: Iwan van der Kleyn | last post by:
Please ignore if you are allergic to ramblings :-) Despite a puritan streak I've always tried to refrain from language wars or syntax bickering; call it enforced pragmatism. That's the main...
122
by: Edward Diener No Spam | last post by:
The definition of a component model I use below is a class which allows properties, methods, and events in a structured way which can be recognized, usually through some form of introspection...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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,...

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.