Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 39 online users. » 0 Member(s) | 33 Guest(s) Google, Bing, AOL, AOL, Apple
|
Latest Threads |
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
2 hours ago
» Replies: 2
» Views: 727
|
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
8 hours ago
» Replies: 6
» Views: 759
|
Integer Factorization Too...
Forum: Code sharing
Last Post: fosuwxb
9 hours ago
» Replies: 0
» Views: 76
|
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 478
|
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,852
|
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,254
|
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,822
|
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,234
|
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,182
|
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,486
|
|
|
CSV file column swapping |
Posted by: DJPunk - Mar-04-2019, 02:41 AM - Forum: Homework
- Replies (5)
|
 |
Hello, I am trying to swap the values in columns 1 and 2 respectively from an input file (.csv) and have them displayed swapped in the output file (th..... More
|
|
|
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
|
|
|
|