473,479 Members | 2,115 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

python project ideas

hi to everyone
I wondered if this might be the right place to ask for some ideas for
python project for university.
I'd like it to be something useful and web-based. And the project must
be complete in 2-3 months by 2-3 person group.
May be something useful for open source or python community ...
Well, just post what you think could be appropriate ...

Oct 25 '07 #1
12 4440
On Oct 25, 5:09 am, "menk...@gmail.com" <menk...@gmail.comwrote:
hi to everyone
I wondered if this might be the right place to ask for some ideas for
python project for university.
I'd like it to be something useful and web-based. And the project must
be complete in 2-3 months by 2-3 person group.
May be something useful for open source or python community ...
Well, just post what you think could be appropriate ...
Rewrite moodle in python?:)

Oct 25 '07 #2
On 10/24/07, me*****@gmail.com <me*****@gmail.comwrote:
hi to everyone
I wondered if this might be the right place to ask for some ideas for
python project for university.
I'd like it to be something useful and web-based. And the project must
be complete in 2-3 months by 2-3 person group.
May be something useful for open source or python community ...
Well, just post what you think could be appropriate ...
Something I've been thinking about recently -- a templating tool
capable of chunked output (i.e. sending the rendered output of the
template as it is filled in). For example, if you have a page that
has a slow database query in the middle of the template, you could
emit the top half of the page as chunked HTML so that the client could
start rendering the page without stalling and waiting for the SQL
query to complete before the page is sent out. You'd probably write
this as an extension to Mako/Cheetah (and possibly extend something
like mod_python/mod_wsgi, don't know whether these support chunked
output or not), but you could also write your own templating engine
for this.

--
Evan Klitzke <ev**@yelp.com>
Oct 25 '07 #3
Evan Klitzke wrote:
but you could also write your own templating engine for this.
No, please.

Stefan
Oct 25 '07 #4
On Oct 25, 10:05 am, Stefan Behnel <stefan.behnel-n05...@web.de>
wrote:
Evan Klitzke wrote:
but you could also write your own templating engine for this.

No, please.
I'm afraid it is the inalienable right of every python programmer to
write their own templating engine.
After all, it takes less time to write your own than to understand
some of them!

--
Arnaud
Oct 25 '07 #5
Arnaud Delobelle wrote:
On Oct 25, 10:05 am, Stefan Behnel <stefan.behnel-n05...@web.de>
wrote:
>Evan Klitzke wrote:
>>but you could also write your own templating engine for this.
No, please.

I'm afraid it is the inalienable right of every python programmer to
write their own templating engine.
Oh, definitely. But there is no reason to encourage someone to do so.

After all, it takes less time to write your own than to understand
some of them!
Template engines are amongst the things that seem easy enough to look at the
available software and say "bah, I'll write my own in a day", but are complex
enough to keep them growing over years until they become as huge and
inaccessible as all the other implementations. Then it's time for someone else
to look at it and say "bah, I'll write my own in a day".

Stefan
Oct 25 '07 #6
On Oct 25, 6:12 am, Stefan Behnel <stefan.behnel-n05...@web.dewrote:
Template engines are amongst the things that seem easy enough to look at the
available software and say "bah, I'll write my own in a day", but are complex
enough to keep them growing over years until they become as huge and
inaccessible as all the other implementations. Then it's time for someone else
to look at it and say "bah, I'll write my own in a day".
QOTW :)

Oct 25 '07 #7
On Oct 25, 5:09 am, "menk...@gmail.com" <menk...@gmail.comwrote:
hi to everyone
I wondered if this might be the right place to ask for some ideas for
python project for university.
I'd like it to be something useful and web-based. And the project must
be complete in 2-3 months by 2-3 person group.
May be something useful for open source or python community ...
Well, just post what you think could be appropriate ...
Is their anything left over from the last Google summer of code Python
suggestions?

- Paddy.

Oct 25 '07 #8
On Oct 25, 12:09 am, "menk...@gmail.com" <menk...@gmail.comwrote:
hi to everyone
I wondered if this might be the right place to ask for some ideas for
python project for university.
I'd like it to be something useful and web-based. And the project must
be complete in 2-3 months by 2-3 person group.
May be something useful for open source or python community ...
Well, just post what you think could be appropriate ...
Write a good, clean web-based music library/jukebox. This is
something I've been thinking of doing for a while, but I welcome
someone to beat me to the punch. There are a few such things out
there already--the most active is probably Jinzora, but I find it to
be bloated and slow, with a horribly cluttered interface. And I think
there are some other projects out there, but most of them are
abandoned. A simple, attractive interface would be good, with a built-
in flash player, and UTF-8 support throughout.

(and though this is a relatively minor detail, for god's sake if a
file has both ID3v1 and ID3v2 tags, use the ID3v2 tags by default.
Jinzora doesn't didn't do this last I tried and it was quite
obnoxious).

Oct 25 '07 #9
On Thu, 25 Oct 2007 04:09:00 +0000, me*****@gmail.com wrote:
hi to everyone
I wondered if this might be the right place to ask for some ideas for
python project for university.
I'd like it to be something useful and web-based. And the project must
be complete in 2-3 months by 2-3 person group. May be something useful
for open source or python community ... Well, just post what you think
could be appropriate ...
How about a linux GUI for truecrypt ?
Oct 25 '07 #10
Hi Menkaur,

I work in a university as well. I am looking for some help in
developing an apache graphical log analyzer using gluon http://
mdp.cti.depaul.edu/
I am about to release a pre-configured virtual appliance with it and
a graphical log analyzer would be very handy.

Massimo

On Oct 24, 2007, at 11:09 PM, me*****@gmail.com wrote:
hi to everyone
I wondered if this might be the right place to ask for some ideas for
python project for university.
I'd like it to be something useful and web-based. And the project must
be complete in 2-3 months by 2-3 person group.
May be something useful for open source or python community ...
Well, just post what you think could be appropriate ...

--
http://mail.python.org/mailman/listinfo/python-list
Oct 25 '07 #11
Neil Wallace wrote:
On Thu, 25 Oct 2007 04:09:00 +0000, me*****@gmail.com wrote:
>hi to everyone
I wondered if this might be the right place to ask for some ideas for
python project for university.
I'd like it to be something useful and web-based. And the project must
be complete in 2-3 months by 2-3 person group. May be something useful
for open source or python community ... Well, just post what you think
could be appropriate ...

How about a linux GUI for truecrypt ?
Since there is no GUI tool (that I'm aware of) I might even use it! :)
Oct 25 '07 #12
hi to everyone
I wondered if this might be the right place to ask for some ideas for
python project for university.
I'd like it to be something useful and web-based. And the project must
be complete in 2-3 months by 2-3 person group.
May be something useful for open source or python community ...
Well, just post what you think could be appropriate ...
Hi, have you tried this:

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

Cheers,
Daniel
Oct 25 '07 #13

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

Similar topics

6
2529
by: Huron | last post by:
Hi, What do you guys recommend in terms of python project layout, especially unit tests layout ? Zope has unit tests per packages, twisted has a big tests directory full of tests ... and the...
10
2133
by: cantabile | last post by:
Hi, I'm trying to write an internationalized app. I'm learning python and read that pygettext would help me, but I found elsewhere it was obsolete (??) So, what's the correct and up to date tool...
5
1359
by: billiejoex | last post by:
Hi all. I was wondering if it ispossible to integrate C source in a python project. Best regards
6
1690
by: baoilleach | last post by:
Dear all, Can anyone point me to a resource that describes the best way of organising a python project? My project (gausssum.sf.net) is based around a class, and has a GUI that allows...
2
1357
by: Rajarshi Guha | last post by:
Hi, I've been trying to package a python project and I'm a little confused about how I distribute some PNG's that the program uses as icons. Using distutils I can set the data_files argument of...
4
2312
by: christopher clark | last post by:
Hello, could anyone recommend some project ideas for someone just beyond the beginner level, but not quite intermediate? I seem to have a case of programmer's block, even though I don't consider...
1
2022
by: s | last post by:
I am a Master's student and intend to look for positions in the industry. Can anybody suggest some good project ideas using C++ which can convince the potential employers that the person...
5
2809
by: ivarnelispam | last post by:
Hello all, I'm starting work on what is going to become a fairly substantial Python project, and I'm trying to find the best way to organize everything. The project will consist of: - A few...
1
1936
by: Bennettwilliams | last post by:
Is there any EASY project ideas for C Sharp? i ran out of ideas and cant find any on the internet! I've already wrote a web browser, and a Binary Converter, if you have any ideas, that would...
0
7027
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,...
0
6899
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
6719
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...
0
6847
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5312
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,...
1
4757
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
2980
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...
0
1288
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 ...
0
166
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...

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.