| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,261
» Latest member: SledgeNE
» Forum threads: 38,787
» Forum posts: 175,849
Full Statistics
|
| Online Users |
There are currently 48 online users. » 0 Member(s) | 40 Guest(s) Internet Archive, Bing, Applebot, Google, Mojeek, Facebook, AOL
|
|
|
| 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
|
|
|
| type error array |
|
Posted by: BrianPA - Jan-17-2021, 02:01 AM - Forum: Data Science
- Replies (2)
|
 |
I have a numpy 2darray called d5. I'm trying to get values from row#1 [0]. and I'm comparing them with values from row#2 [1]. If values from row#2 ..... More
|
|
|
| RaspPi and 3.9 |
|
Posted by: supuflounder - Jan-16-2021, 08:11 AM - Forum: General Coding Help
- Replies (1)
|
 |
I have a RasPi 400, and wanted to upgrade it from Python 2.7.16, but I can't find a version to download. Am I missing something, or is there not a ver..... More
|
|
|
|