| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,241
» Latest member: ColorTig
» Forum threads: 38,777
» Forum posts: 175,795
Full Statistics
|
| Online Users |
There are currently 39 online users. » 1 Member(s) | 34 Guest(s) Google, Apple, jefsummers
|
| Latest Threads |
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
6 hours ago
» Replies: 1
» Views: 40
|
Data Science
Forum: Data Science
Last Post: mamta25
6 hours ago
» Replies: 3
» Views: 2,576
|
I’m building a Python Dat...
Forum: GUI
Last Post: woooee
Yesterday, 10:15 PM
» Replies: 1
» Views: 102
|
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:56 AM
» Replies: 4
» Views: 149
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Nov-08-2025, 10:39 AM
» Replies: 3
» Views: 131
|
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 129
|
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,340
|
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,382
|
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,584
|
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 209
|
|
|
| Pyscripter Error |
|
Posted by: Zman350x - Feb-10-2017, 09:47 PM - Forum: General Coding Help
- Replies (2)
|
 |
I have been using pyscripter for some time now with out errors. I press "run" and it constantly prints out errors so I change my code, still more err..... More
|
|
|
| file detection |
|
Posted by: Skaperen - Feb-10-2017, 10:36 AM - Forum: General Coding Help
- Replies (9)
|
 |
you can detect if x is a float like:
if isinstance(x,float):
... so how do you detect if x is a file?
|
|
|
| inivisible attribute |
|
Posted by: Skaperen - Feb-10-2017, 09:38 AM - Forum: General Coding Help
- Replies (7)
|
 |
i would like to create a global object in a class instance that is not visible as an instance attribute (e.g. private). is this possible in python?
|
|
|
| coding issue |
|
Posted by: Lee - Feb-10-2017, 04:05 AM - Forum: General Coding Help
- Replies (2)
|
 |
I wirte a simple as following.
Could someone can tell me why the answer is different Buf1 and Buf2 ??
Thank for you help.
[python]
def fList_Tes..... More
|
|
|
| Smooth linestrings |
|
Posted by: dusca - Feb-10-2017, 12:10 AM - Forum: Data Science
- Replies (3)
|
 |
Hello,
Theres any algoritm to get smooth linestring coordinates (red line) from original linestring coordinates (green line)???
See image, please: h..... More
|
|
|
| Which def is executed? |
|
Posted by: merlem - Feb-09-2017, 01:57 PM - Forum: GUI
- Replies (10)
|
 |
[python]# -*- coding: cp1252 -*-
import wx
zd = Zeigedict = {"zeigspalten": ["A", "B"], "zeigreihen": ["a", "b"]}
class Mainframe(wx.Frame):..... More
|
|
|
| Show second window using classes |
|
Posted by: iFunKtion - Feb-09-2017, 10:31 AM - Forum: GUI
- Replies (2)
|
 |
Hi there,
I have this, it works ok and I have to admit it is cobbled from things that I have found and I am still struggling with classes, I really..... More
|
|
|
| Love that snow |
|
Posted by: Larz60+ - Feb-08-2017, 10:43 PM - Forum: Bar
- Replies (10)
|
 |
If there's anyone on the forum from Greenland Siberia, or even Canada, you'll think I'm a wuss, but we had
about 8" of snow yesterday, was -8.8 c (16..... More
|
|
|
|