Help in Regular Expression
Hi Forum Members,I am trying to write code using regular expression. Please tell me where I am going wrongstring='d75'pattern'[a-zA-Z]+[0-9]*'re.search(pattern,string) doesn't give me positive result.I...
View Articleparse a pipe delimited file
HI, im new to python.im trying to parse a pipe delimited file and pass the values into a list , which later i can print selective values from the list.file looks like...
View ArticleNEED HELP WITH TURTLE FUNCTION!! URGENT
I want to bubble sort the list the user has typed and then use the numbers in the list, for example [20, 50, 70], as the height of my graphic(supposed it's a rectangle). The original rectangles are in...
View ArticleWorking With List Views
Hi Guys, i am kind of new to programming and i'm trying to figure out how to use the [b]list view[/b]. I have done a simple program which you type in text into two textboxes and then press the add...
View ArticleNEED HELP WITH TURTLE FUNCTION!! URGENT
I want to bubble sort the list the user has typed and then use the numbers in the list, for example [20, 50, 70], as the height of my graphic(supposed it's a rectangle). The original rectangles are in...
View ArticleCreating a prime number generator, need help!
Hey guys i'm new to programming and want to join a helpful community . I'm hoping I came to the right place heheso lets jump right in itObjective: Create a program the will get me to the 1000th prime...
View ArticleHaving trouble finishing construction of this little game
I am making a two player game. Goal is to guide your elf to the tree before opponent elf got to it. After one reaches the tree he scores a point and two elfs needs to go to different location. The...
View Articlehow to display irrespective length of serial data on Tkinter Window.
This code is to receive serial data and to print on the TKinter window. The received data prints on the window from top to bottom.In breif:The font i choose is 37 in my code.with this font size i can...
View ArticleNeed the help of a Python Developer for a Noble Project
Greetings Developers,I am an IT Manager working in Toronto Ontario, Canada. I required the services of a Python developer to help build a technical concept of a revolutionary anti-cyber bullying...
View ArticlePython beginner
Hi every oneI have been learning pythion for a while now and i wish to go even more deeper in with programming with python. i come from the path of the world where we dont have people who are really...
View ArticleNewbie programmer question
Hi,I've only just started learning programming (with Python) and I've bumped into this problem. Here's a program I wrote to come up with the roots to a quadratic equation:import mathdef main():...
View ArticlePython Run error
Hello I am new here and I just started working in python a month ago. I am working on a simple program to get a little red ball to follow my mouse around. I can find the error and I don't know what the...
View ArticlePython Run error
Hello I am new here and I just started working in python a month ago. I am working on a simple program to get a little red ball to follow my mouse around. I can find the error and I don't know what the...
View ArticlePygame - Richard's Jones TMX Library Error
Hello! I'm a noob at python and pygame, also forgive for possible english mistakes, i'm actually from Brasil. I'm creating a plataform game using tilemaps and loading it with Richard's Jones tmx...
View ArticlePygame - Richard's Jones TMX Library Error
Hello! I'm a noob at python and pygame, also forgive for possible english mistakes, i'm actually from Brasil. I'm creating a plataform game using tilemaps and loading it with Richard's Jones tmx...
View ArticleCx_Freeze pygame compiled file doesn't work
The following error happens if i try to compile my python (using python 3.2) file:[code]Traceback(most recent call last):File"c:python32libsite-packagescx_FreezeinitscriptsConsole3.py", line27, in...
View ArticleCx_Freeze pygame compiled file doesn't work
The following error happens if i try to compile my python (using python 3.2) file:[code]Traceback(most recent call last):File"c:python32libsite-packagescx_FreezeinitscriptsConsole3.py", line27, in...
View ArticleMaking Your Pooch Fabulous with Dog Clothes
Chosen specifically for fashion, style and comfort, our Wholesale Dog Clothes are a hit for pooches and their owners. Your pup could be the next fashion trendsetter. You won't find our dog apparel at...
View ArticleMaking Your Pooch Fabulous with Dog Clothes
Chosen specifically for fashion, style and comfort, our Wholesale Dog Clothes are a hit for pooches and their owners. Your pup could be the next fashion trendsetter. You won't find our dog apparel at...
View ArticleCan someone please explain the "yield" keyword in Python?
I have started learning Python and I came across the yield keyword. It is bit hard for me to understand it first time. Can someone please explain about it?
View Article