Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 40 online users. » 1 Member(s) | 36 Guest(s) Bing, Google, AOL, kshahzad1985
|
Latest Threads |
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
1 hour ago
» Replies: 7
» Views: 2,738
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: tester_V
1 hour ago
» Replies: 5
» Views: 247
|
looking for help
Forum: Bar
Last Post: PhamMaria
2 hours ago
» Replies: 1
» Views: 1,864
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:58 PM
» Replies: 1
» Views: 600
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 2,131
|
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,696
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 592
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,081
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,070
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,343
|
|
|
eval not working in code |
Posted by: jamminjamie - Dec-27-2018, 05:24 PM - Forum: General Coding Help
- No Replies
|
 |
Hello,
I am new to Python and am working on a project to build a calculator. I am using Pycharm to build this. Eval does not work in the code for ..... More
|
|
|
Value count |
Posted by: sumitk - Dec-27-2018, 04:32 PM - Forum: General Coding Help
- Replies (2)
|
 |
I have a python script that needs to be run in bash shell every hour. I need to save the count of no of times script ran that day, and reset the count..... More
|
|
|
Randomizing Color Output |
Posted by: ammorgan - Dec-27-2018, 03:31 AM - Forum: General Coding Help
- No Replies
|
 |
A friend and I have been working on this program together, he is more advanced at Python than I am, but he seems to keep losing me in explanations.
..... More
|
|
|
Vertical Seam Removal |
Posted by: scott14 - Dec-27-2018, 03:03 AM - Forum: General Coding Help
- No Replies
|
 |
hi everyone,
i need help in explaining this code, i know it is vertical seam removal but just need more details to explain what is really happening::..... More
|
|
|
Tkinter window minimize,appear |
Posted by: frequency - Dec-26-2018, 12:59 PM - Forum: GUI
- Replies (5)
|
 |
Hello,
I am making a GUI for my code. Take a look:
[PYTHON]
import tkinter as tk
from sys import exit
class GUI:
def __init__(self,root):..... More
|
|
|
Tic Tac Toe |
Posted by: King_Unknown - Dec-26-2018, 04:29 AM - Forum: Game Development
- Replies (6)
|
 |
Hey, I’m creating a 2 player tic tac toe game and I’m unsure on how I would start programming it. So I was wondering if someone could help me or give ..... More
|
|
|
times table |
Posted by: aocii - Dec-25-2018, 11:01 PM - Forum: General Coding Help
- Replies (3)
|
 |
hi everyone, i know that my questions re too elementary but i am trying to learn. i am trying to write times table. so i wrote this code.
[python]for..... More
|
|
|
|