Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 483 online users. » 0 Member(s) | 475 Guest(s) Google, Bing, Baidu, AOL, Apple, Facebook
|
Latest Threads |
replace or remove text fr...
Forum: General Coding Help
Last Post: Curbie
5 minutes ago
» Replies: 13
» Views: 378
|
locating a pushbutton py ...
Forum: GUI
Last Post: deanhystad
11 minutes ago
» Replies: 2
» Views: 79
|
Difference and meaning in...
Forum: General Coding Help
Last Post: Gribouillis
3 hours ago
» Replies: 4
» Views: 116
|
While loop is terminating...
Forum: Homework
Last Post: Gribouillis
Today, 06:19 AM
» Replies: 1
» Views: 84
|
How to put my game loop i...
Forum: Game Development
Last Post: Thatedge
Yesterday, 08:36 AM
» Replies: 10
» Views: 3,110
|
2D-Cube-Tic-Tac-Toe
Forum: Game Development
Last Post: Thatedge
Yesterday, 08:35 AM
» Replies: 2
» Views: 1,898
|
Unable to install pygame ...
Forum: Game Development
Last Post: Plyth
Yesterday, 03:54 AM
» Replies: 3
» Views: 2,128
|
List[] in Python needs so...
Forum: Game Development
Last Post: DeaD_EyE
Jun-27-2025, 01:32 PM
» Replies: 3
» Views: 388
|
Web scraping confusion
Forum: Web Scraping & Web Development
Last Post: AlluminumFoil
Jun-27-2025, 11:05 AM
» Replies: 4
» Views: 1,898
|
Problem Converting Tradin...
Forum: General Coding Help
Last Post: wallneradam
Jun-27-2025, 07:29 AM
» Replies: 2
» Views: 2,832
|
|
|
tkinter button commands |
Posted by: Lux - Aug-01-2017, 02:36 AM - Forum: GUI
- Replies (1)
|
 |
[font=Arial,Helvetica,sans-serif]I am writing code in tkinter (on a mac, in Python 3.6)
Right now, I am writing some code that basically waits until ..... More
|
|
|
ROLL function |
Posted by: Zman350x - Jul-31-2017, 08:14 PM - Forum: Game Development
- Replies (4)
|
 |
I am making a dice game, here is my roll function.
What I want to happen is for the loop to repeat 9 times(or 10 I can't tell) and each time pick a d..... More
|
|
|
tkinter import problems on mac |
Posted by: Lux - Jul-30-2017, 06:18 PM - Forum: GUI
- Replies (2)
|
 |
I am working with tkinter, on a mac, and I am having trouble with imports.
Everything works fine in IDLE, but if I try to run my code in Python Laun..... More
|
|
|
Dim theme |
Posted by: metulburr - Jul-30-2017, 04:53 PM - Forum: Board
- Replies (9)
|
 |
Most users use the default white theme. However we have a dark theme called Dim that is available. However that is usually put on the back burner for ..... More
|
|
|
time travaller |
Posted by: tony1812 - Jul-29-2017, 07:49 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hello, I am python newbie.
I would like to write a little code to keep track of a loop's start tim end end end time in seconds
pseudo code
[pyth..... More
|
|
|
font error |
Posted by: Zman350x - Jul-29-2017, 01:27 PM - Forum: Game Development
- Replies (2)
|
 |
Here is my code:
[python]
import pygame, random, color, sys #color is a module I made containing a list of variables with RGB values
pygame.init..... More
|
|
|
Vigenere and Caesar Cipher |
Posted by: sammy2938 - Jul-29-2017, 11:38 AM - Forum: Homework
- Replies (1)
|
 |
I am trying to code in python using a caesar and a vigenere cipher so the user can pick which one they want to use and encrypt or decrypt. I have code..... More
|
|
|
|