Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

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

Latest Threads
Python is not working on ...
Forum: General Coding Help
Last Post: lary_p
3 hours ago
» Replies: 3
» Views: 98
No new line from print in...
Forum: General Coding Help
Last Post: bowlofred
3 hours ago
» Replies: 2
» Views: 34
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
4 hours ago
» Replies: 8
» Views: 645
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: mamta25
Yesterday, 04:48 AM
» Replies: 6
» Views: 7,803
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Nov-26-2025, 09:58 PM
» Replies: 3
» Views: 131
Proposal for PEP
Forum: News and Discussions
Last Post: Gribouillis
Nov-26-2025, 03:53 PM
» Replies: 1
» Views: 112
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
Nov-26-2025, 08:47 AM
» Replies: 3
» Views: 200
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
Nov-26-2025, 04:40 AM
» Replies: 6
» Views: 3,211
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Nov-25-2025, 02:50 AM
» Replies: 6
» Views: 309
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 190

 
  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

Print this item

  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

Print this item

  Is it possible to have my python shell change the backgrounds colour?
Posted by: OTO1012 - Mar-03-2019, 10:34 PM - Forum: General Coding Help - Replies (2)

In an battle i'd like to have my python shell to change the backgrounds colour is this possibe?

Print this item

  flask-SQLAlchemy query with keyword as function argument
Posted by: pascale - Mar-03-2019, 07:11 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi,
I want to make the GPIO change and store the state in a database. I am stuck with one part where in the tutorial I am following he is using a dic..... More

Print this item

  Subtracting values between two dictionaries/ floating point numbers
Posted by: FloppyPoppy - Mar-03-2019, 06:50 PM - Forum: General Coding Help - Replies (5)

Hello everybody hope your all doing great :D,

I am new to learning python and challenged myself to make a small program for a game i like to play c..... More

Print this item

  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

Print this item

  [split] How does this code work?(Radar Chart)
Posted by: tsmith - Mar-03-2019, 03:18 PM - Forum: Data Science - Replies (1)

Would anyone be able to explain this code, i understand a little, however, aspects in the creation of the chart confuse me

[python]
# Plots a rada..... More

Print this item

  HTTP 400 response code
Posted by: eshwinsukhdeve - Mar-03-2019, 02:11 PM - Forum: General Coding Help - Replies (1)

Hi,

I have written python post rest api in my application, which accepts files too, I have called this api 11 times, for first 3 APIs I am able to..... More

Print this item

  TypeError when using PushButton (PyQt5)
Posted by: lmsavk - Mar-03-2019, 12:50 PM - Forum: GUI - Replies (1)

I have the following code:

[python]from PyQt5.QtWidgets import *
from PyQt5.QtGui import *
from PyQt5.QtCore import *
from gui import Ui_mainWin..... More

Print this item

  Python for beginer
Posted by: triluan - Mar-03-2019, 10:22 AM - Forum: General Coding Help - Replies (2)

Hi every one.
I'm Luan.Could everyone in this forum give me some advices about Python for Beginer? I don't know program before, have just researched ..... More

Print this item

  remove string character from url
Posted by: jacklee26 - Mar-03-2019, 07:54 AM - Forum: General Coding Help - Replies (10)

I have a url https://www.facebook.com/xxxxxx?test1q223, does anyone knows any method to remove from ? to the end of the string.
So I expected it shou..... More

Print this item

  Problem with inserting a string in to Sqlite db
Posted by: darktitan - Mar-03-2019, 07:06 AM - Forum: General Coding Help - Replies (3)

Hi
I got a problem inserting an string to a sqlite database. What im trying to do is to take a time from the database and calculate how much time hav..... More

Print this item

  Library (julian), lack of usage information
Posted by: samsonite - Mar-03-2019, 06:34 AM - Forum: General Coding Help - Replies (12)

Been installed julian from here: https://pypi.org/project/julian/ and got the related julian-0.14 package from [u]Downlo..... More

Print this item

  Help Needed. Sending keystroke to video game
Posted by: Linkin12 - Mar-03-2019, 06:01 AM - Forum: General Coding Help - Replies (1)

I'm very new to python (programming in general). I play a game called maplestory that has occasional "bot" checks that requires you to type in a 8 dig..... More

Print this item

  Watching for inputs from multiple sources concurrently
Posted by: anakaine - Mar-03-2019, 03:57 AM - Forum: General Coding Help - Replies (4)

This is a question that I'm not sure how to begin answering - despite having written a few python scripts several thousand lines long, they've all bee..... More

Print this item

  dictionary of dictionaries, to be updated
Posted by: Skaperen - Mar-03-2019, 02:15 AM - Forum: General Coding Help - Replies (2)

i have a dictionary of dictionaries. and i have another one to update the first one with on an individual item-by-item basis. it appears that dictod..... More

Print this item

  Problem with character sets
Posted by: Pedroski55 - Mar-03-2019, 12:31 AM - Forum: General Coding Help - Replies (4)

Yesterday I asked about getting data from a webpage, got some good advice and had a little success. However, there is a problem with the character set..... More

Print this item

  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

Print this item

  Renaming explorer files in order?
Posted by: stroudie2 - Mar-02-2019, 09:05 PM - Forum: General Coding Help - Replies (2)

Hi everyone. I'm pretty new at Python, and am struggling with something. As you can see from the code attached (line 59 - 77 is what I'm refering to i..... More

Print this item

  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

Print this item

  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

Print this item

  display the contents of a sqlite3 database according to the dates
Posted by: atlass218 - Mar-02-2019, 06:17 PM - Forum: General Coding Help - Replies (4)

Hi;
the code I'm going to mention below works properly by inserting defined dates :

[python]
#!/usr/bin/python3
# -*- coding: utf-8 -*-

from tkinter..... More

Print this item

  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

Print this item

  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

Print this item

  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

Print this item

  Getting error when called through instance method
Posted by: aankrose - Mar-02-2019, 05:19 PM - Forum: General Coding Help - Replies (2)

Hello Python Experts

Below code works without any issues when i called it though class method BUT when i called it through instance metho..... More

Print this item

  Data Hygiene, classes and magic reappearance of data
Posted by: praevalens - Mar-02-2019, 03:46 PM - Forum: General Coding Help - Replies (2)

Hello there,

I am parsing an xml file for some data and want to store that in a class.
The data is in the form of 2 tuple floats and the class is ..... More

Print this item

  No module named 'glutils' in simpleglfw.py
Posted by: jorgegv - Mar-02-2019, 03:41 PM - Forum: General Coding Help - Replies (1)

Hello,

My 10 year old son is working on this book:
PYTHON PLAYGROUND by MAHESH VENKITACHALAM

On page 151, the complete code is listed and it st..... More

Print this item

  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

Print this item

  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

Print this item

  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

Print this item

  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

Print this item

  Using Decimal Type instead of Float
Posted by: Bytales - Mar-02-2019, 12:03 PM - Forum: General Coding Help - Replies (1)

Hy there, im new to python, just getting the gist of it. I want to build me a program, and i need decimal precision, therefore i learned that i need t..... More

Print this item

  Looking through files in explorer in order?
Posted by: stroudie2 - Mar-02-2019, 11:06 AM - Forum: General Coding Help - No Replies

Hi everyone. I'm pretty new at Python, and am struggling with something. As you can see from the image attached, I am trying to re-name all the files ..... More

Print this item

  Python Turtle and order of implementation query
Posted by: Parsleigh - Mar-02-2019, 10:13 AM - Forum: General Coding Help - Replies (2)

Hello all, first post here so hopefully this is in the right place.
Would be greatful iff someone could help me understand something, Im just startin..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Python is not working on ... 3 hours ago lary_p lary_p General Codin...
  No new line from print in... 3 hours ago Lou bowlofred General Codin...
  Help with Serial.write in... 4 hours ago racingsubby Larz60+ General Codin...
  Can I develop a live vide... Yesterday, 04:48 mtrkhan mamta25 Web Scraping ...
  silent deployment Python ... 11-26, 21:58 Bummibaer Larz60+ News and Disc...
  Proposal for PEP 11-26, 15:53 matt Gribouillis News and Disc...
  My regex function is not ... 11-26, 08:47 Moltar1997 perfringo General Codin...
  best way to learn python 11-26, 04:40 dutch ichsanputr News and Disc...
  data fetching for indian ... 11-25, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
Most views
  The best Prog... 579434
  Tutorial Requ... 512534
  Web Scraping ... 442314
  Newbie with P... 386367
  New Users Int... 380605
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12113
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
IFDA123 Today
TimTom420 Yesterday
cruisesfares Yesterday
SNR Yesterday
Jonathan Yesterday

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020