Re: introduction

2018-11-02 Thread songbird
Dariet Kamukama wrote: > hey hw is every body here, am new to the group and want to learn python i'm good, thanks... :) i'm also a beginner with python. do you have other programming experience? i have a fair amount of non OOP experience in mostly functional types like C or Pascal.

RE: introduction

2018-11-02 Thread Dariet Kamukama
hey hw is every body here, am new to the group and want to learn python -- https://mail.python.org/mailman/listinfo/python-list

Re: Introduction to my fellow Python Friends

2013-08-11 Thread Cameron Simpson
On 11Aug2013 13:47, Krishnan Shankar wrote: | 1. How to acknowledge a reply? Should i put a one to one mail or send it to | the mailing list itself? Generally, a personal acknowledgement email is not necessary; usually one would reply to the list; by citing the previous message author (as I have

Re: Introduction to my fellow Python Friends

2013-08-11 Thread Dave Angel
Krishnan Shankar wrote: > Hi Friends, Hi, and welcome to the mailing list. > I figured out that the best way is to talk to the experts and so i > subscribed to this mailing list. It will be cool if anybody can help me out > by telling the etiquette of this mailing list, like > > 1. How to

Re: Introduction to my fellow Python Friends

2013-08-11 Thread Chris Angelico
On Sun, Aug 11, 2013 at 9:17 AM, Krishnan Shankar wrote: > I figured out that the best way is to talk to the experts and so i > subscribed to this mailing list. It will be cool if anybody can help me out > by telling the etiquette of this mailing list, like Hi! Welcome! > 1. How to acknowledge a

Re: introduction and first question about multithreading

2012-07-12 Thread Dave Angel
On 07/11/2012 03:51 AM, Vojtěch Polášek wrote: > Greetings, > My name is Vojta and I am blind student. I am slowly learning Python for > about 4 years and I like it alot, mostly its ability to run on various > platforms. > My primary system is Ubuntu 12.04, but I have Windows XP at hand. I am > usi

Re: introduction and first question about multithreading

2012-07-11 Thread Roy Smith
In article , Vojt®ßch Pol®¢‰ek wrote: > Then the menu module kicks in and should launch its > own loop checking for pygame keyboard events, but right after doing it > it prints: > [xcb] Unknown sequence number while processing queue > [xcb] Most likely this is a multi-threaded client and X

Re: Introduction to Threading with Python, a podcast

2006-09-26 Thread hubritic
I very much enjoyed this one! Good stuff. Ron, it would help to have the code from your guest podcasts on your site. Thanks for your help in promoting python. [EMAIL PROTECTED] wrote: > Chris Hefele has done an excellent talk about programming with threads > using Python, including a fair amount