| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 29 online users. » 0 Member(s) | 24 Guest(s) Applebot, Bing, Google, AOL
|
|
|
| List of lists |
|
Posted by: MarkLogan - Feb-28-2018, 09:34 PM - Forum: Homework
- Replies (3)
|
 |
Hi, I'm having trouble with this : I have a txt files with combinaison of two number. Like this :
0 2
0 3
1 0
1 4
1 6
1 7
1 9
2 3
2 6
2 9..... More
|
|
|
| list syntax |
|
Posted by: blazersnake - Feb-28-2018, 04:35 PM - Forum: General Coding Help
- Replies (6)
|
 |
Hi, I need to find the appropriate list operations.
example:
x = [1, 2, 3]
y = x
y[1] += 2
print(x)
>> [1, 4, 3]
How can I have y become ..... More
|
|
|
| Set input text from button |
|
Posted by: gio123 - Feb-28-2018, 03:36 PM - Forum: GUI
- Replies (1)
|
 |
Hi All,
I need to get the text of the textbox (ScrolledText) by pressing the "Find" button. At the moment the command print the text entered but I ne..... More
|
|
|
| some advice |
|
Posted by: garikhgh0 - Feb-28-2018, 06:48 AM - Forum: GUI
- Replies (2)
|
 |
Hi. please advice me which widgets to use tkinter or PyQt for creating applications for windows. in the application must be used some data tables, but..... More
|
|
|
| Get Data from QComboBox |
|
Posted by: Ferris - Feb-28-2018, 04:59 AM - Forum: GUI
- No Replies
|
 |
Good day to everyone!
How can I get value of QComboBox? Cause from currentText() I only get my first value. In the internet i found examples where va..... More
|
|
|
| Program excercise |
|
Posted by: SushiRolz - Feb-28-2018, 12:43 AM - Forum: Homework
- Replies (1)
|
 |
Write a program that draws a house by printing characters to the screen. This program should have main, PrintGround, PrintRoof, and PrintWall function..... More
|
|
|
| Homework help? |
|
Posted by: manualbeatdrop - Feb-27-2018, 08:51 PM - Forum: Homework
- Replies (1)
|
 |
Hiya guys. I'm a noob and really need some help. So I was told to code something in python ver.3.4.1 and basically you input an age (12-18) and It the..... More
|
|
|
|