| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,266
» Latest member: tlandr02
» Forum threads: 38,788
» Forum posts: 175,853
Full Statistics
|
| Online Users |
There are currently 33 online users. » 0 Member(s) | 26 Guest(s) Facebook Dev, Bing, Google, AOL
|
|
|
| PyAudio delay |
|
Posted by: hast - Jan-23-2018, 09:17 PM - Forum: General Coding Help
- Replies (1)
|
 |
So i'm currently making a voice assistant thingy as a school project and i have quite a problem with pyaudio.
[python]while True:
chunk = ..... More
|
|
|
| About Dialog in PyQt5 on macOS |
|
Posted by: cpuin - Jan-23-2018, 08:50 PM - Forum: GUI
- No Replies
|
 |
HI,
I can't find a way to make About to appear in the menu in macOS.
I want to implement About dialog, but in macOS there is a difference.
[p..... More
|
|
|
| Problem with Jupyter Notebook |
|
Posted by: Larz60+ - Jan-23-2018, 07:14 PM - Forum: Bar
- Replies (1)
|
 |
I'm preparing a python based HTML presentation with Jupyter Notebook.
I built my notebook using command line:
[python]jupyter notebook Presentation...... More
|
|
|
| Newbie question to use lambda on multiple columns of a dataframe |
|
Posted by: zydjohn - Jan-23-2018, 06:08 PM - Forum: General Coding Help
- No Replies
|
 |
[python]
data={'id': [0,1,2,3], 'A':[1.1, 1.2, 1.3, 1.4], 'B':[1.0, 1.1, 1.2, 1.3], 'C':[1.1, 1.1, 1.3, 1.3], 'D':[10.0, 20.0, 30.0, 40.0]}
df0=pd.D..... More
|
|
|
| curses string formats? |
|
Posted by: twotowers - Jan-22-2018, 11:27 PM - Forum: GUI
- Replies (2)
|
 |
Hello everyone!
I've been trying my hand at a simple curses GUI for a short program. I wanted the program to be able to respond to key presses with..... More
|
|
|
|