473,473 Members | 1,893 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

request for feedback: pyfmf

pyfmf is a project I started a few months ago and that is registered with
sourceforge (http://pyfmf.sourceforge.net,
http://sourceforge.net/projects/pyfmf). It consists of a framework for file
management, with a console based toolkit (zigo) and a graphical platform
(zago) based on the framework. Both zigo and zago are still alpha releases,
addressed only to python enthusiasts.

I just released a new version of zigo and the first release of zago. There
have been a few tens of downloads of previous releases of zigo (which is not
bad) but I never received any feedback (at least I didn't get any bad
feedback either). I would like to hear what other people think about it. I
am interested in comments on uses, design, coding or just simply whether you
think this is interesting and useful. Please take a look at the home page
of the project: http://pyfmf.sourceforge.net.

Thanks,

Dan Perl
Jul 18 '05 #1
4 1383
"Dan Perl" <da*****@rogers.com> wrote in message news:<oO********************@rogers.com>...
pyfmf is a project I started a few months ago and that is registered with
sourceforge (http://pyfmf.sourceforge.net,
http://sourceforge.net/projects/pyfmf). It consists of a framework for file
management, with a console based toolkit (zigo) and a graphical platform
(zago) based on the framework. Both zigo and zago are still alpha releases,
addressed only to python enthusiasts.

I just released a new version of zigo and the first release of zago. There
have been a few tens of downloads of previous releases of zigo (which is not
bad) but I never received any feedback (at least I didn't get any bad
feedback either). I would like to hear what other people think about it. I
am interested in comments on uses, design, coding or just simply whether you
think this is interesting and useful. Please take a look at the home page
of the project: http://pyfmf.sourceforge.net.

I've had several hundred downloads of Nanagram my desktop anagram
maker - I've only had a handful of emails back about it.

In general feedback seems to in the order of < 1%
I'll have a look and if I have anything worthwhile to say - I'll say
it :-)

Regards,
Fuzzy
http://www.voidspace.org.uk/atlantib...thonutils.html
Thanks,

Dan Perl

Jul 18 '05 #2
"Dan Perl" <da*****@rogers.com> wrote in message news:<oO********************@rogers.com>...
pyfmf is a project I started a few months ago and that is registered with
sourceforge (http://pyfmf.sourceforge.net,
http://sourceforge.net/projects/pyfmf). It consists of a framework for file
management, with a console based toolkit (zigo) and a graphical platform
(zago) based on the framework. Both zigo and zago are still alpha releases,
addressed only to python enthusiasts.

I just released a new version of zigo and the first release of zago. There
have been a few tens of downloads of previous releases of zigo (which is not
bad) but I never received any feedback (at least I didn't get any bad
feedback either). I would like to hear what other people think about it. I
am interested in comments on uses, design, coding or just simply whether you
think this is interesting and useful. Please take a look at the home page
of the project: http://pyfmf.sourceforge.net.

Minor suggestion - download link on the main website......

Regards,
Fuzzy
http://www.voidspace.org.uk/atlantib...thonutils.html
Thanks,

Dan Perl

Jul 18 '05 #3
"Dan Perl" <da*****@rogers.com> wrote in message news:<oO********************@rogers.com>...
pyfmf is a project I started a few months ago and that is registered with
sourceforge (http://pyfmf.sourceforge.net,
http://sourceforge.net/projects/pyfmf). It consists of a framework for file
management, with a console based toolkit (zigo) and a graphical platform
(zago) based on the framework. Both zigo and zago are still alpha releases,
addressed only to python enthusiasts.

I just released a new version of zigo and the first release of zago. There
have been a few tens of downloads of previous releases of zigo (which is not
bad) but I never received any feedback (at least I didn't get any bad
feedback either). I would like to hear what other people think about it. I
am interested in comments on uses, design, coding or just simply whether you
think this is interesting and useful. Please take a look at the home page
of the project: http://pyfmf.sourceforge.net.

Another suggestion not so minor really - bundle docs *with* the
downloads, or as a minimum offer a separately packaged bundle of docs
for offline reading...... I've seen some amazingly useful looking
modules that I've never bothered to wade through the source code of to
work out what they actually do. Asa simple rule it's about ten times
easier to write your own code than it is to read someone else's. It's
an extremely useful skill to gain - but not one you can rely on people
practising on your code !! Sorry, bit of a rant - but it really annoys
me when I download a useful looking bit of code, take it home and
unpack it - only to discover there's no docs bundled with it....
*sigh* If it's woorth writing, it's worth documenting...

Regards,
Fuzzy
http://www.voidspace.org.uk/atlantib...thonutils.html
Thanks,

Dan Perl

Jul 18 '05 #4
Thanks, Michael. It would be easy to add a directory to the packages with
all the documentation I have on the web site. Now, the question is: is that
documentation good enough? My personal experience with using open-source
projects has been that they are very poor in documentation. I don't want to
do the same with my project, but I did make the decision to rather put out a
release quickly, even if the documentation is on the thin side. Having said
that, I hope that what I already have (on the web) is good enough to get
someone started.

I will put out two minor releases that will include the documentation, but
until then, any feedback on the documentation that is on the web?

Thanks again,

Dan

"Michael Foord" <fu******@gmail.com> wrote in message
news:6f**************************@posting.google.c om...
"Dan Perl" <da*****@rogers.com> wrote in message
news:<oO********************@rogers.com>...
pyfmf is a project I started a few months ago and that is registered with
sourceforge (http://pyfmf.sourceforge.net,
http://sourceforge.net/projects/pyfmf). It consists of a framework for
file
management, with a console based toolkit (zigo) and a graphical platform
(zago) based on the framework. Both zigo and zago are still alpha
releases,
addressed only to python enthusiasts.

I just released a new version of zigo and the first release of zago.
There
have been a few tens of downloads of previous releases of zigo (which is
not
bad) but I never received any feedback (at least I didn't get any bad
feedback either). I would like to hear what other people think about it.
I
am interested in comments on uses, design, coding or just simply whether
you
think this is interesting and useful. Please take a look at the home
page
of the project: http://pyfmf.sourceforge.net.


Another suggestion not so minor really - bundle docs *with* the
downloads, or as a minimum offer a separately packaged bundle of docs
for offline reading...... I've seen some amazingly useful looking
modules that I've never bothered to wade through the source code of to
work out what they actually do. Asa simple rule it's about ten times
easier to write your own code than it is to read someone else's. It's
an extremely useful skill to gain - but not one you can rely on people
practising on your code !! Sorry, bit of a rant - but it really annoys
me when I download a useful looking bit of code, take it home and
unpack it - only to discover there's no docs bundled with it....
*sigh* If it's woorth writing, it's worth documenting...

Regards,
Fuzzy
http://www.voidspace.org.uk/atlantib...thonutils.html
Thanks,

Dan Perl

Jul 18 '05 #5

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

Similar topics

0
by: ThisIsMe | last post by:
I am using this php email form and it seems to work. But I would like for the option for attn$ Webmaster to go to a different email address than the mymail$ Please be Kind to us newbies... can...
10
by: William L. Bahn | last post by:
I'm looking for a few kinds of feedback here. First, there is a program at the end of this post that has a function kgets() that I would like any feedback on - including style. Second, for...
6
by: Ammar | last post by:
Dear All, I'm facing a small problem. I have a portal web site, that contains articles, for each article, the end user can send a comment about the article. The problem is: I the comment length...
2
by: Nospam | last post by:
Powware Visual Programming is the world's first environment for creating software using the Powware Visual Programming Language on the Tablet PC. Be one of the first in the world to experience...
5
by: WT | last post by:
I don't understand, since I migrated my web site to VS2005+ APS.NET 2 (C#), all the request reach my Application_BeginRequest method in Global.ascx.cs and generate unecessary computing. I think...
1
by: Kenneth McDonald | last post by:
Would a mailing list and newsgroup for "python contributions" be of interest? I currently have a module which is built on top of, and is intended to semantically replace, the 're' module. I use it...
12
by: Mark Rae | last post by:
Hi, See the previous thread Request.Form abuse in this newsgroup... I'm looking for a simple and efficient way to prevent people hijacking the <formtags on my websites and using them to send...
1
by: pritisolank | last post by:
Hello Everyone, With that alert statment alert("calling validateme for "+document.form1.elements); in js things would work fine but if i remoe the form is simply getting submitted in firebug i can...
5
by: Rory Becker | last post by:
I have had code in my Application_Start which is intended to run once at the start of my application's life. It loads connection information and similar from a known location. However I...
0
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
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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,...
1
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
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
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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.