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,983
» Latest member: Williamcaurb
» Forum threads: 38,733
» Forum posts: 175,567

Full Statistics

Online Users
There are currently 46 online users.
» 0 Member(s) | 39 Guest(s)
Applebot, Bing, Google, AOL, Mojeek, AOL

Latest Threads
Webscrapping sport bettin...
Forum: Web Scraping & Web Development
Last Post: Williamcaurb
26 minutes ago
» Replies: 5
» Views: 13,910
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Larz60+
31 minutes ago
» Replies: 1
» Views: 60
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
9 hours ago
» Replies: 4
» Views: 2,011
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Yesterday, 07:43 AM
» Replies: 2
» Views: 420
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Yesterday, 12:21 AM
» Replies: 2
» Views: 1,058
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,120
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 782
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,081
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,528
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,113

 
  Help with eli5 module output
Posted by: Akatsuki82 - May-12-2019, 11:01 AM - Forum: General Coding Help - Replies (2)

Hi,

I'm running the following code in Spyder(Python 3.7). However, the output is <IPython.core.display.HTML object>, rather than a table. Am I miss..... More

Print this item

  Is there any way to convert a python script (with Tkinter module), to a .exe (Windows
Posted by: moste - May-12-2019, 10:48 AM - Forum: General Coding Help - Replies (3)

Is there any way to convert a python script to a standalone executable for Windows, via a Linux distro like Ubuntu?

I've heard about the wine/pyinst..... More

Print this item

  Return in correct json format
Posted by: UtiliseIT - May-12-2019, 10:12 AM - Forum: General Coding Help - Replies (3)

Hi,

Trying to nail my return statement and need to make sure my body message is in correct json format.

My attempt so far

[python]return {
..... More

Print this item

  help with code for USB-RS485
Posted by: korenron - May-12-2019, 09:47 AM - Forum: General Coding Help - Replies (3)

Hello ,
I'm trying to write a code that will send me data to a RS485 device
I'm using this converter and respberry pi3
https://www.sparkfun.com/..... More

Print this item

  No module named 'file_to_df'
Posted by: badzsi - May-12-2019, 09:34 AM - Forum: General Coding Help - Replies (1)

Hi everyone,

could you please help me out with the following issue (see below)?

Thank you & Best Regards,
Balazs


import file_to_df
------..... More

Print this item

  How to write a multi-threaded program for plotting interactively?
Posted by: rezaee - May-12-2019, 06:41 AM - Forum: GUI - Replies (3)

I am trying to read data online from a website every 1 seconds using following code, then plot the result in real time. I mean I like to add new last_..... More

Print this item

  Help with speed up my subroutine
Posted by: pberrett - May-12-2019, 06:34 AM - Forum: Data Science - Replies (1)

Hi everyone

I have a difficult problem that I am tryng to solve. Is there anyone brave enough to try and tackle it?

I have written a program to find..... More

Print this item

  Selenium Python
Posted by: migs2173 - May-12-2019, 04:16 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi anyone can help me im having errors with my codes see screenshots[Image: 5br98m.jpg] and my codes

[python]from tkinter..... More

Print this item

  Smiley Pong Help
Posted by: Jasmineleroy - May-12-2019, 01:47 AM - Forum: Game Development - Replies (6)

Hello, I am a STEM teacher in an elementary school. My student have been learning python. We have read the Smiley Pong code, from Teach Your Kids to..... More

Print this item

  [pygame] Inventory items not working
Posted by: SheeppOSU - May-12-2019, 12:36 AM - Forum: Game Development - Replies (14)

I have this inventory for my game and I finally got buying items to work, but now any other items won't work. For example - I buy a weapon, now my oth..... More

Print this item

  Python EncodeDecode error
Posted by: FrancoisBlas - May-11-2019, 10:06 PM - Forum: General Coding Help - Replies (2)

Hi !
I'm trying to manipulate images but I can't get rid of that error :

[python]fichier=open("photo.jpg","r")

lignes=fichier.readlines()
Tra..... More

Print this item

  I want to create an Othello AI.
Posted by: keames - May-11-2019, 09:37 PM - Forum: Data Science - No Replies

I have written an Othello game for my mother and would like to implement a single player mode. That means having an AI for the player to play against...... More

Print this item

  Condition check differences and how to organise code?
Posted by: adam2020 - May-11-2019, 09:15 PM - Forum: General Coding Help - Replies (4)

Hi guys,

so I'm not a novice to programming I have been programming in other languages such as Java for a while,but I am relatively new to Python w..... More

Print this item

  Package python script which has different libraries as a single executable or script
Posted by: tej7gandhi - May-11-2019, 08:06 PM - Forum: General Coding Help - Replies (1)

Hello All,

I have a python script for it to run user requires to install ptkinter,import Zipfiles,install dropbox and import os ,and other packages..... More

Print this item

  Exporting data from web (Trello)
Posted by: Shafla - May-11-2019, 07:37 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi
I am trying export some data from a web page and import it to an Exel sheet or Google Sheet. The Website is Trello which i use for project manage..... More

Print this item

  Pyinstaller exe won't launch after crash
Posted by: kainev - May-11-2019, 06:06 PM - Forum: General Coding Help - No Replies

Hi all,

I recently sent a PyQt5 application packaged with PyInstaller (one-folder) to someone. Upon first run it opened for them to the interface, ..... More

Print this item

  Help with tkinter
Posted by: MrTheOne - May-11-2019, 06:04 PM - Forum: GUI - Replies (3)

It doesn't want to update my window... Wall

[python]from tkinter import *
from tkinter.messagebox import *
from tkinter.ttk import *

sta..... More

Print this item

  Automate the boring stuff with python for a beginner?
Posted by: randomguy - May-11-2019, 05:17 PM - Forum: News and Discussions - Replies (3)

My goal with python is to be able to make bots, web scrapers, automate tasks, deal with data etc. It sounds like something that this book would cover...... More

Print this item

  Python homework / functions
Posted by: sunhyunshine - May-11-2019, 03:25 PM - Forum: Homework - Replies (1)

Hello, i have an assignment for python, but i don't know how to start it, if someone helped me i would be really grateful. Since English is not my fir..... More


Attached Files

.py   programa.py (Size: 322 bytes / Downloads: 425)
Print this item

  Upload files to Google/Azure/AWS or cloud drives using python
Posted by: tej7gandhi - May-11-2019, 03:02 PM - Forum: General Coding Help - No Replies

Hello All,

I wanted to upload zip folders and files in a folder to the cloud for further analyzing the files using python.I came across few tutoria..... More

Print this item

  hex decoding in Python 3
Posted by: rdirksen - May-11-2019, 12:13 PM - Forum: General Coding Help - Replies (2)

I am converting a program from P2.7 to P3.5
I receive from a serial interface an array of bytes.
When I print the array in P2.7 I get this:
[python..... More

Print this item

  Preventing windows 10 laptop computer from going to sleep?
Posted by: rexmism - May-11-2019, 12:07 PM - Forum: Bar - Replies (2)

Hello,
I'm trying to run a program overnight, but my laptop keeps going to sleep after about three hours even though I have it plugged in and set to ..... More

Print this item

  Spelling program.
Posted by: GalaxyCoyote - May-11-2019, 12:03 PM - Forum: General Coding Help - Replies (2)

I'm trying to create a program that checks your spelling. It will ask the user what word they want to spell and then they will type it out, this isn't..... More

Print this item

  What are the available alternatives to pygame ?
Posted by: pfaber11 - May-11-2019, 07:38 AM - Forum: News and Discussions - Replies (4)

Hi New here . Was just wondering what was the best game module . currently using pygame and was wondering if there was any better. I also installed p..... More

Print this item

  Turning column of 8 digit numbers into three seperate columns
Posted by: Wade334 - May-11-2019, 07:21 AM - Forum: Homework - Replies (1)

In this problem I imported data from an excel file. Turned that dataframe into a numpy array. My assignment tells me to replace the entire first colum..... More

Print this item

  New to python, i would like to know what a class is ?
Posted by: pfaber11 - May-11-2019, 07:14 AM - Forum: News and Discussions - Replies (3)

Hi my name is Paul and I've been using Python about a week. Kind of getting to grips with it and making progress . Upto now and for the last 16 months..... More

Print this item

  Issues parsing the response from a request
Posted by: garnold - May-11-2019, 02:46 AM - Forum: General Coding Help - Replies (3)

I'm making a request call and getting back a response. The response is giving me a problem and I can't seem to parse the results.

[python]

new_r..... More

Print this item

  changing { and } in str.format()
Posted by: Skaperen - May-11-2019, 12:06 AM - Forum: General Coding Help - Replies (10)

i have a bunch of generated strings (read from a file) that are being processed in my script by str.format() with a bunch of args. today, i ran into ..... More

Print this item

  How to output set items without the curly braces ?
Posted by: jimthecanadian - May-10-2019, 10:12 PM - Forum: General Coding Help - Replies (3)

Hi all,

I have not coded for a while and am still getting used to all the new fangled data types :)

I am taking a course in Database mining a..... More

Print this item

  Simulate Undo keyboard command in code
Posted by: sgskge1 - May-10-2019, 09:31 PM - Forum: General Coding Help - Replies (6)

Hello,

Is there a way in python to simulate a keyboard command within the code.

For example:

I created an Icon button for Undo. Each time I p..... More

Print this item

  How to add an argument to a buttons command call
Posted by: petterg - May-10-2019, 09:01 PM - Forum: GUI - Replies (2)

Hi!

using Python 3.6 and Tkinter

Im calling a method with a button. The method will change text on a label

Here is my button:

[python]self..... More

Print this item

  urllib request error 404
Posted by: Coco - May-10-2019, 07:03 PM - Forum: General Coding Help - Replies (2)

Hey there,

I'm not able to obtain my response from one of two YouTube links in a document with the google API.

Here is the code:
[python]
impo..... More

Print this item

  comparison in lists
Posted by: Renatoluz - May-10-2019, 06:06 PM - Forum: Homework - Replies (3)

Hi, i'm a beginner in python and programmation, and i have a doubt about comparison in lists, I have this error

[error]TypeError: '>' not supported..... More

Print this item

  Multiple Random Selections with no dulpicates
Posted by: forrester - May-10-2019, 05:56 PM - Forum: General Coding Help - Replies (2)

Project Objective:
Make 5 random selections from a list of 25 items with no dultiples or numbers used more than one time.

Tried:
[python]
from ..... More

Print this item

  Need help trying to scroll a page with selenium
Posted by: tapeboxparts - May-10-2019, 04:45 PM - Forum: General Coding Help - Replies (4)

So im trying to scroll a page with selenium to make certain objects visible so that the ChromeDriver can properly select them. Ive been using:

"ele..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Webscrapping sport bettin... 26 minutes ago KoinKoin Williamcaurb Web Scraping ...
  Parse Markdown / get the ... 31 minutes ago SpongeB0B Larz60+ General Codin...
  Error: cannot mix str wit... 9 hours ago ngregistrations Joliekeva General Codin...
  Integer Factorization Too... Yesterday, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... Yesterday, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 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
Most views
  The best Prog... 577444
  Tutorial Requ... 500955
  Web Scraping ... 441076
  Newbie with P... 385142
  New Users Int... 369700
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+ 12092
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Williamcaurb Today
miriamwilliam Today
Davidkiplimo Today
Joliekeva Today
silversimon2 Yesterday

User Panel Messages

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