Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,968
» Latest member: Seu12Jorge
» Forum threads: 38,730
» Forum posts: 175,551
Full Statistics
|
Online Users |
There are currently 42 online users. » 1 Member(s) | 36 Guest(s) Bing, Google, Apple, AOL, Xuitar
|
Latest Threads |
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: Pedroski55
11 minutes ago
» Replies: 7
» Views: 346
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
10 hours ago
» Replies: 7
» Views: 2,793
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 657
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,192
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,753
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 646
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,140
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,120
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,407
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,969
|
|
|
Python clock |
Posted by: menator01 - May-14-2020, 03:33 PM - Forum: GUI
- Replies (2)
|
 |
I'm trying my luck with a clock
Just can't seem to get it to update.
I've tried with the both the after method and while loops.
It would appear tha..... More
|
|
|
Pip dependency install problems |
Posted by: amos446 - May-14-2020, 02:58 PM - Forum: Data Science
- No Replies
|
 |
Hello everyone,
I hope I am in the right forum for this kind of question.
As a developer I am used to C# as of now, but I am intrigued by Python.
C..... More
|
|
|
How to get the value of a checkbox |
Posted by: scratchmyhead - May-14-2020, 02:07 PM - Forum: GUI
- Replies (4)
|
 |
I have a checkbutton in my program but when I click the checkbox, it gives me the following error: TypeError: get() missing 1 required positional argu..... More
|
|
|
GUI Threading |
Posted by: Mad0ck - May-14-2020, 09:50 AM - Forum: GUI
- No Replies
|
 |
Hello,
Since I also dealt with the gui freezing issue, i found the thread from Yoriz
(..... More
|
|
|
Bad input |
Posted by: Impropabletank - May-14-2020, 07:40 AM - Forum: General Coding Help
- Replies (4)
|
 |
[python]
def __init__(self, name, gender, hp,attack, mp,exp,level):
'''Use double underscores'''
#This method initializes the attibute..... More
|
|
|
Bad input |
Posted by: Impropabletank - May-14-2020, 07:35 AM - Forum: General Coding Help
- Replies (1)
|
 |
[python]def __init__(self, name, gender, hp,attack, mp,exp,level):
'''Use double underscores'''
#This method initializes the attibutes ..... More
|
|
|
Whats Wrong!? |
Posted by: rjay81 - May-13-2020, 07:42 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hello, I am new to programming. I need help in understanding what i am doing wrong or what is the error in this code.
Basically the program is an el..... More
|
|
|
file with option |
Posted by: afang_ndong - May-13-2020, 07:35 PM - Forum: General Coding Help
- Replies (2)
|
 |
H,
how to run a python file on the command line with a " - quick " option for example.
Indeed I have created two typ functions in my code to sort..... More
|
|
|
python comobject |
Posted by: keuninkske - May-13-2020, 06:45 PM - Forum: General Coding Help
- Replies (2)
|
 |
hello,
i am learning about comobject in python
but the internet seems not to have so many clear information about it
does somebody know a clear e..... More
|
|
|
Str int error |
Posted by: canatilaa - May-13-2020, 06:11 PM - Forum: General Coding Help
- Replies (4)
|
 |
[python]f = open("testSEt.txt")
for sayi in f :
can=sayi.split(",")
ati=random.sample(can,3)
x=0
print((ati[1]))
olasilik=0
if ati[1]>=5:
olas..... More
|
|
|
|