Как написать свой меню пуск, какая для этого нужна библиотека Python? [closed]
Closed 18 mins ago.
ImportError: cannot import name ‘get_nearest_node’ from ‘osmnx.distance’
I am a complete novice to Python but I need it for a project.
I am trying to get MaaSSim running but I get stuck right in the beginning following this directions. I can download the git repository, I downloaded osmnx (and it works) but then I get stuck.. Would someone be able to help me in this matter?
how to send audio data to microphone?
from pygame._sdl2.audio import get_audio_device_names from pygame import mixer import pygame import keyboard import time pygame.mixer.init() def list_devices(): return get_audio_device_names(True) def play(device, mp3file): mixer.init(devicename = device) mixer.music.load(mp3file) mixer.music.play() print(f”Playing: {mp3file} to {device}”) while mixer.music.get_busy() and keyboard.is_pressed(‘escape’) == False: time.sleep(0.1) def soundboard(device): while not keyboard.is_pressed(“escape”): if keyboard.is_pressed(“ctrl+s”): play(device, “test2.mp3″) time.sleep(0.1) if __name__==”__main__”: for dev in list_devices(): print(dev) […]
Error On Unused Addition With Random Attached
So today I was doing a Python test which envolved encryption, I did some debugging. None of it worked though. Can you guys help me? This is the whole piece:
displaying CT image in 3 views (sagittal, coronal, axial)
I am beginner in Python. I want to display the CT images in three views: sagittal, axial and coronal. Using examples and sample codes I searched, I wrote the below code, But I have two problems:
1- With this code, sagittal and coronal images are displayed rotated.
2- It shows only one slice and I want it to show all slices.
can you help me?
thanks a lot
necesito ayuda con esto
here I share an error or well, I don’t know if it is an error that when I try to do something as simple as print (“hello”) the code does not execute, I am new, can someone please help me and I have searched for thousands of help and I can’t find anything to someone solve this problem for me here]enter image description here