Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Movie Search
Post: RE: Movie Search

(Sep-07-2023, 04:36 AM)menator01 Wrote: I've finished the movie search script. Still a little ruff around the edges but, works. I had trouble placing text in the textbox so I went with using a frame...
EdwardMatthew Code sharing 4 1,852 Jan-24-2024, 12:29 PM
    Thread: Transparent window background, but not text on it
Post: RE: Transparent window background, but not text on...

(Jul-01-2023, 03:53 AM)muzicman0 Wrote: I'm fairly new (or at least inexperienced) with Python, and this is the first project where I am trying to make a GUI. What I am trying to accomplish is a wi...
EdwardMatthew GUI 7 2,995 Jan-23-2024, 01:46 PM
    Thread: Face recognition system with return hostel form
Post: RE: Face recognition system with return hostel for...

Working on an overnight return form system with face recognition for your FYP sounds cool! I noticed you're having issues with the Take Image, Save Image, and Face Recognition buttons. Can you please ...
EdwardMatthew Homework 3 596 Jan-23-2024, 01:36 PM
    Thread: SendKeys not working
Post: RE: SendKeys not working

If the keys are not working and as you have said you have downloaded the codes online I think you should find some new keys for this.
EdwardMatthew General Coding Help 4 524 Jan-16-2024, 12:07 PM
    Thread: I want to add a bullet function to my game. how would i go about it?
Post: RE: I want to add a bullet function to my game. ho...

(Jan-02-2024, 05:23 PM)Iyjja Wrote: I'm relatively new to Python and I'm currently following a tutorial for a fighting game in Pygame, but I want to add my own changes and additions. I'm trying to a...
EdwardMatthew Game Development 5 1,039 Jan-08-2024, 02:01 PM
    Thread: Writing a Linear Search algorithm - malformed string representation
Post: RE: Writing a Linear Search algorithm - malformed ...

(Jan-08-2024, 01:28 PM)Drone4four Wrote: I am writing a linear search algorithm. I've got the main logic under my belt but it's the string representation that I haven't got right. Below is my script...
EdwardMatthew General Coding Help 10 1,046 Jan-08-2024, 01:55 PM
    Thread: looking for a math function
Post: RE: looking for a math function

Embrace the sqrt() function in math for calculating cube roots, breaking free from the square-root norm. Just as languages vary, transcend the linguistic stereotype by celebrating your unique multilin...
EdwardMatthew News and Discussions 10 1,209 Dec-06-2023, 02:07 PM
    Thread: Program to encrypt/decrypt file
Post: RE: Program to encrypt/decrypt file

Your dedication to cybersecurity and the completion of your first Python program is impressive! Your commitment to learning encryption methods is commendable, and I'm glad the information provided has...
EdwardMatthew Code sharing 2 1,105 Dec-06-2023, 02:03 PM
    Thread: Can someone help me solve this programming problem?
Post: RE: Can someone help me solve this programming pro...

def find_peaks_troughs(values): if not values: return "No values provided" # Initialize the first peak and trough peak = trough = values[0] peaks = [] troughs = [] is_...
EdwardMatthew General Coding Help 6 972 Nov-20-2023, 10:01 AM
    Thread: hi need help to make this code work correctly
Post: RE: hi need help to make this code work correctly

# Define the name name = "ATUL" # Greet the user print("Hello, " + name) # Ask the user for a number and find the corresponding letter number = int(input("Enter the number to find the letter's posit...
EdwardMatthew General Coding Help 5 840 Nov-20-2023, 09:57 AM
    Thread: New Users Introduce Yourself
Post: RE: New Users Introduce Yourself

Hello Everyone! Hope you all are doing amazing and having a great day just joined this forum, My name is Edward and I'm an engineer it would be so great if I could help people in this forum with their...
EdwardMatthew Bar 431 233,349 Nov-16-2023, 07:33 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020