Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,981
» Latest member: Dichaelmag
» Forum threads: 38,733
» Forum posts: 175,565
Full Statistics
|
Online Users |
There are currently 53 online users. » 0 Member(s) | 50 Guest(s) Bing, AOL, Google
|
Latest Threads |
LhanePulse
Forum: General Coding Help
Last Post: Dichaelmag
30 minutes ago
» Replies: 0
» Views: 16
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
5 hours ago
» Replies: 4
» Views: 1,987
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 409
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,043
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,100
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 769
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,074
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,518
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,094
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,554
|
|
|
Coding on Spyder problem |
Posted by: Frank1905 - May-04-2019, 06:27 PM - Forum: News and Discussions
- No Replies
|
 |
Hi,
I've just started studying Python and my professor suggested me to use Spyder as IDE.
I found 2 existing versions of Spyder: Spyder and Spyder3.
W..... More
|
|
|
Keras Target Problem |
Posted by: inco - May-04-2019, 04:39 PM - Forum: Data Science
- Replies (1)
|
 |
The train data: 897 ndarrays (5,1980 - float64) between 0-1. The labels are binary, 0 or 1.
[python]
trainX.shape
Out[4]: (897, 5, 1980)
trainY.shape
..... More
|
|
|
Can't load a png image tkinter |
Posted by: Pythenx - May-04-2019, 11:24 AM - Forum: GUI
- Replies (2)
|
 |
I don't get any errors, but the image just won't show up. It just shows a blank window with canvas.
[python]
from tkinter import *
root = Tk(..... More
|
|
|
Data saving structure |
Posted by: JosefFilosopio - May-04-2019, 10:44 AM - Forum: Data Science
- No Replies
|
 |
Dear forum users,
For a project I want to save data to a file. There will be certain parts of the screen. When the system detects something in that..... More
|
|
|
Inverse of singular matrix |
Posted by: Divanova94 - May-04-2019, 10:12 AM - Forum: Data Science
- Replies (4)
|
 |
How one can invert this singular matrix?
[python]
m1 = [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0], [1, 0, 0, 0, 0, 0, 0, 0, 0, ..... More
|
|
|
Reading one value from an array in reverse |
Posted by: DreamingInsanity - May-03-2019, 05:50 PM - Forum: General Coding Help
- Replies (10)
|
 |
Take this array: [[100, 200, 0], [100, 300, 1], [100, 400, 2]]
It can be split into three things: [position1, position2, message]
I can reverse the ..... More
|
|
|
Convert C code to python |
Posted by: mcvta - May-03-2019, 03:50 PM - Forum: Homework
- Replies (3)
|
 |
The following C code is used to stabilize temperature profiles in lakes, and I´m trying to convert it to python, but there is something wrong with my ..... More
|
|
|
SQL module selection |
Posted by: Nuzvee - May-03-2019, 12:00 PM - Forum: General Coding Help
- No Replies
|
 |
Hi,
I need help since i can't manage to make a decision since it will end up being a pretty uninformed selection.
I have written an extensive sc..... More
|
|
|
|