Uninstall old python version(Python 3.9.7)

2021-12-25 Thread Công Huy
I uninstalled Python 3.9.7 but I can't delete completely. And I received a notification "no Python 3.9 was detected". Of course, it won't be an issue if it defaulted my python version on my computer and it makes me can't use some libraries I installed before like numpy, matplotlib and n

Uninstall old python version(Python 3.9.7)

2021-12-25 Thread Công Huy
Python version on my computer and I can't use some libraries I installed like numpy, matplotlib, networkx,... To solve my python homework. I found some help on the internet but it wasn't improved. I don't know how to fix it. Please help me. Thanks and Regards,

Re: Deviation from object-relational mapping (pySQLFace)

2008-10-21 Thread huy
n/use I have seen is Ibatis SQLMAPS. This focuses on the right things i.e queries and mapping values to/ from objects. It would be great if python had such a tool. Huy -- http://mail.python.org/mailman/listinfo/python-list

PyGTK

2006-02-08 Thread Huy
Hi, I'm new to Python, and GUI development, but am no novice to backend programming. Aside from mastering the standard language, I will eventually be developing applications dealing with images and controls. Thus forth I have been testing out PyGTK & it appears to be quite robust (that and I like

Re: apostrophe or double quote?

2006-02-08 Thread Huy
Thank you for all your help; it makes perfect sense now. -- http://mail.python.org/mailman/listinfo/python-list

apostrophe or double quote?

2006-02-07 Thread Huy
I've been unable to find information clarifying this but. What is the difference between 'somestring' and "somestring"? When I use type() it still reports as string. If there is a difference could someone point me to documentation or explain when to use and when not to? Hope I sound clear. --

Re: Strange socket problem

2005-06-15 Thread huy
Hi Jeff, Thanks for your help. Although I haven't confirmed this, I think you just hit my nail on the head. I thought os.system was like a totally separate process though, i.e nothing is shared. not the usual fork() call within the program. Regards, Huy Jeff Epler wrote: > Wh

Strange socket problem

2005-06-15 Thread huy
meone shed some light on why this happens ? Why would the socket be held up in the other process ? Thanks Huy -- http://mail.python.org/mailman/listinfo/python-list

Re: pre-PEP: Print Without Intervening Space

2005-03-12 Thread huy
es easier by showing them one good method of doing string concatenation which can be applied to printing as well. Huy -- http://mail.python.org/mailman/listinfo/python-list

Re: Big development in the GUI realm

2005-02-07 Thread huy
There was always an available distribution for linux for non-commercial use. Windows was always the problem. You still can't use it for windows without knowing how to compile the thing on windows. huy -- http://mail.python.org/mailman/listinfo/python-list

Re: Next step after pychecker

2005-02-01 Thread huy
out the code. Yes good coverage with unit tests would have helped but unfortunately we do not yet have good coverage. TDD is a quite hard to practice as a beginner. Cheers, Huy -- http://mail.python.org/mailman/listinfo/python-list

Re: Python evolution: Unease

2005-01-05 Thread huy
e their own opinion. And no, I don't feel a responsibility to do the missing work, since I'm not the one making those advocacy claims. Good on ya. Huy -- http://mail.python.org/mailman/listinfo/python-list

Re: PHP vs. Python

2004-12-22 Thread huy
more points on your needs, wants, and expectations it would help when answering your questions about Python. Huy -- http://mail.python.org/mailman/listinfo/python-list

Re: Best GUI for small-scale accounting app?

2004-12-22 Thread huy
e simplicity. Many people hate multiple tabs, tree structures, deep nested menus etc etc. If you wanted to make a web program as complex as a rich client program then it's probably a bad idea to do as a web program. But If you wanted to keep it simple, then I'd go with a web