Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,443
» Latest member: anaconda99
» Forum threads: 38,555
» Forum posts: 174,705
Full Statistics
|
Online Users |
There are currently 500 online users. » 3 Member(s) | 492 Guest(s) Yandex, Bing, Google, Applebot, Pedroski55, menator01, Dimon
|
|
|
integrating plot to box |
Posted by: zapad - Apr-13-2024, 01:57 PM - Forum: GUI
- Replies (5)
|
 |
Good morning
I am meeting a problem in integrating a matplotlib graph into a tkinter gui:
The program works ok ,but it only appears in the shell co..... More
|
|
|
looking for feedback |
Posted by: Luckyoz - Apr-12-2024, 07:57 AM - Forum: Homework
- Replies (4)
|
 |
Note : its my first program in python (i used to script for roblox games in lua)
[python]
menu = {}
menu["sandwich"] = 20;
menu["burger"] = 25;..... More
|
|
|
cmd terminal |
Posted by: Raysz - Apr-11-2024, 07:28 PM - Forum: General Coding Help
- Replies (6)
|
 |
So I have the simple program
that I made in Python tkinter
It opens up a cmd window and executes sfc /scannow
What I'm trying to figure out is ..... More
|
|
|
Plot several graphs in one plot |
Posted by: Ferdiss - Apr-11-2024, 03:37 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hi,
I will use an easy example to ask my question:
time1=[1,2,3,4,5,6] (sek)
time2=[0.5,2,5,6,7.5,8.6,10] (sek)
y1=[20,40,60,80,90,100] (N)..... More
|
|
|
please help |
Posted by: natalie321 - Apr-10-2024, 03:51 AM - Forum: General Coding Help
- Replies (7)
|
 |
I'm working on a Python script to parse a large CSV file and extract specific data, but I'm encountering performance issues. Here's a simplified versi..... More
|
|
|
|