| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,300
» Latest member: hezalin
» Forum threads: 38,796
» Forum posts: 175,901
Full Statistics
|
| Online Users |
There are currently 74 online users. » 0 Member(s) | 72 Guest(s) Google, Bing
|
|
|
| Basic List Issue |
|
Posted by: rogueakula - May-18-2019, 03:23 PM - Forum: General Coding Help
- Replies (1)
|
 |
So I understand that there are better ways of doing this. I figuered out a couple ways but I am still perplexed as to why this didn't work. I am getti..... More
|
|
|
| how do I install pyqt 5? |
|
Posted by: kris2peyu - May-18-2019, 02:48 PM - Forum: GUI
- Replies (1)
|
 |
I'm currently on version 3.6
I tried the pip3 install PyQt5
It gives the error:
IndentationError: unexpected indent
|
|
|
| Catching Errors |
|
Posted by: Alienspecimen - May-18-2019, 02:39 PM - Forum: General Coding Help
- Replies (1)
|
 |
I am learning about try/catch mechanism and do not understand how the following program works:
[python]
import random
def test2():
i = input..... More
|
|
|
| Result not change using Tkinter |
|
Posted by: cmala - May-17-2019, 01:08 AM - Forum: GUI
- Replies (2)
|
 |
Hello,
can someone help me? my problem is when I build my own prototype using Tkinter, the result is the same. But when I run my coding using Jupy..... More
|
|
|
| Dynamic graph matplotlib |
|
Posted by: quant7 - May-16-2019, 11:15 PM - Forum: GUI
- Replies (1)
|
 |
I draw a lot of data in matplotlib. So I want to make a widget that adjusts the scale horizontally with automatic adjustment vertically.
And after ad..... More
|
|
|
| Scaling elements of marix. |
|
Posted by: pawlo392 - May-16-2019, 09:49 PM - Forum: Homework
- Replies (1)
|
 |
I have a matrix 682x10 and I have problem with one task. I want to do for each j-column Xj=(Xj-min(Xj))/(max(Xj)-min(Xj)). Of course, I know how to do..... More
|
|
|
| counting spaces |
|
Posted by: tofif - May-16-2019, 08:16 PM - Forum: Homework
- Replies (4)
|
 |
Greetings everybody,
First off, I'm a 71 year old retired male at home trying to learn python. No schools involved. I just thought this was the best ..... More
|
|
|
|