Re: BitChan (python project)

2024-09-06 Thread Schimon Jehudah via Python-list
Greetings, 711! This is very good! Do you know of Plebbit? It might be good to interoperate with Plebbit too. https://plebbit.com/ Kind regards, Schimon On Thu, 5 Sep 2024 04:53:05 - 711 Spooky Mart via Python-list wrote: > from https://github.com/813492291816/BitChan > > BitChan is a

BitChan (python project)

2024-09-05 Thread 711 Spooky Mart via Python-list
from https://github.com/813492291816/BitChan BitChan is a decentralized anonymous imageboard inspired by BitBoard and built on top of Bitmessage with Tor, I2P, and GnuPG. BitChan solves a number of security and free speech problems that have plagued most imageboards. Centralized imageboards can

Re: What's the latest best practice on Python project directory layouts?

2019-06-14 Thread Cameron Simpson
On 14Jun2019 09:23, Malcolm Greene wrote: I have a collection of command line scripts that share a collection of common modules. This code collection is for internal use and will run under a single version of Python 3.6+ and a single OS. My understanding of best practice is to organize this c

What's the latest best practice on Python project directory layouts?

2019-06-14 Thread Malcolm Greene
I have a collection of command line scripts that share a collection of common modules. This code collection is for internal use and will run under a single version of Python 3.6+ and a single OS. My understanding of best practice is to organize this collection of Python files into a folder struc

Install PyDev package or any other regular package during runtime in the python project

2018-01-31 Thread user2301
I am trying to dynamically install PyDev package at runtime. I have a PyDev project created in eclipse. I have a PyDev package on network location. Based on some configuration and input in my PyDev project, I want to install and load the PyDev package from network location. The classes contained

Re: Python project

2013-11-30 Thread Jason Friedman
> To be perfectly honest, this is much too large a project for you. First > read some python tutorials and learn how to code in python. If you work it > every day, maybe you can kind of understand what its about in a very > superficial sense in a month. However, if you are having fun learning, t

Re: Python project

2013-11-28 Thread Joel Goldstick
On Thu, Nov 28, 2013 at 6:43 PM, ngangsia akumbo wrote: > On Wednesday, November 27, 2013 7:07:15 PM UTC-8, Johannes Findeisen wrote: > > On Wed, 27 Nov 2013 17:43:27 -0800 (PST) > > > > ngangsia akumbo wrote: > > > > > > > > > Hi everyone > > > > > > > > Hi, > > > > > > > > > I a beginner in pyt

Re: Python project

2013-11-28 Thread Johannes Findeisen
On Thu, 28 Nov 2013 15:43:43 -0800 (PST) ngangsia akumbo wrote: > > I wish to come up with a city guide that can give directions, locations like > business spots, cafe, restaurants, hospitals in English and the local > language spoken by the people. Thats a nice idea! :) > To be honest am not

Re: Python project

2013-11-28 Thread ngangsia akumbo
On Wednesday, November 27, 2013 7:07:15 PM UTC-8, Johannes Findeisen wrote: > On Wed, 27 Nov 2013 17:43:27 -0800 (PST) > > ngangsia akumbo wrote: > > > > > Hi everyone > > > > Hi, > > > > > I a beginner in python. The first project is to build an online city guide > > start with my own c

Re: Python project

2013-11-28 Thread ngangsia akumbo
On Wednesday, November 27, 2013 6:42:21 PM UTC-8, Dave Angel wrote: > On Wed, 27 Nov 2013 17:43:27 -0800 (PST), ngangsia akumbo > > wrote: > > > I a beginner in python. The first project is to build an online > > city guide start with my own city. I will need some support on where > > to ge

Re: Python project

2013-11-27 Thread Johannes Findeisen
On Wed, 27 Nov 2013 17:43:27 -0800 (PST) ngangsia akumbo wrote: > Hi everyone Hi, > I a beginner in python. The first project is to build an online city guide > start with my own city. I will need some support on where to get started. Take a look at the Django Web framework: https://www.django

Re: Python project

2013-11-27 Thread Dave Angel
On Wed, 27 Nov 2013 17:43:27 -0800 (PST), ngangsia akumbo wrote: I a beginner in python. The first project is to build an online city guide start with my own city. I will need some support on where to get started. Are you experienced in other languages, in html? Is this your first time prog

Python project

2013-11-27 Thread ngangsia akumbo
Hi everyone I a beginner in python. The first project is to build an online city guide start with my own city. I will need some support on where to get started. support like where to find the required resources which will help me, libraries, tutorials on similar project etc. Please thanks for

Re: Chinese Zodiac - python project

2013-11-13 Thread Denis McMahon
which year the user >> > is >> >> > born in Chinese years and can then give him a personal description >> > based >> >> > upon that year! >> >> >> > >> > I started to learn Python programming language 2 months ago (noo

Re: Chinese Zodiac - python project

2013-11-13 Thread edmundicon
gt; > upon that year! > > > > > > I started to learn Python programming language 2 months ago (noob), but > > > I like it and I feel like if I keep learning I might become a great > > > programmer one day! > > > > > > I recently started

Re: Chinese Zodiac - python project

2013-11-12 Thread Denis McMahon
become a great > programmer one day! > > I recently started a small Python project in which my mission is to give > a personal description to a user based upon the year he / she is born in > the Chinese Zodiac and I have run into some trouble. For instance, if > someone is born on the 1

Chinese Zodiac - python project

2013-11-12 Thread edmundicon
s and can then give him a personal description based upon that year! I started to learn Python programming language 2 months ago (noob), but I like it and I feel like if I keep learning I might become a great programmer one day! I recently started a small Python project in which my mission is to g

Re: Coordination between developers in the Python project

2012-11-06 Thread Gregory Ewing
Ian Kelly wrote: Although I find it a bit easier to just use something like unshorten.com, which is the first Google hit for "url unshortener". Assuming that you trust that site to not be hosting malware itself. :-) Ah yes, beware the Hungarian unshortening service that redirects every request

Re: Coordination between developers in the Python project

2012-11-06 Thread Chris Angelico
On Tue, Nov 6, 2012 at 7:49 PM, Ian Kelly wrote: > On Mon, Nov 5, 2012 at 3:01 PM, Chris Angelico wrote: >> By "URL unshortening service" you mean a simple HTTP request to >> bit.ly:80, right? :) Though I admit there aren't many easy and >> convenient ways to do that without immediately following

Re: Coordination between developers in the Python project

2012-11-05 Thread Steven D'Aprano
On Mon, 05 Nov 2012 14:09:08 -0500, Terry Reedy wrote: > On 11/1/2012 4:49 PM, Tengy Td wrote: >> Hello, >> >> >> I am a French student and I am currently realizing my final thesis in >> the field of Free/libre open source software. > > If you really are what you claim, you should give more detai

Re: Coordination between developers in the Python project

2012-11-05 Thread Chris Angelico
On Fri, Nov 2, 2012 at 7:49 AM, Tengy Td wrote: > It would be a great help for me if you could answer a short online survey > (it should take approximately 5 minutes). > > This survey is designed to reach a better understanding of the cooperation > and coordination between developers in Free/libre

Re: Coordination between developers in the Python project

2012-11-05 Thread Chris Angelico
On Tue, Nov 6, 2012 at 6:09 AM, Terry Reedy wrote: >> I would like to remind you that the participation is absolutely >> anonymous and voluntary, and you can quit it at any time. Your answers >> will be strictly confidential and will be used only for research purpose >> (no commercial use of any i

Re: First python project : Tuner

2012-01-26 Thread Jérôme
Fri, 20 Jan 2012 12:13:30 +0200 Anssi Saari a écrit: > Jérôme writes: > > > - I tried to clarify the dependencies of my program by adding > > "PyGObject (python-gi)." > > I believe PyGObject is the name, but python-gi being the name of the > > debian package (and possibly other distros' pac

Re: First python project : Tuner

2012-01-20 Thread Anssi Saari
Jérôme writes: > - I tried to clarify the dependencies of my program by adding > "PyGObject (python-gi)." > I believe PyGObject is the name, but python-gi being the name of the debian > package (and possibly other distros' package, I didn't check), I assumed it > would be more helpful.

Re: First python project : Tuner

2012-01-19 Thread Rick Johnson
On Jan 19, 4:44 am, Jérôme wrote: > - Most importantly, new 2.1 version comes with an absolutely pure french-free >   english-only screenshot, for your convenience. Thanks for this update. However, i need to stress that while the English language is fundamental to writing Python code, we are not

Re: First python project : Tuner

2012-01-19 Thread Jérôme
Tue, 17 Jan 2012 15:16:01 +0100 Jérôme a écrit: > Hi all. > > Like others before me, I'd like to show you my first python attempt, in the > hope in can get advices on how to improve my coding. Hi. Thank you for your useful advices. - I tried to clarify the dependencies of my program by adding

Re: First python project : Tuner

2012-01-17 Thread Chris Angelico
On Wed, Jan 18, 2012 at 7:38 AM, Rick Johnson wrote: > On Jan 17, 1:38 pm, Ben Finney wrote: >> You have attracted the attention of a troll. > > What is worse: A wolf, or a wolf in sheep's clothing? > > There is no "trolling" in my reply. A nice quip, yes. Trolling, no. Well, as we learn from In

Re: First python project : Tuner

2012-01-17 Thread Rick Johnson
On Jan 17, 1:38 pm, Ben Finney wrote: > Jérôme writes: > > Rick Johnson a écrit: > > > Besides, not everyone in this community is a "card carrying" > > > pacifist. > > ? > You have attracted the attention of a troll. What is worse: A wolf, or a wolf in sheep's clothing? There is no "trolling" i

Re: First python project : Tuner

2012-01-17 Thread Jean-Michel Pichavant
Jérôme wrote: Hi all. Like others before me, I'd like to show you my first python attempt, in the hope in can get advices on how to improve my coding. I started learning python and pyGTK last november. I had had a short experience of GTK with C, but had given up as I lacked time and I found it

Re: First python project : Tuner

2012-01-17 Thread Ben Finney
Jérôme writes: > Anyway, I was trying to bring people's attention to the python program > itself Welcome! You have some replies now, that's good. > Rick Johnson a écrit: > > Besides, not everyone in this community is a "card carrying" > > pacifist. > > ? You have attracted the attention of a

Re: First python project : Tuner

2012-01-17 Thread Jérôme
Tue, 17 Jan 2012 10:16:02 -0800 (PST) gst a écrit: > you have quite lot of such test: > > > if self._index is 0: > > I think it's better to compare with equality against 0 (or other > needed value) ; that is: > > if self._index == 0: Yes, I just saw that thanks to Alex Willmer's e-mail. I use

Re: First python project : Tuner

2012-01-17 Thread gst
On 17 jan, 15:16, Jérôme wrote: > Hi all. > hi, just my 2 cents: you have quite lot of such test: > if self._index is 0: I think it's better to compare with equality against 0 (or other needed value) ; that is: if self._index == 0: otherwise your code looks very nice to me, though I just ha

Re: First python project : Tuner

2012-01-17 Thread Jérôme
Tue, 17 Jan 2012 12:28:11 -0500 Rodrick Brown a écrit: > You would get more responses if you used one of those sites that displayed > the code right in the browser. Thanks for the tip. I thought people would rather open it in their own editor. (And I tend to avoid third-party hosting.) Here's a

Re: First python project : Tuner

2012-01-17 Thread Rodrick Brown
You would get more responses if you used one of those sites that displayed the code right in the browser. On Tue, Jan 17, 2012 at 12:26 PM, Jérôme wrote: > Tue, 17 Jan 2012 08:48:13 -0800 (PST) > Rick Johnson a écrit: > > > On Jan 17, 8:16 am, Jérôme wrote: > > > > > Any comment is welcome, be

Re: First python project : Tuner

2012-01-17 Thread Jérôme
Tue, 17 Jan 2012 08:48:13 -0800 (PST) Rick Johnson a écrit: > On Jan 17, 8:16 am, Jérôme wrote: > > > Any comment is welcome, be it about code optimization, coding style, > > pythonification, good practices, or simply program features and usability. > > Step one would be to show a screen shot i

Re: First python project : Tuner

2012-01-17 Thread Rick Johnson
On Jan 17, 8:16 am, Jérôme wrote: > Any comment is welcome, be it about code optimization, coding style, > pythonification, good practices, or simply program features and usability. Step one would be to show a screen shot in both English AND French language. Besides, not everyone in this communi

First python project : Tuner

2012-01-17 Thread Jérôme
Hi all. Like others before me, I'd like to show you my first python attempt, in the hope in can get advices on how to improve my coding. I started learning python and pyGTK last november. I had had a short experience of GTK with C, but had given up as I lacked time and I found it more difficult t

Re: Newbie: Looking for code review on my first Python project.

2012-01-11 Thread 88888 Dihedral
HoneyMonster於 2012年1月12日星期四UTC+8上午5時09分13秒寫道: > On Wed, 11 Jan 2012 11:39:48 +, HoneyMonster wrote: > > > On Tue, 10 Jan 2012 18:17:48 -0700, Ian Kelly wrote: > > > >> On Tue, Jan 10, 2012 at 4:44 PM, HoneyMonster > >> wrote: > >>> Hi, > >>> > >>> I'm new to Python and recently completed my

Re: Newbie: Looking for code review on my first Python project.

2012-01-11 Thread HoneyMonster
On Wed, 11 Jan 2012 11:39:48 +, HoneyMonster wrote: > On Tue, 10 Jan 2012 18:17:48 -0700, Ian Kelly wrote: > >> On Tue, Jan 10, 2012 at 4:44 PM, HoneyMonster >> wrote: >>> Hi, >>> >>> I'm new to Python and recently completed my first project. I used >>> wxPython with wxGlade to generate the

Re: Newbie: Looking for code review on my first Python project.

2012-01-11 Thread HoneyMonster
On Tue, 10 Jan 2012 18:17:48 -0700, Ian Kelly wrote: > On Tue, Jan 10, 2012 at 4:44 PM, HoneyMonster > wrote: >> Hi, >> >> I'm new to Python and recently completed my first project. I used >> wxPython with wxGlade to generate the GUI bits.The application seems to >> work well, but I am entirely s

Re: Newbie: Looking for code review on my first Python project.

2012-01-10 Thread Ben Finney
Terry Reedy writes: > I would too, but if you prefer the indentation, just leave out the > '+'s and let Python do the catenation when compiling: Or use a trimple quoted string, with indentation in the source, and use Python's batteries to manage it at runtime. Best of both worlds http://stackove

Re: Newbie: Looking for code review on my first Python project.

2012-01-10 Thread Steven D'Aprano
On Tue, 10 Jan 2012 22:59:23 -0500, Terry Reedy wrote: > On 1/10/2012 8:43 PM, Chris Angelico wrote: > >> about = "Built by Walter Hurry using Python and wxPython,\n" + \ >> "with wxGlade to generate the code for the GUI elements.\n" + >> \ "Phil Lewis' get_iplayer does the real

Re: Newbie: Looking for code review on my first Python project.

2012-01-10 Thread Terry Reedy
On 1/10/2012 8:43 PM, Chris Angelico wrote: about = "Built by Walter Hurry using Python and wxPython,\n" + \ "with wxGlade to generate the code for the GUI elements.\n" + \ "Phil Lewis' get_iplayer does the real work.\n\n" + \ "Version 1.05: January 10, 2012" I'd do t

Re: Newbie: Looking for code review on my first Python project.

2012-01-10 Thread Ben Finney
Chris Angelico writes: > On Wed, Jan 11, 2012 at 10:44 AM, HoneyMonster > wrote: > > Hi, > > > > I'm new to Python and recently completed my first project. I used > > wxPython with wxGlade to generate the GUI bits.The application seems to > > work well, but I am entirely self-taught, so have und

Re: Newbie: Looking for code review on my first Python project.

2012-01-10 Thread Terry Reedy
On 1/10/2012 8:17 PM, Ian Kelly wrote: On Tue, Jan 10, 2012 at 4:44 PM, HoneyMonster wrote: Hi, I'm new to Python and recently completed my first project. I used wxPython with wxGlade to generate the GUI bits.The application seems to work well, but I am entirely self-taught, so have undoubtedl

Re: Newbie: Looking for code review on my first Python project.

2012-01-10 Thread Chris Angelico
On Wed, Jan 11, 2012 at 10:44 AM, HoneyMonster wrote: > Hi, > > I'm new to Python and recently completed my first project. I used > wxPython with wxGlade to generate the GUI bits.The application seems to > work well, but I am entirely self-taught, so have undoubtedly committed a > number of howler

Re: Newbie: Looking for code review on my first Python project.

2012-01-10 Thread Ian Kelly
On Tue, Jan 10, 2012 at 4:44 PM, HoneyMonster wrote: > Hi, > > I'm new to Python and recently completed my first project. I used > wxPython with wxGlade to generate the GUI bits.The application seems to > work well, but I am entirely self-taught, so have undoubtedly committed a > number of howlers

Newbie: Looking for code review on my first Python project.

2012-01-10 Thread HoneyMonster
Hi, I'm new to Python and recently completed my first project. I used wxPython with wxGlade to generate the GUI bits.The application seems to work well, but I am entirely self-taught, so have undoubtedly committed a number of howlers in terms of style, design, standards, best practice and so forth

Re: Looking for Remote Python Project

2011-02-01 Thread Subhabrata
On Feb 1, 8:45 am, Alan Meyer wrote: > On 01/29/2011 04:19 PM,joy99wrote: > > > Dear Room, > > > I am a Python Programmer from India(New Delhi Region), and I worked > > for quite a long time in Bangalore. I have been working in Python for > > the last 4 years or so. I have successfully built aroun

Re: Looking for Remote Python Project

2011-01-31 Thread Alan Meyer
On 01/29/2011 04:19 PM, joy99 wrote: Dear Room, I am a Python Programmer from India(New Delhi Region), and I worked for quite a long time in Bangalore. I have been working in Python for the last 4 years or so. I have successfully built around 15 projects in Python. I am looking for some remote P

Re: Looking for Remote Python Project

2011-01-30 Thread Ben Finney
joy99 writes: > But do you know whether it would be a paying one, I am looking to be a > freelancer. You might find the Python Job Board useful http://www.python.org/community/jobs/>. -- \“Choose mnemonic identifiers. If you can't remember what | `\mnemonic means

Re: Looking for Remote Python Project

2011-01-29 Thread joy99
On Jan 30, 2:49 am, Ben Finney wrote: > joy99 writes: > > I am looking for some remote Python Projects, which can be done from > > home. > > > If any one knows of anything, I may be helpful enough. > > One of the best ways to begin contributing is to fix bugs and provide > patches. For Python its

Re: Looking for Remote Python Project

2011-01-29 Thread Ben Finney
joy99 writes: > I am looking for some remote Python Projects, which can be done from > home. > > If any one knows of anything, I may be helpful enough. One of the best ways to begin contributing is to fix bugs and provide patches. For Python itself, see the Python bug tracker http://bugs.python.

Looking for Remote Python Project

2011-01-29 Thread joy99
Dear Room, I am a Python Programmer from India(New Delhi Region), and I worked for quite a long time in Bangalore. I have been working in Python for the last 4 years or so. I have successfully built around 15 projects in Python. I am looking for some remote Python Projects, which can be done from

Re: looking for open source python project

2010-08-29 Thread Brian Curtin
On Sat, Aug 28, 2010 at 19:50, mo reina wrote: > looking for a python project (preferably something a bit small) that > is looking for contributors. the small bit is because i've never > worked in a team before and haven't really read source code that's > 1000s of line

Re: looking for open source python project

2010-08-29 Thread Daniel Fetchinson
> looking for a python project (preferably something a bit small) that > is looking for contributors. the small bit is because i've never > worked in a team before and haven't really read source code that's > 1000s of lines long, so i'm not too sure i can keep u

Re: looking for open source python project

2010-08-28 Thread Kushal Kumaran
On Sun, Aug 29, 2010 at 6:20 AM, mo reina wrote: > looking for a python project (preferably something a bit small) that > is looking for contributors. the small bit is because i've never > worked in a team before and haven't really read source code that's > 1000s of

looking for open source python project

2010-08-28 Thread mo reina
looking for a python project (preferably something a bit small) that is looking for contributors. the small bit is because i've never worked in a team before and haven't really read source code that's 1000s of lines long, so i'm not too sure i can keep up. my python fu is

importing python project in my application

2010-03-18 Thread Betül
Hello All, I am new this mail list. I try to embedding python in C++. I want to use this project's class http://gamera.informatik.hsnr.de/ It is a framework in python. I want use Gamera 's classes,functions..etc in my c++ project. I have information about embedding python in c++ but i just want t

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-27 Thread alex23
Tim Roberts wrote: > it's not the most efficient way to automate applications Sikuli doesn't seem that much different from Python in this way: it may not be the most efficient use of the computer's time, but I dare say it's significantly less demanding on the end user's. I can see Sikuli easily

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-26 Thread Tim Roberts
CM wrote: > >How is this preferable to a macro recorder? Macro recorders work by measuring mouse motion and capturing click locations, or by recording the control IDs of the clicked windows. The former is sensitive to changing window locations, the latter to application updates. Sikuli works by

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-26 Thread Terry Reedy
On 1/26/2010 1:59 PM, CM wrote: On Jan 24, 10:18 pm, Ron wrote: Sikuli is the coolest Python project I have ever seen in my ten year hobbyist career. An MIT oepn source project, Sikuli uses Python to automate GUI tasks (in any GUI or GUI baed app that runs the JVM) by simply drag and dropping

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-26 Thread Ron
On Jan 26, 10:59 am, CM wrote: > On Jan 24, 10:18 pm, Ron wrote: > > > Sikuli is the coolest Python project I have ever seen in my ten year > > hobbyist career. An MIT open source project, Sikuli uses Python to > > automate GUI tasks (in any GUI or GUI based app that run

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-26 Thread CM
On Jan 24, 10:18 pm, Ron wrote: > Sikuli is the coolest Python project I have ever seen in my ten year > hobbyist career. An MIT oepn source project, Sikuli uses Python to > automate GUI tasks (in any GUI or GUI baed app that runs the JVM) by > simply drag and dropping GUI elements

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-26 Thread Iuri
I liked this tool! I'm thinking about how I can write acceptance tests with Sikuli. []s iurisilvio On Tue, Jan 26, 2010 at 7:49 AM, Jean-Michel Pichavant < jeanmic...@sequans.com> wrote: > Terry Reedy wrote: > >> On 1/25/2010 9:14 AM, Javier Collado wrote: >> >> I think the site is under mainte

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-26 Thread Jean-Michel Pichavant
Terry Reedy wrote: On 1/25/2010 9:14 AM, Javier Collado wrote: I think the site is under maintenance. I tried a couple of hours ago and it worked fine. As an alternative, I found that this link also worked: http://www.sikuli.org/ This just redirects to the link below http://sikuli.csail.mi

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-25 Thread Ron
OK, here's an idea. I used to do screen scraping scripts and run them as CGI scripts with an HTMl user interface. Why not run Sikuli on Jython on a JVM running on my server, so that I can do my screen scraping with Sikuli? I can take user inputs by using CGI forms from a web client, process the req

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-25 Thread Terry Reedy
On 1/25/2010 9:14 AM, Javier Collado wrote: I think the site is under maintenance. I tried a couple of hours ago and it worked fine. As an alternative, I found that this link also worked: http://www.sikuli.org/ This just redirects to the link below http://sikuli.csail.mit.edu/ I also did th

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-25 Thread Ron
Thew link at MIT does appear to be down right now, but I presume it will come back up. Well, those of you who find it underwhelming are in good company. See the blog post at Lambda the Ultimate http://lambda-the-ultimate.org/node/3783 I was impressed though by the application to notify you when y

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-25 Thread Javier Collado
Jan-2010 04:18, Ron wrote: >> >> Sikuli is the coolest Python project I have ever seen in my ten year >> hobbyist career. An MIT oepn source project, Sikuli uses Python to >> automate GUI tasks (in any GUI or GUI baed app that runs the JVM) by >> simply drag and droppi

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-25 Thread Virgil Stokes
On 25-Jan-2010 04:18, Ron wrote: Sikuli is the coolest Python project I have ever seen in my ten year hobbyist career. An MIT oepn source project, Sikuli uses Python to automate GUI tasks (in any GUI or GUI baed app that runs the JVM) by simply drag and dropping GUI elements into Python scripts

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-25 Thread Robin Becker
On 25/01/2010 12:27, Jean-Michel Pichavant wrote: Ron wrote: Sikuli is the coolest Python project I have ever seen in my ten year hobbyist career. An MIT oepn source project, Sikuli uses Python to automate GUI tasks (in any GUI or GUI baed app that runs the JVM) by simply drag and dropping GUI

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-25 Thread Jean-Michel Pichavant
Ron wrote: Sikuli is the coolest Python project I have ever seen in my ten year hobbyist career. An MIT oepn source project, Sikuli uses Python to automate GUI tasks (in any GUI or GUI baed app that runs the JVM) by simply drag and dropping GUI elements into Python scripts as function arguments

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-25 Thread Olof Bjarnason
2010/1/25 Ron : > Sikuli is the coolest Python project I have ever seen in my ten year > hobbyist career. An MIT oepn source project, Sikuli uses Python to > automate GUI tasks (in any GUI or GUI baed app that runs the JVM) by > simply drag and dropping GUI elements into Python scripts

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-25 Thread Carl Banks
On Jan 24, 7:18 pm, Ron wrote: > Sikuli is the coolest Python project I have ever seen in my ten year > hobbyist career. An MIT oepn source project, Sikuli uses Python to > automate GUI tasks (in any GUI or GUI baed app that runs the JVM) by > simply drag and dropping GUI elements

Re: Sikuli: the coolest Python project I have yet seen...

2010-01-24 Thread tim
On Jan 25, 11:18 am, Ron wrote: > Sikuli is the coolest Python project I have ever seen in my ten year > hobbyist career. An MIT oepn source project, Sikuli uses Python to > automate GUI tasks (in any GUI or GUI baed app that runs the JVM) by > simply drag and dropping GUI elements

Sikuli: the coolest Python project I have yet seen...

2010-01-24 Thread Ron
Sikuli is the coolest Python project I have ever seen in my ten year hobbyist career. An MIT oepn source project, Sikuli uses Python to automate GUI tasks (in any GUI or GUI baed app that runs the JVM) by simply drag and dropping GUI elements into Python scripts as function arguments. Download at

Re: Where to host a (Python) project?

2009-02-07 Thread alex goretoy
If you don't mind changing dns entries. You can also use Google App Engine. It's really nice. http://code.google.com/appengine/docs/python/tools/webapp/overview.html -Alex Goretoy http://www.alexgoretoy.com On Fri, Feb 6, 2009 at 1:07 AM, alex goretoy wrote: > I use google code. > http://code

Re: Where to host a (Python) project?

2009-02-06 Thread Aahz
In article <6dcb8ce5-c93e-458c-9047-e5db60f27...@v18g2000pro.googlegroups.com>, andrew cooke wrote: >On Feb 1, 8:45=A0pm, a...@pythoncraft.com (Aahz) wrote: >> >> [...]=A0I for one won't participate in any list hosted on >> Google because of the need for a Google login. > >hi, just fyi, i invest

Re: Where to host a (Python) project?

2009-02-05 Thread alex goretoy
I use google code. http://code.google.com/p/pynutbutter -Alex Goretoy http://www.alexgoretoy.com On Thu, Feb 5, 2009 at 6:55 PM, Ben Finney < bignose+hates-s...@benfinney.id.au >wrote: > a...@pythoncraft.com (Aahz) writes: > > > In article < > 6dcb8ce5-c93e-458c-9047-e5db60f27...@v18g2000pro.g

Re: Where to host a (Python) project?

2009-02-05 Thread Ben Finney
a...@pythoncraft.com (Aahz) writes: > In article > <6dcb8ce5-c93e-458c-9047-e5db60f27...@v18g2000pro.googlegroups.com>, > andrew cooke wrote: > >hi, just fyi, i investigated this and you can join any publicly > >readable group by sending an email to the "-subscribe" address. you > >do not need

Re: Where to host a (Python) project?

2009-02-02 Thread andrew cooke
On Feb 1, 8:45 pm, a...@pythoncraft.com (Aahz) wrote: > [...] I for one won't participate in any list hosted on > Google because of the need for a Google login. hi, just fyi, i investigated this and you can join any publicly readable group by sending an email to the "-subscribe" address. you do

Re: Where to host a (Python) project?

2009-02-01 Thread Colin J. Williams
andrew cooke wrote: On Jan 31, 11:22 am, eliben wrote: code.google.com provides all of these in a free and convenient manner. Recommended. unfortunately google don't seem that reliable ;o) (have you tried a google search today?) I had a search problem today (10:00), the first I can rememb

Re: Where to host a (Python) project?

2009-02-01 Thread andrew cooke
On Feb 1, 8:45 pm, a...@pythoncraft.com (Aahz) wrote: > Note that it's fairly easy to get a new list hosted at python.org, just > ask postmaster.  I for one won't participate in any list hosted on > Google because of the need for a Google login. ah well - i guess you can use pyparsing ;o) http://

Re: Where to host a (Python) project?

2009-02-01 Thread Aahz
In article <387f23cd-90e2-46fc-8c91-1c2f6b31c...@u13g2000yqg.googlegroups.com>, andrew cooke wrote: > >However, i am thinking I could really do with: >- a mailing list >- simple bug tracking >- subversion >and am wondering which is the best (free) provider for these (the code >is LGPL open source

Re: Where to host a (Python) project?

2009-01-31 Thread Roy H. Han
I really like WebFaction for web-based Python projects. It's a paid web-hosting service, though. What I like is how they always have the most up-to-date Python packages and frameworks using one-click installers. On Sat, Jan 31, 2009 at 4:30 PM, andrew cooke wrote: > On Jan 31, 4:50 pm, "Giampao

Re: Where to host a (Python) project?

2009-01-31 Thread Jesse Noller
On Sat, Jan 31, 2009 at 4:30 PM, andrew cooke wrote: > On Jan 31, 4:50 pm, "Giampaolo Rodola'" wrote: >> Google Code. >> >> --- Giampaolohttp://code.google.com/p/pyftpdlib > > thanks - that's a nice example. i'm a bit concerned about the whole > google corporation thing, but reading through the

Re: Where to host a (Python) project?

2009-01-31 Thread andrew cooke
On Jan 31, 4:50 pm, "Giampaolo Rodola'" wrote: > Google Code. > > --- Giampaolohttp://code.google.com/p/pyftpdlib thanks - that's a nice example. i'm a bit concerned about the whole google corporation thing, but reading through the ideological check- sheet at savannah convinced me i wasn't worth

Re: Where to host a (Python) project?

2009-01-31 Thread Andrey Demidov
I use Google Code. -- http://mail.python.org/mailman/listinfo/python-list

Re: Where to host a (Python) project?

2009-01-31 Thread Giampaolo Rodola'
On 31 Gen, 12:46, andrew cooke wrote: > Hi, > > I have a new project, that I just released in beta > (http://www.acooke.org/lepl- a recursive decent parser with full > backtracking).  At the moment I am using pypi and setuptools for > distribution (it's a pure python package) and I am happy with

Re: Where to host a (Python) project?

2009-01-31 Thread ajaksu
On Jan 31, 1:03 pm, andrew cooke wrote: > On Jan 31, 11:22 am, eliben wrote: > > > code.google.com provides all of these in a free and convenient manner. > > Recommended. > > unfortunately google don't seem that reliable ;o)  (have you tried a > google search today?) You can mirror at LP, bitbuc

Re: Where to host a (Python) project?

2009-01-31 Thread andrew cooke
On Jan 31, 11:22 am, eliben wrote: > code.google.com provides all of these in a free and convenient manner. > Recommended. unfortunately google don't seem that reliable ;o) (have you tried a google search today?) -- http://mail.python.org/mailman/listinfo/python-list

Re: Where to host a (Python) project?

2009-01-31 Thread eliben
andrew cooke wrote: > Hi, > > I have a new project, that I just released in beta (http:// > www.acooke.org/lepl - a recursive decent parser with full > backtracking). At the moment I am using pypi and setuptools for > distribution (it's a pure python package) and I am happy with hosting > static

Re: Where to host a (Python) project?

2009-01-31 Thread Michele Simionato
On Jan 31, 12:46 pm, andrew cooke wrote: > Any recommendations? Google Code seems fine. -- http://mail.python.org/mailman/listinfo/python-list

Re: Where to host a (Python) project?

2009-01-31 Thread Martin
2009/1/31 andrew cooke : > On Jan 31, 9:59 am, Martin wrote: >> There's tigris.org, savannah (savannah.gnu.org, nongnu.org), >> launchpad. All of them are fine to some extent, you might want to read >> up on PyMotW about how Doug Hellmann decided where to host his stuff. > > all i can find is that

Re: Where to host a (Python) project?

2009-01-31 Thread andrew cooke
On Jan 31, 9:59 am, Martin wrote: > There's tigris.org, savannah (savannah.gnu.org, nongnu.org), > launchpad. All of them are fine to some extent, you might want to read > up on PyMotW about how Doug Hellmann decided where to host his stuff. all i can find is that he is writing his own! http://bl

Re: Where to host a (Python) project?

2009-01-31 Thread Martin
Hi, 2009/1/31 andrew cooke : > However, i am thinking I could really do with: > - a mailing list > - simple bug tracking > - subversion > and am wondering which is the best (free) provider for these (the code > is LGPL open source). I'd prefer a mailing list to something like > google groups (alt

Where to host a (Python) project?

2009-01-31 Thread andrew cooke
Hi, I have a new project, that I just released in beta (http:// www.acooke.org/lepl - a recursive decent parser with full backtracking). At the moment I am using pypi and setuptools for distribution (it's a pure python package) and I am happy with hosting static web pages (the manual and api doc

Re: Where is a good open source python project to be used as example?

2008-12-16 Thread D'Arcy J.M. Cain
On Tue, 16 Dec 2008 20:03:21 GMT Andrea Francia wrote: > >> Did you know where are such projects? > > > > http://www.PyGreSQL.org/. > > > > Thanks! But I can't find any unit test in the code. Look again. They are in the files named TEST_PyGreSQL_classic.py and TEST_PyGreSQL_dbapi20.py. -- D

Re: Where is a good open source python project to be used as example?

2008-12-16 Thread Andrea Francia
D'Arcy J.M. Cain wrote: On Tue, 16 Dec 2008 19:13:00 GMT Andrea Francia wrote: I'm looking for a python project to use as example to learning python. The project should have these features: 1. is almost fully unit tested 2. use consistently the code convention recommende

  1   2   >