Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 35 online users. » 0 Member(s) | 30 Guest(s) Bing, AOL, Google, Apple
|
Latest Threads |
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
1 hour ago
» Replies: 6
» Views: 647
|
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
8 hours ago
» Replies: 2
» Views: 360
|
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Yesterday, 11:25 AM
» Replies: 7
» Views: 1,646
|
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Yesterday, 11:16 AM
» Replies: 4
» Views: 15,577
|
New to the field
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 08:15 AM
» Replies: 1
» Views: 296
|
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:34 AM
» Replies: 1
» Views: 335
|
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Sep-13-2025, 06:11 AM
» Replies: 5
» Views: 1,419
|
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,387
|
Python and excel vba codi...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-12-2025, 11:09 AM
» Replies: 2
» Views: 1,109
|
Web Scrapper to find prov...
Forum: General Coding Help
Last Post: Olivia
Sep-12-2025, 08:36 AM
» Replies: 1
» Views: 2,349
|
|
|
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
|
|
|
|