| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,257
» Latest member: Bamboo
» Forum threads: 38,782
» Forum posts: 175,835
Full Statistics
|
| Online Users |
There are currently 37 online users. » 1 Member(s) | 34 Guest(s) Google, buran
|
|
|
| GridBagSizer |
|
Posted by: menator01 - Apr-03-2021, 04:49 PM - Forum: GUI
- Replies (3)
|
 |
I'm trying place a wx.PaintDC object inside a cell for the GridBagSizer.
I don't understand why it doesn't show.
I can use a Boxsizer and it will sh..... More
|
|
|
| lists |
|
Posted by: JimLake - Apr-03-2021, 01:59 AM - Forum: General Coding Help
- Replies (10)
|
 |
Please tell me the difference between this:
for x,y,radius in circles: and this:
for x,y,radius in circles[0]: a..... More
|
|
|
| Recommendations for LinkedIn |
|
Posted by: metulburr - Apr-02-2021, 03:40 PM - Forum: Bar
- Replies (8)
|
 |
I was wondering if anyone with a linkedin account and willing would add reputation to any skills for job hunting.
I think I want to get back into I..... More
|
|
|
| canvas widget scroll issue |
|
Posted by: chrisdb - Apr-02-2021, 01:02 PM - Forum: GUI
- Replies (2)
|
 |
Hi,
I have a canvas inside a frame that contains 3 entry widgets, but for some reason ,when I scroll up, the widgets move down, althoug there is no..... More
|
|
|
| Boot prompt and OS |
|
Posted by: Adrian_L - Apr-01-2021, 11:50 PM - Forum: Code sharing
- Replies (2)
|
 |
boot prompt:
[python]import time
import random
import os
for x in range(90):
print("")
while True:
user = input('boot from: ')
..... More
|
|
|
| dictionary question |
|
Posted by: stereokim123 - Apr-01-2021, 08:52 PM - Forum: Homework
- Replies (2)
|
 |
Hi I'm currently learning the basic python course, dictionary.
Item = {‘Apple’ : 10, ‘Banna’ : {‘Apple’ : 5, ‘Banna’ : 20}} here is the code that is ..... More
|
|
|
| wxPython |
|
Posted by: menator01 - Apr-01-2021, 06:51 PM - Forum: Code sharing
- Replies (1)
|
 |
Thought I would try my luck at doing a simple yahtzee in wxpython. Just wanted to share what I have gotten done so far. It is not complete. Only have ..... More
|
|
|
| Request Headers (scheme) |
|
Posted by: JohnnyCoffee - Mar-31-2021, 09:17 PM - Forum: General Coding Help
- No Replies
|
 |
I'm doing tests to structure an http server, initially I use a socket to plug it in (client.side X server.side) this I do without problems, see the co..... More
|
|
|
|