Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 39 online users. » 0 Member(s) | 29 Guest(s) Bing, AOL, Facebook, Apple, Google, AOL
|
Latest Threads |
REACH OUT TO FUNDS RETRIE...
Forum: Game Development
Last Post: shirleyjacobs112
3 hours ago
» Replies: 0
» Views: 19
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
4 hours ago
» Replies: 6
» Views: 696
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 03:32 PM
» Replies: 2
» Views: 405
|
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Yesterday, 11:25 AM
» Replies: 7
» Views: 1,680
|
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Yesterday, 11:16 AM
» Replies: 4
» Views: 15,612
|
New to the field
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 08:15 AM
» Replies: 1
» Views: 325
|
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:34 AM
» Replies: 1
» Views: 374
|
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Sep-13-2025, 06:11 AM
» Replies: 5
» Views: 1,456
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,415
|
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,141
|
|
|
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
|
|
|
|