Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 63 online users. » 0 Member(s) | 56 Guest(s) Bing, AOL, Google, Twitter
|
Latest Threads |
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: SpongeB0B
1 hour ago
» Replies: 0
» Views: 31
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
7 hours ago
» Replies: 4
» Views: 1,992
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 415
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,049
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,104
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 773
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,077
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,522
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,099
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,560
|
|
|
integer +-* interval |
Posted by: mcgrim - May-07-2019, 09:33 PM - Forum: Homework
- Replies (2)
|
 |
this changed version of my previous code should be able to sum, subtract and multiply
an interval with an integer or float, and the result should be ..... More
|
|
|
War game |
Posted by: Irhcsa - May-07-2019, 04:38 PM - Forum: General Coding Help
- Replies (5)
|
 |
Trying to finish my game of war card game. I am currently on the final step and need to have it keep score.
Can someone please guide me on how to c..... More
|
|
|
getting a word from a list |
Posted by: sheck33332 - May-07-2019, 12:32 PM - Forum: Homework
- Replies (2)
|
 |
I have to get a word which contains the longest word containing "e" from a list. how would I go about this a main function has not been provided. this..... More
|
|
|
complex numbers |
Posted by: mcgrim - May-07-2019, 12:27 PM - Forum: Data Science
- Replies (3)
|
 |
I am trying to come up with methods for addition and subtraction of complex numbers,
so that the print statement should generate something like
1+..... More
|
|
|
for question |
Posted by: turex - May-07-2019, 12:02 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hello guys, i have a noob question. Could you help me please ?
I would like to do when i press + key, my values should change respectively ? Tha..... More
|
|
|
list |
Posted by: ravioli2929 - May-07-2019, 10:41 AM - Forum: Homework
- Replies (3)
|
 |
Define the get_funny_average() function which is passed a list of numbers as a parameter and returns the average of some of the numbers in the paramet..... More
|
|
|
Regex Pattern |
Posted by: NewBeie - May-07-2019, 07:44 AM - Forum: General Coding Help
- Replies (5)
|
 |
Hi,
I have two patterns in my code, one to remove the first part of the string which is just garbage, the second is to remove extra newlines in the..... More
|
|
|
division error |
Posted by: mcgrim - May-06-2019, 09:25 PM - Forum: Data Science
- Replies (8)
|
 |
The following code
[python]
class interval:
def __init__(self,left,right):
self.right=right
self.left=left
def __add_..... More
|
|
|
display confusion |
Posted by: anfaenger - May-06-2019, 06:39 PM - Forum: GUI
- Replies (2)
|
 |
I simply cannot get the result displayed from the code below. Where do I go wrong?
[python]from tkinter import*
def kalkuliere():
result..... More
|
|
|
|