Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,941
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,517
Full Statistics
|
Online Users |
There are currently 41 online users. » 1 Member(s) | 35 Guest(s) Bing, AOL, AOL, Google, Mojeek, deanhystad
|
Latest Threads |
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
3 hours ago
» Replies: 1
» Views: 150
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
7 hours ago
» Replies: 8
» Views: 309
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,500
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 894
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,713
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,244
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,772
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,568
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,670
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,855
|
|
|
Tic Tac Toe using Tkinter |
Posted by: dmacch24 - Mar-26-2018, 10:53 PM - Forum: GUI
- No Replies
|
 |
I'm trying to write a program using Tkinter that makes the computer play against you. In this code, the computer wins everytime using the minimax algo..... More
|
|
|
fsolve |
Posted by: Mahdi1994 - Mar-26-2018, 01:42 PM - Forum: General Coding Help
- No Replies
|
 |
Hi, I'm going to plot each variables - x and y - over a period of time. Would you please help me?
Thank you.
[python]def f(z):
x = z[0]
..... More
|
|
|
IndexError: tuple index out of range |
Posted by: Truman - Mar-25-2018, 10:57 PM - Forum: General Coding Help
- Replies (5)
|
 |
[python]
tp=(1,2,3,4,5,6,7,8,9,10)
for i in tp:
lt = []
if tp[i]%2 == 0:
lt.append(tp[i])
else:
pass
tp2 = tuple(lt)..... More
|
|
|
elif and if |
Posted by: jlgeter2002 - Mar-25-2018, 12:20 PM - Forum: General Coding Help
- Replies (4)
|
 |
this code works fine except the last elif
elif age >= '100' and name != 'Alice':
print('you are not alice grannie')
If I enter any value be..... More
|
|
|
Tkinter Font Color |
Posted by: notsolowki - Mar-25-2018, 07:22 AM - Forum: GUI
- Replies (11)
|
 |
im very very new to python and im trying to change the font color of a very basic tkinter gui. what the script does is read a text file and display it..... More
|
|
|
Multiple Windows |
Posted by: jarrod0987 - Mar-25-2018, 03:50 AM - Forum: General Coding Help
- No Replies
|
 |
If I wish to be able to run 2 different python scripts at the same time in 2 different windows, can I do this?
Also, is there a way to run a script o..... More
|
|
|
mro |
Posted by: Skaperen - Mar-25-2018, 12:50 AM - Forum: News and Discussions
- Replies (4)
|
 |
what do the initials "mro" mean in the class attribute .__mro__ ? i'll make a guess and say that "m" means "[u]multi[/u..... More
|
|
|
Wifi.Scan |
Posted by: thenewguy - Mar-24-2018, 05:59 PM - Forum: General Coding Help
- No Replies
|
 |
Hello Forum World!
I am trying to get the hang of the Python language and am having some difficulties.
I am attempting to try to connect to a gi..... More
|
|
|
multi-processing |
Posted by: dR_Garuby - Mar-24-2018, 03:32 PM - Forum: General Coding Help
- Replies (1)
|
 |
I've created a GUI with tkinter where you can enter 5 inputs and send them whenever you want by pressing a button. Now I want to give a limit of time ..... More
|
|
|
A toy for my son |
Posted by: RailRoaded - Mar-24-2018, 02:32 PM - Forum: Game Development
- Replies (4)
|
 |
So first a little bit of backgroud on me, Im pretty good with hardware, breadboards, and laying out circuits. I have not done much coding at all since..... More
|
|
|
|