Quantcast
Channel: Python - Programmers Heaven
Browsing all 140 articles
Browse latest View live
↧

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 Article


parse 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 Article


NEED 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 Article

Working 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 Article

NEED 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 Article


Image may be NSFW.
Clik here to view.

Creating 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 Article

Having 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 Article

how 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 Article


Need 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 Article


Python 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 Article

Newbie 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 Article

Image may be NSFW.
Clik here to view.

Python 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 Article

Image may be NSFW.
Clik here to view.

Python 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 Article


Pygame - 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 Article

Pygame - 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 Article


Cx_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 Article

Cx_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 Article


Making 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 Article

Making 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 Article

Can 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
Browsing all 140 articles
Browse latest View live