Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,590
» Latest member: sakshi
» Forum threads: 38,637
» Forum posts: 175,047
Full Statistics
|
Online Users |
There are currently 386 online users. » 2 Member(s) | 379 Guest(s) Bing, Baidu, AOL, Yandex, snippsat, buran
|
|
|
fill tint |
Posted by: Zman350x - Feb-12-2017, 04:00 AM - Forum: Game Development
- Replies (1)
|
 |
for my pause screen I want to tint the background a bit black so you can still see the game in the back but it's darker (you have probably seen this i..... More
|
|
|
enter data with keypad |
Posted by: gray - Feb-11-2017, 11:31 AM - Forum: GUI
- Replies (4)
|
 |
hello friends
i want to comminucate between keypad & tkinter.
i used from 'sql' to create a data table.how can i enter my data into 'id' entry by ke..... More
|
|
|
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
|
|
|
|