Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,526
» Latest member: byrdlinda
» Forum threads: 38,660
» Forum posts: 175,188
Full Statistics
|
Online Users |
There are currently 326 online users. » 3 Member(s) | 316 Guest(s) Applebot, Bing, AOL, Baidu, Google, byrdlinda, Axel_Erfurt, snippsat
|
Latest Threads |
Convert .pdf to .txt
Forum: General Coding Help
Last Post: byrdlinda
3 minutes ago
» Replies: 8
» Views: 359
|
Qt Event Filtering
Forum: GUI
Last Post: Axel_Erfurt
3 minutes ago
» Replies: 1
» Views: 20
|
Trouble Importing cell2lo...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 04:00 PM
» Replies: 3
» Views: 224
|
Why is bool() an instance...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 02:41 AM
» Replies: 5
» Views: 227
|
[SOLVED] Why does regex f...
Forum: General Coding Help
Last Post: Pedroski55
Jul-11-2025, 11:52 PM
» Replies: 7
» Views: 3,980
|
Custom Sorting List of Di...
Forum: Homework
Last Post: Larz60+
Jul-11-2025, 03:34 PM
» Replies: 1
» Views: 141
|
Coding Standards
Forum: General Coding Help
Last Post: snippsat
Jul-11-2025, 01:12 PM
» Replies: 2
» Views: 221
|
Make code run faster: poi...
Forum: General Coding Help
Last Post: FrankBuckland
Jul-11-2025, 07:24 AM
» Replies: 3
» Views: 763
|
Cleaning my code to make ...
Forum: General Coding Help
Last Post: FrankBuckland
Jul-11-2025, 07:20 AM
» Replies: 14
» Views: 4,340
|
Data cleaning help
Forum: General Coding Help
Last Post: FrankBuckland
Jul-11-2025, 07:18 AM
» Replies: 2
» Views: 2,915
|
|
|
CPU vs GPU |
Posted by: astral_travel - Nov-24-2022, 11:26 PM - Forum: General Coding Help
- Replies (10)
|
 |
hi,
okay so i understood that the GPU can also compute parallel and is also suitable for that,
i understood there's a software called CUDA that make..... More
|
|
|
while loops |
Posted by: CJM125 - Nov-24-2022, 10:08 PM - Forum: Homework
- Replies (4)
|
 |
I'm completely new to Python and coding in general. I've been asked to write a program that always asks the user to enter a number. When the user ente..... More
|
|
|
Updating tkinter text |
Posted by: BliepMonster - Nov-24-2022, 03:40 PM - Forum: GUI
- Replies (5)
|
 |
Is there any possible way to update the canvas text with the tkinter canvas? I have a variable with the number that has to keep updating and a variabl..... More
|
|
|
'NoneType' error |
Posted by: YL1985 - Nov-24-2022, 02:14 AM - Forum: General Coding Help
- Replies (9)
|
 |
Hello, quite new to Python and would be happy for some help with an exercise I'm working on.
I'm trying to write a tip with $ and % signs and get ans..... More
|
|
|
Length of rows |
Posted by: Krissstian - Nov-23-2022, 03:03 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hi,
How can I determine number of a value occur in a column from an sql db?
[python]con = pymysql.connect(host='localhost', user='root', password='*..... More
|
|
|
Openpyxl make LineChart |
Posted by: SamLiu - Nov-22-2022, 06:54 AM - Forum: General Coding Help
- No Replies
|
 |
Hi all,
I want to use openpyxl make LineChart as Line with markers style.
when run code get new chart need to modify Horizontal axis crosses-->Axis ..... More
|
|
|
stock trading GUI |
Posted by: astral_travel - Nov-21-2022, 09:37 PM - Forum: GUI
- Replies (1)
|
 |
how can i make something like the application in the attached picture ? (style wise)
the chart and the features around it has to be interactive........ More
Attached Files
Thumbnail(s)
|
|
|
Add buttons to StackLayout after 'Enter' |
Posted by: Sosik1993 - Nov-21-2022, 01:37 PM - Forum: GUI
- No Replies
|
 |
Hi! I'm beginner in Python.
I want to add buttons to Wyniki(StackLayout) when I write something in TextInput and click Enter. I have written a progra..... More
Attached Files
Thumbnail(s)
|
|
|
animating 2d heat map |
Posted by: schniefen - Nov-20-2022, 10:00 PM - Forum: Homework
- No Replies
|
 |
Consider the following heat map:
[python]
from scipy import special
import numpy as np
import matplotlib.pyplot as plt
u0=200
r0x=25
r0y=25..... More
Attached Files
Thumbnail(s)
|
|
|
|