Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 69 online users. » 0 Member(s) | 64 Guest(s) Bing, AOL, Google, AOL, Mojeek
|
Latest Threads |
A Beacon of Hope on succe...
Forum: General Coding Help
Last Post: Wendycutler05
41 minutes ago
» Replies: 0
» Views: 15
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
2 hours ago
» Replies: 2
» Views: 365
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
3 hours ago
» Replies: 0
» Views: 30
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
8 hours ago
» Replies: 9
» Views: 510
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,717
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,055
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,409
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,961
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,722
|
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,795
|
|
|
Buttons don't work |
Posted by: Heyjoe - Jan-19-2021, 07:10 PM - Forum: GUI
- Replies (3)
|
 |
I wrote the following program because I am trying to understand TKinter and classes.
I want the code to print "blue square" when I click the blue..... More
|
|
|
What is the subscript error? |
Posted by: Oshadha - Jan-19-2021, 05:39 PM - Forum: GUI
- Replies (3)
|
 |
Really, Really long script,
[python]
from tkinter import *
main = Tk()
main.title("1. Unit & Dimentions")
#root.geometry("1600x800+0+0")
r..... More
|
|
|
Cut and Paste |
Posted by: Oshadha - Jan-19-2021, 09:34 AM - Forum: General Coding Help
- Replies (3)
|
 |
I have these folders,
my folder
~|--assets
~|~~~|--logo.ico
~|script.py
script.py and assets are in my folder
logo.ico is in assets folder...... More
|
|
|
While True Problem |
Posted by: StingingNeedles - Jan-19-2021, 02:56 AM - Forum: Homework
- Replies (8)
|
 |
I am new to python and I am trying some practice problems and I can get this one to work:
-Prompt user for an integer between 1 and 10 and re-prompt ..... More
|
|
|
Two numpy arrays |
Posted by: Sandra2312 - Jan-18-2021, 05:27 PM - Forum: General Coding Help
- Replies (1)
|
 |
I have two numpy arrays (3, n) which represent 3D coordinates.
I want to calculate the distance to every point in array B for each point in array A..... More
|
|
|
Animated scatter plot |
Posted by: maximan - Jan-18-2021, 02:51 PM - Forum: General Coding Help
- No Replies
|
 |
I try to get a animated scatter plot, in which a y value is plotted for every x, each second.
x = np.array(range(0,750))
y = np.array(np.random.ra..... More
|
|
|
help with PyAudio |
Posted by: Leo12143 - Jan-18-2021, 08:27 AM - Forum: General Coding Help
- Replies (1)
|
 |
Hello, i need help with pyaudio, i do everything i can, but my Pycharm dont let me install that import, so please help me
|
|
|
Plot Graph |
Posted by: quest_ - Jan-17-2021, 11:37 PM - Forum: General Coding Help
- Replies (2)
|
 |
I have 4 different value and I have 1 corresponding value for these 4 value
I mean,
When a, b, c, d = 0.1, 0.2, 0.3, 0.4 the corresponding G value ..... More
|
|
|
How to update widgets? |
Posted by: Oshadha - Jan-17-2021, 10:13 AM - Forum: GUI
- Replies (1)
|
 |
Script,
[python]
from tkinter import *
main = Tk()
main.title("1. Unit & Dimentions")
#root.geometry("1600x800+0+0")
#Var Details
length = ..... More
|
|
|
Top 3 students |
Posted by: banidjamali - Jan-17-2021, 09:08 AM - Forum: Homework
- Replies (4)
|
 |
Hello everyone. Hope you are all having a great time.
Here's a simple question:
There's a dictionary, and I want to extract the top 3 students f..... More
|
|
|
|