Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,945
» Latest member: susan
» Forum threads: 38,725
» Forum posts: 175,521
Full Statistics
|
Online Users |
There are currently 68 online users. » 2 Member(s) | 60 Guest(s) Bing, Google, AOL, Applebot, AOL, compuman145, snippsat
|
Latest Threads |
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Less than 1 minute ago
» Replies: 0
» Views: 1
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: susan
1 hour ago
» Replies: 4
» Views: 9,077
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
5 hours ago
» Replies: 2
» Views: 413
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
6 hours ago
» Replies: 0
» Views: 63
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:56 PM
» Replies: 9
» Views: 557
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,778
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,096
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,456
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,019
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,768
|
|
|
Multi-pop using different loops |
Posted by: leoahum - Jan-12-2021, 08:28 AM - Forum: General Coding Help
- Replies (6)
|
 |
I'm doing a multi-pop function as following. The goal is to remove the first few elements in a list. For instance, if I have [1,2,3,4,5,6,7,8,9] and s..... More
|
|
|
pyqt5 layout |
Posted by: Nickd12 - Jan-12-2021, 03:06 AM - Forum: GUI
- Replies (8)
|
 |
for anyone that knows about pyqt5 how can i set my BuildDateTime class in a box to group it together then place it in the Qmainwindow the window class..... More
|
|
|
Numpy array |
Posted by: BrianPA - Jan-11-2021, 10:48 PM - Forum: Data Science
- Replies (13)
|
 |
Please excuse my ignorance, just trying to learn. This is my first attempt at writing a program myself. I'm self taught through courses on the web. ..... More
|
|
|
pyqt5 |
Posted by: Nickd12 - Jan-11-2021, 10:18 PM - Forum: GUI
- Replies (2)
|
 |
is there any way to use timer object to set text in pyqt5 with out creating another function to get the time to upsate or is there any alternative way..... More
|
|
|
How to use -> or |
Posted by: Flora_The_Pious - Jan-11-2021, 02:59 PM - Forum: General Coding Help
- Replies (4)
|
 |
Im trying to figure out why "1" get me out of the loop but "2" doesnt. (started learning coding 2 days ago.)
[python]num = input("answer:")
wh..... More
|
|
|
SVD Image Compression |
Posted by: Pythia8 - Jan-11-2021, 11:23 AM - Forum: Code sharing
- Replies (2)
|
 |
Uses singular value decomposition to compress an grayscale image by removing small singular values.
[python]import numpy as np
import scipy.misc as..... More
|
|
|
Gershgorin discs |
Posted by: Pythia8 - Jan-11-2021, 11:13 AM - Forum: Code sharing
- Replies (1)
|
 |
Showing how the Gershgorin discs coincide with the spectrum for a diagonal matrix. In the first image is the original matrix as the scaling factor p=1..... More
|
|
|
Delete Qt Layout manager |
Posted by: deanhystad - Jan-10-2021, 07:16 PM - Forum: GUI
- Replies (2)
|
 |
I cannot find a way to change the layout manager for a Qt widget. In the code below I first set the layout manager to a horizontal box layout and the..... More
|
|
|
Advantages of Pygame |
Posted by: BenBach18 - Jan-10-2021, 04:11 PM - Forum: Homework
- Replies (2)
|
 |
Hi guys,
I have a quick question. What are the concrete advantages of Pygame? I can't find anything concrete except that it's easy...
Would help ..... More
|
|
|
|