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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 19,974
» Latest member: Williamcaurb
» Forum threads: 38,732
» Forum posts: 175,558

Full Statistics

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

 
  How to cross compile python for ARM ?
Posted by: pankaj - Mar-04-2019, 10:18 AM - Forum: General Coding Help - Replies (4)

Hi Community,

Is there any way to run python script on android root ?


Regards,
Pankaj

Print this item

  Cannot add dot executable to system path
Posted by: bobsmith76 - Mar-04-2019, 08:18 AM - Forum: General Coding Help - Replies (2)

When I run graphviz

https://graphviz.readthedocs.io/en/stable/

I get the following error

graphviz.backend.ExecutableNotFound: failed to exec..... More

Print this item

  Who converts data when writing to a database with an encoding different from utf8?
Posted by: AlekseyPython - Mar-04-2019, 04:52 AM - Forum: General Coding Help - Replies (1)

Python 3.7.2

I write the strings from my Python code into my database. My strings contain Latin and Cyrillic characters, so in the database I ..... More

Print this item

  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

Print this item

  I am trying to swap two variables with a Function....
Posted by: Jeff_Waldrop - Mar-04-2019, 01:08 AM - Forum: General Coding Help - Replies (4)

Obviously, I am a newbie and I have something wrong....! Could you help me see what my error is?

Thanks,

Jeff

-------------------------
[py..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My goal to be hired worki... 2 hours ago GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 8 hours ago llarkin6 noisefloor General Codin...
  Integer Factorization Too... 9 hours ago fosuwxb fosuwxb Code sharing
  Comparing 2 100GB Drives/... Yesterday, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
Most views
  The best Prog... 577316
  Tutorial Requ... 500579
  Web Scraping ... 440986
  Newbie with P... 385022
  New Users Int... 369486
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12090
buran 8176
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Williamcaurb Yesterday
sophielane Yesterday
Oscar0057 Yesterday
Cromulent Yesterday
PhamMaria Yesterday

User Panel Messages

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