Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 19,986
» Latest member: Tycho_2025
» Forum threads: 38,735
» Forum posts: 175,576
Full Statistics
|
Online Users |
There are currently 34 online users. » 0 Member(s) | 29 Guest(s) Applebot, Bing, Google, AOL
|
Latest Threads |
print does not open conso...
Forum: General Coding Help
Last Post: Tycho_2025
7 minutes ago
» Replies: 0
» Views: 3
|
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
1 hour ago
» Replies: 3
» Views: 2,515
|
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 2
» Views: 56
|
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
2 hours ago
» Replies: 6
» Views: 178
|
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,040
|
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 453
|
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,083
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,152
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 835
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,108
|
|
|
A sign-Reversal Puzzle |
Posted by: HY2000 - Dec-05-2019, 08:03 AM - Forum: Homework
- Replies (2)
|
 |
I am creating a sign-reversal puzzle. That should have a 6x6 array with an initial value given. Player need to choose a row to reverse the sign in eac..... More
|
|
|
Python Function Help |
Posted by: virajmehta - Dec-04-2019, 09:54 PM - Forum: Homework
- Replies (3)
|
 |
Hello all. I am new to Python and struggling with an assignment. Here is one of the problems below. I would appreciate any help as I am lost on how to..... More
|
|
|
Scientific Calculator |
Posted by: Spacecowboy - Dec-04-2019, 07:40 PM - Forum: Homework
- Replies (5)
|
 |
Hi,
Im new with coding and python and try to rebuild a scientific calculator.
I have the buttons and screen etc, but now i want to add commands to..... More
|
|
|
Tetris 2 |
Posted by: abscorpy - Dec-04-2019, 03:13 PM - Forum: Game Development
- Replies (1)
|
 |
[python]import pygame
import random
pygame.font.init()
#GLOBAL VARS
s_width = 800
s_height = 700
play_width = 300
play_height = 600
bloc..... More
|
|
|
pyromaniacs |
Posted by: Skaperen - Dec-04-2019, 08:20 AM - Forum: Bar
- Replies (1)
|
 |
should i register pyromaniacs.org? it appears to be available.
|
|
|
Moving object in 3d plot |
Posted by: jonathan2582 - Dec-03-2019, 09:09 PM - Forum: Homework
- Replies (1)
|
 |
Hi I'm having issues translating the cube in the graph. Any help will be appreciated. Here is the code:
[python]
from mpl_toolkits.mplot3d import Ax..... More
|
|
|
Help Grouping by Intervals on list |
Posted by: paul41 - Dec-03-2019, 07:02 PM - Forum: General Coding Help
- Replies (1)
|
 |
I am looking for a way to group a list of numbers into group of intervals and a count.
For example:
List = [1, 2, 3, 3.5, 3.6, 4, 5, 6, 7, 8, 9,..... More
|
|
|
|