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 41 online users. » 1 Member(s) | 36 Guest(s) Bing, AOL, Google, AOL, deanhystad
|
Latest Threads |
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
3 minutes ago
» Replies: 8
» Views: 209
|
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
10 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: 45
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,426
|
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,189
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,702
|
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
|
|
|
Matplotlib |
Posted by: julienhofmann - Apr-04-2021, 07:07 PM - Forum: Homework
- Replies (4)
|
 |
Hi everyone,
I've created a code to run a 2D mapping using matplotlib from a .csv file.
I'd like to set the maximum color (red) of the scale as ..... More
|
|
|
Matplotlib scale |
Posted by: julienhofmann - Apr-04-2021, 08:50 AM - Forum: General Coding Help
- No Replies
|
 |
Hi everyone,
I've created a code to run a 2D mapping using matplotlib from a .csv file.
I've tried to set the maximum color (red) of the scale ..... More
|
|
|
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
|
|
|
|