| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,304
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,903
Full Statistics
|
| Online Users |
There are currently 39 online users. » 0 Member(s) | 36 Guest(s) Bing, Google, AOL
|
|
|
| __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
|
|
|
|