Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 43 online users. » 1 Member(s) | 38 Guest(s) Bing, Google, AOL, AOL, snippsat
|
Latest Threads |
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
4 hours ago
» Replies: 2
» Views: 733
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
11 hours ago
» Replies: 6
» Views: 767
|
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
Yesterday, 04:45 PM
» Replies: 0
» Views: 85
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 483
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,863
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,261
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,826
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,246
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,187
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,493
|
|
|
__iadd__ and TypeErrors |
Posted by: DJPunk - Mar-10-2019, 07:35 AM - Forum: Homework
- Replies (1)
|
 |
I've got __iadd__ working for the Point class, but don't know how to implement it to where it works for the Circle class. It should work like this:
..... More
|
|
|
About getattr() |
Posted by: MingyuanLuo - Mar-10-2019, 06:48 AM - Forum: General Coding Help
- Replies (7)
|
 |
[python]
In[1]: getattr(None, '') is None
Traceback (most recent call last):
File "C:\Users\myluo\AppData\Local\Programs\Python\Python36\lib\site..... More
|
|
|
sympy |
Posted by: psosmol - Mar-09-2019, 11:16 AM - Forum: Data Science
- Replies (9)
|
 |
Hello when I try the next code with sympy I can not cath the exeption of SyntaxError
[python]from sympy.abc import x, y
try:
e =x + y + x)
# ex..... More
|
|
|
what is your fav config file format? |
Posted by: Skaperen - Mar-09-2019, 07:34 AM - Forum: Bar
- No Replies
|
 |
what is your favorite config file format if you are developing a program that needs to be configured by the sysadmin and/or the user? do you have dif..... More
|
|
|
Strange Python Error |
Posted by: moga2003 - Mar-09-2019, 01:17 AM - Forum: Homework
- Replies (3)
|
 |
Good evening,
When running my code, it is giving me an error that I am not understanding as it has lines referenced that I don't have. My code onl..... More
|
|
|
my earliest completed script |
Posted by: Skaperen - Mar-08-2019, 09:50 PM - Forum: Code sharing
- No Replies
|
 |
this is my earliest completed script from 2009. i originally wrote this in the Pike language. because both Pike and Python support unlimited precisi..... More
|
|
|
|