| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,304
» Latest member: IFDA123
» Forum threads: 38,798
» Forum posts: 175,903
Full Statistics
|
| Online Users |
There are currently 50 online users. » 0 Member(s) | 43 Guest(s) AOL, Bing, Google, Facebook Dev
|
|
|
| Zero Division Error |
|
Posted by: moga2003 - Mar-04-2019, 12:49 AM - Forum: Homework
- Replies (4)
|
 |
Good evening,
For my project, I keep getting a Zero Division error when trying to calculate the score below. I can't seem to figure out exactly what..... More
|
|
|
| Coding issue |
|
Posted by: EsahiG - Mar-04-2019, 12:22 AM - Forum: GUI
- Replies (1)
|
 |
Hello! I am fairly new to python and i am taking over a project from a previous student. In this portion of the code that I was given, I keep getting ..... More
|
|
|
| Palindrome Test |
|
Posted by: mcmxl22 - Mar-03-2019, 05:25 PM - Forum: Code sharing
- Replies (6)
|
 |
A little program to test if a word or phrase is a palindrome.
[python]word = input('Enter a word or phrase. ')
letters = filter(str.strip, list(word..... More
|
|
|
| Trouble with return |
|
Posted by: Rudy - Mar-02-2019, 09:43 PM - Forum: Homework
- Replies (6)
|
 |
I am super to new to this. I'm working on an assignment that is a calculator that uses random method, defines a function, and uses return.
This ..... More
|
|
|
| Reading every post |
|
Posted by: micseydel - Mar-02-2019, 08:32 PM - Forum: Board
- Replies (29)
|
 |
I recall (not recently) that oftentimes when someone posts to multiple forums, when they're told not to, they're also told that most regulars read eve..... More
|
|
|
| Parallelizing Run ARIMA Model |
|
Posted by: wissam1974 - Mar-02-2019, 07:19 PM - Forum: Data Science
- No Replies
|
 |
Hi All experts,
I have created ARIMA model with order(0,0,6) and run it in a parallel mode in order to generalize it to an order(0,0,367)
Here is m..... More
|
|
|
| PyQt Threading & Class handling |
|
Posted by: mrdominikku - Mar-02-2019, 06:02 PM - Forum: GUI
- Replies (8)
|
 |
Hello there,
I am working on the small project in which I need to process data based on input numbers. Here is the code and questions below:
[py..... More
|
|
|
| syntax error |
|
Posted by: ninjarunner2005 - Mar-02-2019, 05:35 PM - Forum: General Coding Help
- Replies (3)
|
 |
Hi! For some reason idle is saying there's a syntax error in this, the quotation mark after DMG: .
[python] print("STATS: HP: ",health" DMG: " ,damag..... More
|
|
|
| Dictionaries in Python |
|
Posted by: erfanakbari1 - Mar-02-2019, 05:27 PM - Forum: Homework
- Replies (1)
|
 |
Hello guys , I was just trying to write some codes to run Dictionary exercises then I found myself stuck in trouble writing some parts of code .
[py..... More
|
|
|
| Trouble with .after() Tkinter |
|
Posted by: purpleicetwice - Mar-02-2019, 03:14 PM - Forum: Homework
- Replies (5)
|
 |
Im doing my first big project which is a quiz. I am stuck on trying to limit the time the user has to answer a question. I've searched for so many hou..... More
|
|
|
| How to open port 8080 in CentOS 7 |
|
Posted by: nikos - Mar-02-2019, 02:44 PM - Forum: Networking
- No Replies
|
 |
I'am trying to use Bottle's embedded web server that runs in port 8080
I have logged to Webmin and enabled that port as allowed port.
But when from ..... More
|
|
|
| Sum of 1-100 |
|
Posted by: ClassicalSoul - Mar-02-2019, 01:38 PM - Forum: General Coding Help
- Replies (2)
|
 |
Hi,
I came across this and was wondering about the mechanics:
[python]
>>> x = 0
>>> r = range(1, 101)
>>> for n in r:
... x = n + x
...
>>> x
..... More
|
|
|
| Toggling the Check button |
|
Posted by: Vicolas - Mar-02-2019, 01:10 PM - Forum: GUI
- Replies (4)
|
 |
Please, how can I wrap and unwrap the 'wrap' attribute of the Text Widget by toggle with the check button (Word Wrap) in the sub-menu of my Menu Widge..... More
|
|
|
|