| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 31 online users. » 1 Member(s) | 27 Guest(s) Bing, Google, AOL, anime
|
| Latest Threads |
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 10:27 PM
» Replies: 3
» Views: 170
|
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Yesterday, 11:47 AM
» Replies: 4
» Views: 158
|
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Yesterday, 08:44 AM
» Replies: 2
» Views: 127
|
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 173
|
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 350
|
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 69
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 116
|
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 364
|
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 208
|
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 322
|
|
|
| How to clear a TextInput field |
|
Posted by: gio123 - Mar-12-2018, 02:57 PM - Forum: GUI
- Replies (2)
|
 |
Hi All,
I need to clear a TextInput field
This is my Python code
[Python]
b2=(Button(text='Clear'))
self.add_widget(b2)
b2.bind(on_press=self.clsInpu..... More
|
|
|
| Get an array out of a dict |
|
Posted by: Ragnar - Mar-12-2018, 01:45 PM - Forum: Data Science
- No Replies
|
 |
Hello,
I am trying to extract some data from a dict.
I am using the following code
[python]
def get_set_from_UNV_file (filePath,setNo,setNam..... More
|
|
|
| First program feedback |
|
Posted by: xyzabc12310000 - Mar-12-2018, 10:54 AM - Forum: Code sharing
- Replies (2)
|
 |
Hi,
I am new to python and i have been using it for 2 days now and have so far learnt statements and loops e.g. the while/for loops and elif statem..... More
|
|
|
| int to hex |
|
Posted by: pythonper - Mar-12-2018, 09:30 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hello,
I am trying to convert and array of ints to hexadecimal numbers with the format as b'\x50\x15\'
When I use the struct.pack(">H", int) most numb..... More
|
|
|
| regular expressions |
|
Posted by: Skaperen - Mar-11-2018, 07:06 AM - Forum: Bar
- No Replies
|
 |
i have a list of files that i want to select from for those with "in" in the name, where the "in" is not a part of "bin". that is, "bin" is to not ma..... More
|
|
|
| New mobile app project |
|
Posted by: PyBeginner - Mar-10-2018, 11:31 PM - Forum: General Coding Help
- No Replies
|
 |
Hello,
I have decieded to learn how to code in python, since I want to develop my own app to a androidphone.
This is because I and a few friends..... More
|
|
|
| folder sync |
|
Posted by: yawikflame - Mar-10-2018, 08:36 PM - Forum: General Coding Help
- No Replies
|
 |
Hi there,
i'm somewhat new to python, i have mostly coded in java(eclipse) and autohotkey(AHK Studio)
so i could use some help figuring out how to s..... More
|
|
|
|