Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 297 online users. » 0 Member(s) | 292 Guest(s) Baidu, Bing, Google, AOL, Yandex
|
Latest Threads |
How to retain Annotation ...
Forum: Code Review
Last Post: holeioonline
2 hours ago
» Replies: 2
» Views: 861
|
Trading Bot written in Py...
Forum: News and Discussions
Last Post: LoriBrown
3 hours ago
» Replies: 4
» Views: 95,141
|
replace or remove text fr...
Forum: General Coding Help
Last Post: Curbie
Yesterday, 06:53 PM
» Replies: 13
» Views: 428
|
locating a pushbutton py ...
Forum: GUI
Last Post: deanhystad
Yesterday, 06:47 PM
» Replies: 2
» Views: 94
|
Difference and meaning in...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 03:41 PM
» Replies: 4
» Views: 135
|
While loop is terminating...
Forum: Homework
Last Post: Gribouillis
Yesterday, 06:19 AM
» Replies: 1
» Views: 108
|
How to put my game loop i...
Forum: Game Development
Last Post: Thatedge
Jun-28-2025, 08:36 AM
» Replies: 10
» Views: 3,125
|
2D-Cube-Tic-Tac-Toe
Forum: Game Development
Last Post: Thatedge
Jun-28-2025, 08:35 AM
» Replies: 2
» Views: 1,904
|
Unable to install pygame ...
Forum: Game Development
Last Post: Plyth
Jun-28-2025, 03:54 AM
» Replies: 3
» Views: 2,132
|
List[] in Python needs so...
Forum: Game Development
Last Post: DeaD_EyE
Jun-27-2025, 01:32 PM
» Replies: 3
» Views: 390
|
|
|
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
|
|
|
Puzzled by classes |
Posted by: Barrowman - Aug-14-2017, 12:58 PM - Forum: GUI
- Replies (3)
|
 |
I have been learning to create GUI's using tkinter for some time and have created around 12 which I am happy with.
I have not used classes but see mor..... More
|
|
|
Can't link .kw file with main.py |
Posted by: Allpha - Aug-14-2017, 09:07 AM - Forum: GUI
- Replies (2)
|
 |
Hello I started to learn kivy gui for puthon 3 and I have a problem, I can't link.kw file with main.py.
I don't now how to upload there photos, but I..... More
|
|
|
|