Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 696 online users. » 0 Member(s) | 691 Guest(s) Bing, Yandex, Google, Applebot
|
Latest Threads |
How can I write formatted...
Forum: General Coding Help
Last Post: hanmen9527
4 hours ago
» Replies: 13
» Views: 28,725
|
Copy the Contacts (member...
Forum: Web Scraping & Web Development
Last Post: RachelGregory
10 hours ago
» Replies: 2
» Views: 2,996
|
problems with netcdf if I...
Forum: General Coding Help
Last Post: vytlacfoto
11 hours ago
» Replies: 17
» Views: 1,404
|
How to attach images to a...
Forum: Board
Last Post: sethmike9
Yesterday, 04:08 AM
» Replies: 6
» Views: 8,888
|
How To Attach data Files
Forum: Board
Last Post: sethmike9
Yesterday, 04:05 AM
» Replies: 3
» Views: 4,153
|
Text frame
Forum: Homework
Last Post: Pedroski55
May-18-2025, 07:39 PM
» Replies: 2
» Views: 395
|
Python automation: Sendin...
Forum: General Coding Help
Last Post: olips784
May-18-2025, 06:28 PM
» Replies: 0
» Views: 189
|
class Blockage not projec...
Forum: General Coding Help
Last Post: deanhystad
May-15-2025, 04:32 PM
» Replies: 1
» Views: 304
|
Import vs from x import
Forum: General Coding Help
Last Post: snippsat
May-15-2025, 04:09 PM
» Replies: 1
» Views: 237
|
Trouble with Average Calc...
Forum: General Coding Help
Last Post: Pate
May-15-2025, 07:38 AM
» Replies: 4
» Views: 1,417
|
|
|
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)
|
|
|
|