| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 26 online users. » 0 Member(s) | 23 Guest(s) Bing, AOL, Google
|
| Latest Threads |
No new line from print in...
Forum: General Coding Help
Last Post: noisefloor
10 hours ago
» Replies: 11
» Views: 319
|
Python compiler
Forum: General Coding Help
Last Post: noisefloor
10 hours ago
» Replies: 1
» Views: 75
|
Trading Risk management s...
Forum: Code sharing
Last Post: NeoQuant
Yesterday, 07:34 PM
» Replies: 5
» Views: 94
|
Standard template Data En...
Forum: Code Review
Last Post: Hosthubac
Yesterday, 05:51 PM
» Replies: 0
» Views: 53
|
Python Online Compiler
Forum: News and Discussions
Last Post: ichsanputr
Yesterday, 07:39 AM
» Replies: 3
» Views: 11,133
|
Python is not working on ...
Forum: General Coding Help
Last Post: noisefloor
Nov-28-2025, 10:44 AM
» Replies: 4
» Views: 206
|
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Nov-28-2025, 04:44 AM
» Replies: 8
» Views: 735
|
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Nov-27-2025, 04:48 AM
» Replies: 6
» Views: 7,840
|
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 216
|
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 172
|
|
|
| wrong values |
|
Posted by: cybervulcan - Jun-16-2018, 09:14 PM - Forum: General Coding Help
- Replies (3)
|
 |
I entered code from programming book "Python's Companion" about a bill calculator and although the script worked it returned a value of 111.78 when th..... More
|
|
|
| Optimization problem using pulp |
|
Posted by: kiki1113 - Jun-16-2018, 09:08 PM - Forum: Homework
- No Replies
|
 |
Hello all - I have an optimization assignment that I'm struggling with - see problem below.
[quote]
Chandler Oil has 5000 barrels of crude oil 1 and..... More
|
|
|
| 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
|
|
|
|