Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 42 online users. » 0 Member(s) | 37 Guest(s) Bing, Applebot, Google, AOL
|
Latest Threads |
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: SpongeB0B
1 hour ago
» Replies: 2
» Views: 87
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Today, 03:05 AM
» Replies: 4
» Views: 2,019
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 429
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,072
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,131
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 799
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,089
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,537
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,123
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,580
|
|
|
Choice of GUI implementation |
Posted by: jefsummers - May-18-2019, 10:19 PM - Forum: GUI
- Replies (2)
|
 |
I do not want to start a religious war, just want to avoid a lot of time on the wrong path. I am new to Python but not to programming - this is somewh..... More
|
|
|
[matplotlib]Heatmap with Sliders |
Posted by: punksnotdead - May-18-2019, 09:57 PM - Forum: GUI
- Replies (1)
|
 |
Wondered if anyone can help. I'm a total newbie to python and banging my head off the wall on this one.
I have 2 sliders and a heatmap.
I'd like th..... More
|
|
|
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
|
|
|
|