| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 34 online users. » 0 Member(s) | 31 Guest(s) AOL, Bing, Google
|
| Latest Threads |
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
6 hours ago
» Replies: 1
» Views: 70
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Yesterday, 06:47 PM
» Replies: 2
» Views: 146
|
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Yesterday, 04:13 PM
» Replies: 5
» Views: 3,074
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-17-2025, 10:27 PM
» Replies: 3
» Views: 204
|
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 188
|
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Nov-17-2025, 08:44 AM
» Replies: 2
» Views: 141
|
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 194
|
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 368
|
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 81
|
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 385
|
|
|
| looping with if/elif |
|
Posted by: cap510 - Sep-10-2020, 03:58 AM - Forum: Homework
- Replies (6)
|
 |
I'm not sure why this does not print grade value. I tried moving indent. I am trying to put grade after weighted average.
[python]students = ['Tony..... More
|
|
|
| nested looping with list |
|
Posted by: cap510 - Sep-09-2020, 09:02 PM - Forum: Homework
- Replies (2)
|
 |
I'm trying to compute weighted scores using a list. I am looping through a list of students, having user input scores. With scores, I am computing wei..... More
|
|
|
| mouse position |
|
Posted by: biprabu - Sep-09-2020, 05:20 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hi All,
I am new to python
How to get mouse position after click
Example
I clicked on the screen , outuput should show x and y cordinates whe..... More
|
|
|
| Ceaser cipher program |
|
Posted by: oli_action - Sep-09-2020, 09:36 AM - Forum: Homework
- Replies (5)
|
 |
Hi eveyone,
I'm currently working on a ceasar cipher project. I pretty much have the basic structure down and the program is able to auto-encrypt t..... More
|
|
|
| Syslog server |
|
Posted by: Fifoux082 - Sep-09-2020, 06:47 AM - Forum: General Coding Help
- Replies (5)
|
 |
Hi,
I am not a software devloper.
I started using Python to help me automate some tasks
I have logs forward from a syslog by udp (ip, port)
I want..... More
|
|
|
| adb commands |
|
Posted by: Nickd12 - Sep-09-2020, 02:51 AM - Forum: General Coding Help
- Replies (11)
|
 |
So I'm trying to run adb commands in python on Macbook I'm basically trying to run amazons fireTv commands. I can run the commands in my Mac terminal ..... More
|
|
|
| Simple game help |
|
Posted by: jarettday - Sep-07-2020, 09:43 PM - Forum: Game Development
- Replies (1)
|
 |
I'm trying to make a simple game in python.
[python]
import pygame
from pygame.locals import *
pygame.init()
width, height = 640, 480
screen=p..... More
|
|
|
|