Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 327 online users. » 0 Member(s) | 323 Guest(s) Bing, Google, Baidu, Yandex
|
Latest Threads |
replace or remove text fr...
Forum: General Coding Help
Last Post: Curbie
10 hours ago
» Replies: 13
» Views: 415
|
locating a pushbutton py ...
Forum: GUI
Last Post: deanhystad
10 hours ago
» Replies: 2
» Views: 91
|
Difference and meaning in...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 03:41 PM
» Replies: 4
» Views: 134
|
While loop is terminating...
Forum: Homework
Last Post: Gribouillis
Yesterday, 06:19 AM
» Replies: 1
» Views: 102
|
How to put my game loop i...
Forum: Game Development
Last Post: Thatedge
Jun-28-2025, 08:36 AM
» Replies: 10
» Views: 3,121
|
2D-Cube-Tic-Tac-Toe
Forum: Game Development
Last Post: Thatedge
Jun-28-2025, 08:35 AM
» Replies: 2
» Views: 1,902
|
Unable to install pygame ...
Forum: Game Development
Last Post: Plyth
Jun-28-2025, 03:54 AM
» Replies: 3
» Views: 2,132
|
List[] in Python needs so...
Forum: Game Development
Last Post: DeaD_EyE
Jun-27-2025, 01:32 PM
» Replies: 3
» Views: 390
|
Web scraping confusion
Forum: Web Scraping & Web Development
Last Post: AlluminumFoil
Jun-27-2025, 11:05 AM
» Replies: 4
» Views: 1,914
|
Problem Converting Tradin...
Forum: General Coding Help
Last Post: wallneradam
Jun-27-2025, 07:29 AM
» Replies: 2
» Views: 2,835
|
|
|
Python Tkinter GUI |
Posted by: EvilTeliportist - Aug-10-2017, 05:38 PM - Forum: Code sharing
- No Replies
|
 |
Hi. Im trying to make a quick game that should be very simple, but I'm currently struggling. The goal is to have 3 Spinbox's that can't go lower than ..... More
|
|
|
MIDI Inputs |
Posted by: NightPython42 - Aug-10-2017, 01:48 PM - Forum: General Coding Help
- Replies (3)
|
 |
I want to work on piano writing, which is pretty much turning a live input into a letter, and I can't figure out how to get a midi input into Python t..... More
|
|
|
For Loop Help |
Posted by: tjmck2 - Aug-09-2017, 11:56 AM - Forum: General Coding Help
- Replies (3)
|
 |
Lets just assume the code below can't be altered. Can someone please explain to me the (last_index, -1, -1): part? I understand for i in range (last..... More
|
|
|
Magic Square Puzzle |
Posted by: Harnick - Aug-09-2017, 10:44 AM - Forum: Homework
- Replies (1)
|
 |
my question here
Hi I'm new to python and i have been tasked with creating a magic square puzzle. However the inputs for the magic square puzzle have..... More
|
|
|
SIG_DFL handling |
Posted by: rr326 - Aug-08-2017, 05:56 PM - Forum: General Coding Help
- No Replies
|
 |
I have a question on what happens when a signal (eg: SIGTERM) has the default signal handler (SIG_DFL)
Situation: I want to add my own *additional*..... More
|
|
|
Error messages |
Posted by: fletch - Aug-08-2017, 10:25 AM - Forum: Homework
- Replies (3)
|
 |
I was wonder whether anyone would be able to explain each line of the following python error message. Thanks
[error]Traceback (most recent call las..... More
|
|
|
Case Sensitivity |
Posted by: deivisk - Aug-08-2017, 09:45 AM - Forum: General Coding Help
- Replies (4)
|
 |
Hello, this is my first post. I'm a complete newbie in coding and I ran into a brick wall. I need to make the comparison between two lists case insens..... More
|
|
|
Log process |
Posted by: besogon - Aug-08-2017, 03:31 AM - Forum: General Coding Help
- Replies (1)
|
 |
Hello,
I have a log that looks something like like this:
[b]Field1=Value1, Field=Value2, Field3=Value3, Field4=Value4
Field1a=Value1a, Field2a=Va..... More
|
|
|
DataFrame Assignment |
Posted by: ian - Aug-08-2017, 01:10 AM - Forum: Data Science
- Replies (1)
|
 |
I get a dataframe to df1 and assign it to df2 to keep a copy.
Not sure why but when df1 is changed, df2 is also changed.
Is there a way to save an..... More
|
|
|
|