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,550
Full Statistics
|
Online Users |
There are currently 44 online users. » 1 Member(s) | 33 Guest(s) Google, Bing, Apple, AOL, Twitter, AOL, Pedroski55
|
Latest Threads |
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
6 hours ago
» Replies: 6
» Views: 343
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
10 hours ago
» Replies: 7
» Views: 2,792
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 656
|
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,406
|
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,969
|
|
|
ZeroDivisionError |
Posted by: CIVILmath - Jan-17-2019, 12:58 AM - Forum: General Coding Help
- Replies (2)
|
 |
Hey all, I just started coding a few days ago and I'm trying to make a calculator to solve Cramer's rule. I wrote a code that takes values from a user..... More
|
|
|
sample GUI programs/scripts |
Posted by: Skaperen - Jan-16-2019, 11:57 PM - Forum: GUI
- Replies (5)
|
 |
i am looking for sample GUI programs/scripts that a coded only in Python (as are any modules or libraries it uses beyond core graphical components). ..... More
|
|
|
Pizza Ordering Program |
Posted by: Trinx - Jan-16-2019, 11:14 PM - Forum: Code sharing
- Replies (5)
|
 |
I finally finished this program today! Tell me what you think of it and how I could make it better. Thanks!
[python]
""" Scripted by Trinx """
#F..... More
|
|
|
Issue with plotting |
Posted by: Dmorgan24 - Jan-16-2019, 07:57 PM - Forum: Homework
- Replies (3)
|
 |
Hello, I am making a plot to contrast Planks law with Wein s and Rayleigh-Jeans` versions. I am currently having an issue with the Rayleigh-Jeans plo..... More
|
|
|
GPA Calculator |
Posted by: Aldmonjoy - Jan-16-2019, 06:43 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello! I am new to Python and am trying to make a GPA calculator. I have what it should look like in my head but don't know how to actually do it. I w..... More
|
|
|
assert |
Posted by: Naito - Jan-16-2019, 10:52 AM - Forum: General Coding Help
- Replies (1)
|
 |
hello! i have a problem assertions can you help me please?
in this code assert statement is always raised as true even if the condition is not me
[pyt..... More
|
|
|
port scanner |
Posted by: rootVIII - Jan-16-2019, 05:25 AM - Forum: Code sharing
- No Replies
|
 |
repo is here. There is a multi-threaded version as well as the multi-process version shown below...... More
|
|
|
Call a variable |
Posted by: jmf08 - Jan-16-2019, 03:48 AM - Forum: General Coding Help
- Replies (16)
|
 |
Instead of calling a variable , the whole method is being called. Is there something I need to change to call only the variable 'add'?
I just want t..... More
|
|
|
Remove object |
Posted by: jmf08 - Jan-16-2019, 03:40 AM - Forum: General Coding Help
- Replies (5)
|
 |
Can any1 help me with my code? I cant remove object inside of my list. And how to update them.
[python]import pickle
from module2 import cmod2
planne..... More
|
|
|
|