Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 69 online users. » 0 Member(s) | 60 Guest(s) Bing, AOL, Google, Applebot, Facebook Dev
|
Latest Threads |
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:00 PM
» Replies: 5
» Views: 9,231
|
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Yesterday, 09:08 AM
» Replies: 0
» Views: 124
|
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Yesterday, 03:29 AM
» Replies: 2
» Views: 532
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 02:36 AM
» Replies: 0
» Views: 157
|
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 689
|
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,928
|
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,201
|
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,566
|
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,139
|
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,872
|
|
|
aqurium control |
Posted by: trippyt - Jun-16-2018, 04:46 PM - Forum: General Coding Help
- Replies (1)
|
 |
ive made this script with alot of help, i wondered if there was a way to make the time settings adjustable via the lcd im using, just like you would ..... More
|
|
|
program wanted: diff that ignores numbers |
Posted by: Skaperen - Jun-16-2018, 02:05 AM - Forum: Bar
- No Replies
|
 |
i often need to see diffs of "log files" which are full of differences that are just differences of numbers that i usually don't care about. i have d..... More
|
|
|
ValueError in function |
Posted by: Tipillo - Jun-16-2018, 01:11 AM - Forum: Homework
- Replies (2)
|
 |
Hi, I would like to know how I can improve my function so that I do not trigger the ValueError exception when I do the following(its an implementation..... More
|
|
|
"Help me" questions |
Posted by: volcano63 - Jun-15-2018, 07:11 PM - Forum: Board
- Replies (11)
|
 |
I have a question to the forum moderation team. I am just puzzled by all those question with generic titles. Don't you have some mechanism to enforce ..... More
|
|
|
Craps game |
Posted by: katiannc - Jun-15-2018, 06:23 PM - Forum: Homework
- Replies (1)
|
 |
Hello I have tried to finish this python skeleton my professor gave and am having trouble doing so here is what I have so far
[python]
from random ..... More
|
|
|
How to use .get() for Entry? |
Posted by: Nwb - Jun-15-2018, 04:13 PM - Forum: GUI
- Replies (4)
|
 |
I tried a lot of stuff but I kept failing so I gave up.
Here is what I am having a problem with:
[python]
def SubmitCurrency(event):
CurrencyTak..... More
|
|
|
importing gym |
Posted by: Scott - Jun-15-2018, 08:50 AM - Forum: General Coding Help
- Replies (3)
|
 |
Hi everyone,
I did the pip install gym successfully in the anaconda prompt and now I am trying to run the following code in spyder and am getting a..... More
|
|
|
return Neural(params) |
Posted by: pythonbeginner - Jun-15-2018, 07:09 AM - Forum: Homework
- Replies (1)
|
 |
Hello,
When I run this code:
from neural import Neural
I get this Error:
ImportError: cannot import name 'Neural'
If I change the code:
from..... More
|
|
|
Problem with GUI |
Posted by: KostisPanagiotou - Jun-15-2018, 06:16 AM - Forum: GUI
- No Replies
|
 |
[python]import sqlite3
from Tkinter import *
import tkMessageBox
global selected_tuple
import time
class DB:
def __init__(self):
..... More
|
|
|
import |
Posted by: Skaperen - Jun-15-2018, 04:25 AM - Forum: News and Discussions
- Replies (6)
|
 |
how different is import from just reading some other file's lines of code at that point, besides the namespacing (which nilamo will i..... More
|
|
|
|