| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 91 online users. » 0 Member(s) | 85 Guest(s) Google, AOL, Mojeek, Applebot
|
| Latest Threads |
iBolt Cyber Hacker Recove...
Forum: General Coding Help
Last Post: MattCarters
37 minutes ago
» Replies: 0
» Views: 2
|
data fetching for indian ...
Forum: General Coding Help
Last Post: drakhsin
9 hours ago
» Replies: 0
» Views: 39
|
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Yesterday, 08:30 PM
» Replies: 0
» Views: 37
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:15 AM
» Replies: 4
» Views: 1,469
|
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 122
|
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 49
|
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,042
|
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,292
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 344
|
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 184
|
|
|
| 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
|
|
|
| Hover event |
|
Posted by: DT2000 - Apr-12-2020, 07:16 AM - Forum: GUI
- Replies (9)
|
 |
Good morning all, I have been reading a lot of different threads on various sites for information on how to make a simple hover routine for when a mou..... More
|
|
|
| Array Dimensions - NEWBIE |
|
Posted by: willowman - Apr-12-2020, 06:54 AM - Forum: Homework
- Replies (2)
|
 |
Hi all,
I'm looking at a problem in structural dynamics. I need to do a what I thought would be a fairly simple calculation of a 3x3 array transpo..... More
|
|
|
| Turtle fillcolor? |
|
Posted by: bobgardner - Apr-12-2020, 04:32 AM - Forum: GUI
- Replies (2)
|
 |
Hello turtle experts and maintainers. I think the turtle is always black? Is there a way to change the turtle fill color? I have a proj using turtle t..... More
|
|
|
|