Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,942
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,517
Full Statistics
|
Online Users |
There are currently 39 online users. » 0 Member(s) | 31 Guest(s) Bing, Google, AOL, AOL, Facebook Dev
|
Latest Threads |
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
22 minutes ago
» Replies: 8
» Views: 212
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
29 minutes ago
» Replies: 1
» Views: 1,704
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
2 hours ago
» Replies: 0
» Views: 46
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,427
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 839
|
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,677
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,190
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,704
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,516
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,616
|
|
|
Bounce Game |
Posted by: SheeppOSU - Mar-12-2018, 09:14 PM - Forum: GUI
- Replies (1)
|
 |
I was making this game from the Python book and I made it exactly as it had it in the book but when I asked python to check it before I ran it, it sai..... More
|
|
|
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
|
|
|
|