| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,264
» Latest member: pas88
» Forum threads: 38,787
» Forum posts: 175,849
Full Statistics
|
| Online Users |
There are currently 37 online users. » 0 Member(s) | 33 Guest(s) Bing, Google, Mojeek, AOL
|
| Latest Threads |
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 04:07 PM
» Replies: 2
» Views: 98
|
PermissionError: [Errno 1...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:42 PM
» Replies: 1
» Views: 67
|
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 01:54 PM
» Replies: 1
» Views: 64
|
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Yesterday, 01:00 PM
» Replies: 5
» Views: 317
|
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 46
|
PyQt6 QWidgets and system...
Forum: GUI
Last Post: stevecoh1
Nov-14-2025, 06:38 PM
» Replies: 0
» Views: 78
|
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 270
|
Please guide me to comple...
Forum: General Coding Help
Last Post: Larz60+
Nov-14-2025, 03:33 PM
» Replies: 3
» Views: 145
|
New to python and coding
Forum: Homework
Last Post: jefsummers
Nov-13-2025, 07:58 PM
» Replies: 6
» Views: 243
|
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
Nov-13-2025, 11:52 AM
» Replies: 6
» Views: 428
|
|
|
| Program fishstore() |
|
Posted by: Truman - Jan-11-2018, 11:27 PM - Forum: Homework
- Replies (2)
|
 |
my assignment is:
create and test fishstore()
fishstore returns a string in sentence form
gather input to fish_entry and price_entry to use in calling..... More
|
|
|
| sorting a 2 dimensional array |
|
Posted by: MDB - Jan-11-2018, 12:44 PM - Forum: General Coding Help
- Replies (1)
|
 |
Hey Folks,
i want to sort an array by numbers, like this array for example
[python][['B', '-50', '-30', '-8', '1000'],
['T', '-60',..... More
|
|
|
| Need to find a mistake in my code |
|
Posted by: boris602 - Jan-11-2018, 12:26 PM - Forum: General Coding Help
- Replies (3)
|
 |
[python]A=Matrix([[1,2,0],[4,5,0],[7,8,9]]);A
def Kostenmatrix(A):
C=Matrix(A.nrows(),[])
for i in range(0.A.nrows()):
for j in ra..... More
|
|
|
| Code help! |
|
Posted by: aka2d7 - Jan-11-2018, 01:29 AM - Forum: Homework
- Replies (7)
|
 |
Hello Gurus,
I need some help with this experience that can help direct me to completing this exercise, however I need someone that can help me reall..... More
|
|
|
|