Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 43 online users. » 0 Member(s) | 38 Guest(s) Bing, AOL, Applebot, Google
|
Latest Threads |
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
2 hours ago
» Replies: 10
» Views: 29,144
|
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:00 PM
» Replies: 4
» Views: 9,299
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Yesterday, 09:08 AM
» Replies: 0
» Views: 185
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Yesterday, 03:29 AM
» Replies: 2
» Views: 608
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 02:36 AM
» Replies: 0
» Views: 208
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 765
|
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,020
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,270
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,633
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,194
|
|
|
switch to python3 |
Posted by: Skaperen - Jul-03-2018, 12:55 AM - Forum: Code sharing
- No Replies
|
 |
[python]if bytes == str:
import os,sys
for p in os.environ.get('PATH','').split(':'):
if p and os.path.exists(p+'/python3'):
..... More
|
|
|
multiple hits ! |
Posted by: tyler - Jul-02-2018, 01:01 PM - Forum: Game Development
- Replies (7)
|
 |
im trying to get my aliens to get hit multiple times before dissapearing, i have given the aliens 2 hp and my bullet dmg is 1 so it should take two hi..... More
|
|
|
Frequency Reader? |
Posted by: mekha - Jul-02-2018, 12:11 PM - Forum: Data Science
- Replies (8)
|
 |
a sound is played in real time then in the window resulting a frequency number 188.000 Hz, 220.000 Hz, etc and keep goes on while the sound is still p..... More
|
|
|
Error? |
Posted by: juliabrushett - Jul-02-2018, 03:07 AM - Forum: Homework
- Replies (9)
|
 |
The object of my program is to calculate one side of a triangle using pythagorean theorem. I feel like my code should work, but I keep receiving this..... More
|
|
|
|