Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 40 online users. » 0 Member(s) | 34 Guest(s) Bing, Google, Apple, AOL, AOL
|
Latest Threads |
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
50 minutes ago
» Replies: 2
» Views: 719
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
7 hours ago
» Replies: 6
» Views: 752
|
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
8 hours ago
» Replies: 0
» Views: 70
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 470
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,849
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,249
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,816
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,225
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,177
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,481
|
|
|
NOI 2013 Q1 |
Posted by: smgfour - Apr-13-2020, 12:47 PM - Forum: Homework
- Replies (10)
|
 |
The question for this problem is below:
A scientist wants to study how the rising sea level changes the landscape, in particular, how it changes th..... More
|
|
|
Networking Help |
Posted by: iMuny - Apr-13-2020, 11:31 AM - Forum: Networking
- Replies (1)
|
 |
Hello everyone, i hope everyone is fine. This is not specifically a Python issue per se, however, I'm lacking a bit of networking understanding and am..... More
|
|
|
Powerball List |
Posted by: jackthechampion - Apr-13-2020, 07:13 AM - Forum: Homework
- Replies (1)
|
 |
So I need to make a power ball list heres the details
Write a program that simulates a mini game of powerball. In this game, a ticket consists of 3..... More
|
|
|
Repition structures? |
Posted by: Katididit - Apr-13-2020, 03:12 AM - Forum: Homework
- Replies (3)
|
 |
Hey all, I am trying to finish this code off, but I am stuck with how to add in if the T or S is false and also getting the loop to work properly with..... More
|
|
|
Simple time comparison |
Posted by: superwave33 - Apr-13-2020, 01:47 AM - Forum: Homework
- Replies (5)
|
 |
Hi,
I have been struggling with this for 2 days and can't seem to find the recipe.
I simply want to compare the current time with two time boun..... More
|
|
|
Help with sudoku |
Posted by: Mondata - Apr-12-2020, 07:00 PM - Forum: General Coding Help
- Replies (4)
|
 |
Just for learning purposes, I am trying to make a script that returns the candidates of every empty cell (I have just put 0) in a sudoku.
I just tr..... More
|
|
|
Arithmetic and python |
Posted by: pythonuser1 - Apr-12-2020, 06:05 PM - Forum: Homework
- Replies (1)
|
 |
Hello Guys,
I have a issue with this problem :
nbEleveEcole : number of students in the school. First input
nbClasse : number of classes. Secon..... More
|
|
|
Opening a file |
Posted by: amitsinbox - Apr-12-2020, 03:32 PM - Forum: General Coding Help
- Replies (6)
|
 |
when I am trying to open a file in pthton 3 jupytor notebook, I get following error: what wrong am I doing?
[python]file1=open("\C:\Users\Amit Kum..... More
|
|
|
Importing Dataset |
Posted by: PythonGainz - Apr-12-2020, 12:19 PM - Forum: Data Science
- Replies (1)
|
 |
Howdie!
Not sure if I can post this here, or if it belongs to data analysis.
So I'm importing a dataset and defining x and y.
Here's the code..... More
|
|
|
lHelp! Lists |
Posted by: bwdu - Apr-12-2020, 10:24 AM - Forum: General Coding Help
- Replies (1)
|
 |
[python]a = [(2, 5), (1, 2), (4, 4), (2, 3), (2, 1)]
lastelements = []
for i in range(len(a)):
for t in a[i]:
lastelements.append(t[..... More
|
|
|
Tkinter loops |
Posted by: mattemio - Apr-12-2020, 07:36 AM - Forum: GUI
- Replies (4)
|
 |
Hi guys!
I'm an absolute newbie in python.
I have this problem with tk inter:
[python]
class months():
def __init__ (self,name,days_of_the..... More
|
|
|
|