Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,934
» Latest member: alexguemez
» Forum threads: 38,721
» Forum posts: 175,508
Full Statistics
|
Online Users |
There are currently 41 online users. » 1 Member(s) | 35 Guest(s) Applebot, Bing, Google, AOL, snippsat
|
Latest Threads |
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
3 hours ago
» Replies: 9
» Views: 2,717
|
Too much space between gr...
Forum: GUI
Last Post: RonR
10 hours ago
» Replies: 4
» Views: 1,133
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
11 hours ago
» Replies: 3
» Views: 149
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 505
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,665
|
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 598
|
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 188
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,123
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,349
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 1,017
|
|
|
Multiprocessing in wx Frame |
Posted by: ian - Aug-16-2017, 08:41 PM - Forum: GUI
- Replies (3)
|
 |
I create a GUI window by using wx Frame/Panel and make a sample with some dummy code below.
when click on Run button, it will call function_1 with 0 ..... More
|
|
|
card 21 trick |
Posted by: SummoningZ - Aug-16-2017, 05:50 PM - Forum: Homework
- Replies (21)
|
 |
Hi, I have a coding project for school which involves me making a program to do the 21 card trick in python.
I have started to make the program but a..... More
|
|
|
Promise |
Posted by: nilamo - Aug-16-2017, 04:09 AM - Forum: Code sharing
- Replies (2)
|
 |
Earlier today, I had the opportunity (lol) to write a javascript fallback function for Promises for browsers which don't support Promises. Which... i..... More
|
|
|
How to Use Gtk.Textview |
Posted by: navinandrewprince - Aug-16-2017, 03:45 AM - Forum: GUI
- No Replies
|
 |
Hi I have developed a Python automation tool for Test Cases Automation purpose.
Right now I am in process of developing a GUI for it and have complet..... More
|
|
|
Password Saver Program |
Posted by: suitec - Aug-16-2017, 01:02 AM - Forum: Homework
- Replies (3)
|
 |
I have an assignment to write code for Choice 2, to 1. create a loop that goes through each item in the password list; 2. Check if the name is found; ..... More
|
|
|
I need help |
Posted by: 777CAIN - Aug-15-2017, 02:39 PM - Forum: General Coding Help
- Replies (14)
|
 |
Is it possible to get a user to type in something like Apples and it comes back with a number eg
I type apple it comes back as 6?
If so could so..... More
|
|
|
PythonWin.exe |
Posted by: cartogal - Aug-15-2017, 12:39 PM - Forum: General Coding Help
- Replies (5)
|
 |
I just had Python 2.7 and pythonWin 2.7 downloaded on my companies server, we use Citrix. I can't find the PythonWin.exe file. My coworker has a sta..... More
|
|
|
Multiprocessing |
Posted by: ian - Aug-14-2017, 10:02 PM - Forum: General Coding Help
- Replies (1)
|
 |
I have a function self.load_dataframe(0). when it is called from in its Frame parent, it will freeze the Frame until it returns value to self.df. I tr..... More
|
|
|
Anti Vowel |
Posted by: OmarBrikaa - Aug-14-2017, 07:05 PM - Forum: General Coding Help
- Replies (2)
|
 |
What is wrong with this code? It should return the text without vowels.
[python]def anti_vowel(text):
new = list(text)
for letter in new:
..... More
|
|
|
|