Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 37 online users. » 0 Member(s) | 33 Guest(s) AOL, Bing, Google, AOL
|
Latest Threads |
data input while debuggin...
Forum: General Coding Help
Last Post: fred1232
1 hour ago
» Replies: 0
» Views: 17
|
New to Python and Pygame
Forum: Game Development
Last Post: deanhystad
4 hours ago
» Replies: 6
» Views: 1,268
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: snippsat
8 hours ago
» Replies: 5
» Views: 347
|
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Today, 06:11 AM
» Replies: 5
» Views: 1,134
|
New to the field
Forum: News and Discussions
Last Post: Polybunny
Today, 01:31 AM
» Replies: 0
» Views: 101
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Yesterday, 03:23 PM
» Replies: 4
» Views: 2,293
|
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 11:09 AM
» Replies: 2
» Views: 857
|
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Yesterday, 08:36 AM
» Replies: 1
» Views: 2,141
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-11-2025, 08:39 PM
» Replies: 6
» Views: 1,508
|
pip fails to install PyGO...
Forum: General Coding Help
Last Post: Larz60+
Sep-11-2025, 10:50 AM
» Replies: 2
» Views: 1,822
|
|
|
How to rotate images |
Posted by: LavaCreeperKing - Nov-06-2016, 05:40 PM - Forum: Game Development
- Replies (12)
|
 |
Hey I did some looking online about this but I wasn't able to figure out how to get it to work. How do you rotate an image? For example I want to crea..... More
|
|
|
.csv files |
Posted by: Blue Dog - Nov-06-2016, 04:40 PM - Forum: General Coding Help
- Replies (13)
|
 |
I want to write a web page to a csv file. Error said file not open, but it should be. here is the code:
[python]import csv
import urllib2
wit..... More
|
|
|
PIP problem |
Posted by: Hubert - Nov-06-2016, 01:39 PM - Forum: General Coding Help
- Replies (23)
|
 |
I just started working with Python. Tried several ide's, and am not settling on Pyzo.
I have a serious problem with PIP. Whatever PIP command I use..... More
|
|
|
Indexing + ''.join Help |
Posted by: OwlEyesToo - Nov-05-2016, 04:34 PM - Forum: Homework
- Replies (2)
|
 |
I'm not a programmer; I'm taking my first course in Python and I have absolutely no experience, so please excuse this if it's mindbogglingly simple an..... More
|
|
|
Importing a module |
Posted by: SrirachaSauceLover - Nov-05-2016, 03:20 PM - Forum: General Coding Help
- Replies (21)
|
 |
I'm learning computer programming with John Zelle's Python Programming: An Introduction to Computer Science. In the first chapter, he explains ..... More
|
|
|
Multi-tab form |
Posted by: birdieman - Nov-05-2016, 11:49 AM - Forum: GUI
- Replies (1)
|
 |
I am brand new to this forum , python and Qt4. As I was playing around with trying to make a multipage form, I opened the Qt designer, clicked main w..... More
|
|
|
how to delete |
Posted by: Skaperen - Nov-05-2016, 09:05 AM - Forum: Board
- Replies (1)
|
 |
i tried to reply to my own post but it created a new thread. how can i delete it? i've been having major network issues all night and the browsers h..... More
|
|
|
silly piping |
Posted by: Skaperen - Nov-05-2016, 05:30 AM - Forum: General Coding Help
- Replies (1)
|
 |
i've been researching (reading docs, googling) about piping output from child processes. it seems everything is oriented around the way the communicat..... More
|
|
|
valid numbers |
Posted by: Skaperen - Nov-05-2016, 04:16 AM - Forum: General Coding Help
- Replies (1)
|
 |
is there anything (any string) that would be valid decimal.Decimal() but not valid float() and/or not valid int([color=#9999ff],10[/colo..... More
|
|
|
Tutorial request? |
Posted by: wavic - Nov-04-2016, 07:48 PM - Forum: Board
- Replies (4)
|
 |
We are welcome to asking for a tutorial in "Tutorial request" topic but I can't post there. How would happen?
|
|
|
Please help! |
Posted by: pxkumar - Nov-04-2016, 07:44 PM - Forum: Homework
- Replies (6)
|
 |
Hi, I'm working on a game for a school project, and I've been trying to solve this problem for over a week now
(I'm working in Python 2.7, and I'm ki..... More
|
|
|
A newbie section |
Posted by: Kai. - Nov-04-2016, 05:27 PM - Forum: Board
- Replies (6)
|
 |
I am VERY new to python and i am quite scared to be eaten alive for interrupting the main board with stupid questions. I believe the other newbies wou..... More
|
|
|
Data types |
Posted by: tahmid909 - Nov-03-2016, 08:21 PM - Forum: Homework
- Replies (2)
|
 |
Just a quick question, i've wrote a piece of code that analyses a sentence that contains several words without punctuation. When a word in that senten..... More
|
|
|
msvcrt.getkey for linux |
Posted by: metulburr - Nov-03-2016, 08:18 PM - Forum: Code sharing
- No Replies
|
 |
[python]import time, sys
import sys
if sys.platform[:3] == 'win':
import msvcrt
def getkey():
key = msvcrt.getch()
ret..... More
|
|
|
console progressbars |
Posted by: metulburr - Nov-03-2016, 08:15 PM - Forum: Code sharing
- Replies (10)
|
 |
Just an example of a few different types of progress bars
[python]import time, sys
if sys.version[0] == '2':
range = xrange
def flus..... More
|
|
|
tkinter calendar widget |
Posted by: metulburr - Nov-03-2016, 08:10 PM - Forum: Code sharing
- Replies (2)
|
 |
Tkinter does not have its own calendar widget. At least not by default. Here is a calendar selector widget. The Control class is just for laying a bas..... More
Attached Files
Thumbnail(s)
|
|
|
|