Re: [Tutor] Web Services with python

2013-09-18 Thread Natal Ngétal
On 09/18/13 11:05, Ismar Sehic wrote:
 Hello, can someone point me to some good guality resources to learn Web
 Services with Python?with some exaples, tutorials, exercises and such.
If you want to implement a server, you can look on the side of bottle or
flask.
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


[Tutor] Introducing myself.

2013-05-13 Thread Natal Ngétal
Hi,

I'm new to the mailing list, I think it is interesting to present. I'm a
developer, I use Python and Perl yes it is also a great language. I use
Python to work, but I also love the language for its simplicity, its
community, and its clean syntax. Lacks a more advanced pypi like CPAN,
that parses the pydoc to show documentation, there readthedocs but it's
different, it is also interesting that pypi launches module tests, there
travis.ci but it is yet another platform, something centralized would
be more practical.

Otherwise, I am registered on the ml to help if I can, and I'd also like
to know the kind of question that can be asked, or stops the beginner
level, because I think remain an eternal beginner. What are the other ml
can advise you on the language in general ? Otherwise nothing to do, but
is it that there would be people who would need help for develop on open
source projects in Python, whether it interests me.

My best regards

-- 
\0/ Hobbestigrou
site web: erakis.eu
L'Europe est trop grande pour être unie. Mais elle est trop petite pour
être
divisée. Son double destin est là
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Introducing myself.

2013-05-13 Thread Natal Ngétal
On 05/13/13 16:36, Alan Gauld wrote:
 The audience of the list is people learning Python. It is
 deliberately open ended, you decide when you are no longer a
 beginner :-)
Ok thanks for your response. As said, I think being a beginner eternal.

 We cover the Python language, idioms and the standard library.
 Occasionally we will branch into non standard packages, especially
 the better known ones (wxPython, NumPy, Django etc) but generally
 those are better targeted at their own fora.
Ok cool, yes you're right it's better to use their own mailing-list. But
small projects is not necessarily their own mailing list.

 Finally, we also diverge into general computing theory, tools and
 other non Python topics that might be of value to beginners.
Cool.

 Read the posts and reply when you feel able to contribute.
Ok thanks again.

-- 
\0/ Hobbestigrou
site web: erakis.eu
L'Europe est trop grande pour être unie. Mais elle est trop petite pour être
divisée. Son double destin est là

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


[Tutor] First Python module I publish.

2013-05-13 Thread Natal Ngétal
Hi,

Sorry for this little pub, some time ago that I published my first
Python module on pypi. This is a port of a Perl module is a very simple
text localization system. I am very happy to have your opinion, ideas
and feedback. I have also a question I use % for the display of
the chain, but I think I understand it is now recommended to use format
or template, but i'm not sure.

This repository on github:

https://github.com/hobbestigrou/Pylocwolowitz

My best regards


-- 
\0/ Hobbestigrou
site web: erakis.eu
L'Europe est trop grande pour être unie. Mais elle est trop petite pour être
divisée. Son double destin est là

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] under, under

2013-05-13 Thread Natal Ngétal
On 05/13/13 17:21, Stafford Baines wrote:
 When is the under, under used?
It depends the context, for example __name__ represent the name of the current
package. The __init__ it's object methode to initialize the object, and
so on.

-- 
\0/ Hobbestigrou
site web: erakis.eu
L'Europe est trop grande pour être unie. Mais elle est trop petite pour être
divisée. Son double destin est là

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor