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,969
» Latest member: Zephlonix
» Forum threads: 38,730
» Forum posts: 175,552

Full Statistics

Online Users
There are currently 35 online users.
» 1 Member(s) | 29 Guest(s)
Applebot, Bing, AOL, Google, Gribouillis

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
3 hours ago
» Replies: 8
» Views: 407
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,803
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 667
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,203
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,771
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 664
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,161
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,137
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,428
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,979

 
  variable as dictionary name?
Posted by: diazepam - Apr-27-2020, 04:05 AM - Forum: General Coding Help - Replies (4)

Hi I am attempting to create 10 dictionaries without having to code them explicitly.
The names of the dictionaries will be: X0, X1, X2, X3 .... X9

..... More

Print this item

  Checkbuttons Variables Truth Value
Posted by: Jimmy_Py - Apr-27-2020, 02:32 AM - Forum: GUI - Replies (5)

Debug Help Request:
My checkbuttons don't seem to have any effect on my associated variables. If I click "display bill" without selecting anything it..... More

Print this item

  AttributeError
Posted by: Calli - Apr-27-2020, 02:18 AM - Forum: General Coding Help - Replies (2)

[python]
import os

ClearScreen = os.system('clear')

class library:
def __init__(self):
LibCode = Title = Price =''
FileN..... More

Print this item

  Calculator
Posted by: azure - Apr-27-2020, 12:34 AM - Forum: Homework - Replies (9)

Hi all,

I am trying to code a calculator but I afraid that I don't know how to do the mathematical operation (+, -, *, /) of two numbers by using a..... More

Print this item

  Literal beginner - needs help
Posted by: warriordazza - Apr-26-2020, 11:58 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello all,

I was going to try find a intro section on the website but I couldn't find one.
Essentially I have for a while been creating some intr..... More

Print this item

  How to install tensorflow? It shows as error
Posted by: jaroslavtavgen - Apr-26-2020, 08:56 PM - Forum: Data Science - Replies (1)

What I have done:

executed "c:\python\scripts\pip3.exe --user --upgrade tensorflow" in the command line (Windows 8)

What has happened:

It has..... More

Print this item

  Any improvements
Posted by: Chuck_Norwich - Apr-26-2020, 07:30 PM - Forum: Code Review - Replies (2)

Hi

below is code for a VAT ( UK tax @ 20% ) calculator. Can calculate the tax and also back calculate from a final total.

It works, but was wond..... More

Print this item

  Can someone find out what kind of histogram is it?
Posted by: J_tin - Apr-26-2020, 05:02 PM - Forum: Homework - Replies (1)

This is my python homework: draw the exact same graph in python.[Image: DLZ2p9t]

what I have already done is like this: [img]https..... More

Print this item

  Executable looks like virus to windows
Posted by: samuelbachorik - Apr-26-2020, 04:47 PM - Forum: General Coding Help - Replies (4)

Hello guys i have question about executable. When i make exe. from my script anywhere i run this program, windows shows there can be potential thread ..... More

Print this item

  CoLab + GitHub
Posted by: constantin01 - Apr-26-2020, 02:55 PM - Forum: Data Science - Replies (2)

Hi

I save my colab notebook in my github repository, I want to import modules from this repository. I have seen an idea to import repository in Goo..... More

Print this item

  combobox
Posted by: Agusben - Apr-26-2020, 02:41 PM - Forum: GUI - Replies (3)

I have a problem with a Combobox.
In my program, I want to draw different things depending on what it is selected in the Combobox.

[python]
fro..... More

Print this item

  Folders in folders
Posted by: jenost - Apr-26-2020, 10:44 AM - Forum: General Coding Help - Replies (5)

Hi!
Trying to create three different sub-folders named: "raw" "right" and "left" in one folder named from a txt file. I succeeded to make one sub-fol..... More

Print this item

  Scraping Numbers from HTML using BeautifulSoup
Posted by: eyavuz21 - Apr-26-2020, 09:01 AM - Forum: Homework - Replies (1)

Hey all,

I am currently completing the 'Python for Everybody' course on Coursera and I am stuck on the [b]'Scraping Numbers from HTML u..... More

Print this item

  help with python
Posted by: robin - Apr-26-2020, 08:32 AM - Forum: Web Scraping & Web Development - Replies (4)

Hi, guys, I need help with this code please help. Right now my data is missing and This is what I am getting right now.
-----------------------------..... More

Print this item

  Assigning variables
Posted by: Godserena - Apr-26-2020, 06:34 AM - Forum: General Coding Help - Replies (4)

Hi
I want to assign variables to numbers dependent upon the user. What i mean is that if the user chooses there are three people then assign them "A"..... More

Print this item

  PYserial basics?
Posted by: bako - Apr-26-2020, 04:53 AM - Forum: General Coding Help - Replies (10)

[python]
import serial
import time
ser = serial.Serial("/dev/ttyS0", baudrate=115200)
W_buf = ["AT\r\n", "AT+CMGS=\"15555555555\"\r\n", "Helloworl..... More

Print this item

  How to print out the wisget structure in shell
Posted by: menator01 - Apr-26-2020, 04:20 AM - Forum: GUI - No Replies

I'm playing around with building a generic frame and I was wondering if there was a way to see the structure in shell. To see if the widgets are going..... More

Print this item

  Script Generator
Posted by: Bergsta - Apr-26-2020, 02:24 AM - Forum: General Coding Help - Replies (2)

I am trying to fix an old script but am new to python.
The script all works except for when it needs to write the player's name into the script.
..... More

Print this item

  Background Image FullScreen
Posted by: oguzcan - Apr-25-2020, 11:25 PM - Forum: GUI - Replies (5)

How do I make the background screen full screen ?

[python]my_image= ImageTk.PhotoImage(Image.open("bgimage.jpg"))
arkaplan = Label(kullaniciEkran,..... More

Print this item

  I'm Student. help
Posted by: oguzcan - Apr-25-2020, 11:07 PM - Forum: GUI - Replies (5)

Hi.

I want to background image full screen and "sistemeGirilenKisi" background of the Label transparan. How do it?
[python]import tkinter
from tkinte..... More

Print this item

  run watchdog in flask app with uwsgi
Posted by: experimental - Apr-25-2020, 09:44 PM - Forum: Web Scraping & Web Development - No Replies

Does anybody have experience in running flask app monitoring filesystem changes?

I have something written and[u]it works fine when i run on a develop..... More

Print this item

  Reading from the written output
Posted by: buduboti - Apr-25-2020, 09:17 PM - Forum: General Coding Help - No Replies

Hey! I'd like to compress some data with LZ77 and that requires to process already processed data.
I know that I could use a buffer and print the res..... More

Print this item

  tkinter.TclError: bad window path name
Posted by: kenwatts275 - Apr-25-2020, 08:48 PM - Forum: GUI - Replies (3)

Hi all,
I am getting the error _tkinter.TclError: bad window path name ".!toplevel.!frame.!combobox
When I click on the "Columns" button the first t..... More

Print this item

  PyQt GUI not responding
Posted by: samuelbachorik - Apr-25-2020, 08:08 PM - Forum: GUI - No Replies

Hello i made simple code like this with PyQt5. While my function is counting my GUI is not responding.

Please can somebody show me how to change th..... More

Print this item

  Which app do I import to fix this error?
Posted by: ErnestTBass - Apr-25-2020, 07:50 PM - Forum: General Coding Help - Replies (6)

In the following snippet of code, I made a replacement:

[code]
import pandas as pd
import numpy as np
from sklearn.linear_model import LinearReg..... More

Print this item

  not abel to run selenium automation one by one in loop
Posted by: DevilzKingz - Apr-25-2020, 06:20 PM - Forum: Web Scraping & Web Development - Replies (5)

HELLO, i just learned python and this is my first project.
everything is working fine except looping part. if amount is 10 and i have 2 automation si..... More

Print this item

  pattern recogintion
Posted by: astral_travel - Apr-25-2020, 05:30 PM - Forum: Data Science - Replies (14)

i was wondering whether you could help me or direct me to some tutorial where i can learn how to extract dates from a CSV file where there are certain..... More

Print this item

  Error while humansize module import.
Posted by: johnkgson - Apr-25-2020, 05:27 PM - Forum: General Coding Help - Replies (3)

Error message while trying to import humansize. Please help

from humansize import approximate_size
The error message is:
[i]Tr..... More

Print this item

  Getting a variable from one class to another class
Posted by: menator01 - Apr-25-2020, 04:52 PM - Forum: GUI - Replies (6)

As some of you know I've been working on improving my understanding of classes and methods on my project code. I've hit a roadblock that I'm not sure ..... More

Print this item

  Dynamically implement __str__ if not implemented
Posted by: jamesbond112 - Apr-25-2020, 03:31 PM - Forum: Homework - Replies (2)

I am trying to write a function, strFix, that takes a class object as parameter, and checks if the class has an __str__() method , and if not will aut..... More

Print this item

  python exam help
Posted by: intaj10 - Apr-25-2020, 03:10 PM - Forum: Homework - Replies (2)

hello i dont know how i can making python detect both english date and frensh date as you can see he detect just english time and he cannot pass to t..... More

Print this item

  Spawning a new process that is not attached to python
Posted by: cman234 - Apr-25-2020, 02:55 PM - Forum: General Coding Help - Replies (3)

I am trying to write a code that executes a certain number of files in a directory. However, I do not want these files to be attached to python (aka p..... More

Print this item

  Ctypes and libffi.so.7
Posted by: luxedo - Apr-25-2020, 02:24 PM - Forum: General Coding Help - Replies (1)

I was getting the following error when importing the ctypes package:

[error]>>> import ctypes
Traceback (most recent call last):
File "<stdin>"..... More

Print this item

  Doodle Jump
Posted by: Dafteaser - Apr-25-2020, 01:18 PM - Forum: Game Development - Replies (2)

Hello,
I recently started programming with Python and I started making a Doodle Jump game with PyGame.
I used a simple method to identify the collis..... More

Print this item

  Cannot download latest version of a file
Posted by: TheTechRobo - Apr-25-2020, 12:55 PM - Forum: Web Scraping & Web Development - Replies (3)

I have gone through over five or six Python requests and urllib tutorials, but none of them will download the latest version of a file.

Here is wha..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 3 hours ago tester_V snippsat General Codin...
  Select Python comment (#)... Yesterday, 18:39 SpongeB0B tester_V General Codin...
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... 09-27, 03:54 llarkin6 Pedroski55 General Codin...
  [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...
  Using Python to SSH and R... 09-26, 03:53 justaguy SprunkiRetake Networking
Most views
  The best Prog... 577294
  Tutorial Requ... 500481
  Web Scraping ... 440968
  Newbie with P... 384998
  New Users Int... 369425
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+ 12089
buran 8176
snippsat 7370
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Zephlonix Today
samuelshlzeo7159 Today
Seu12Jorge Yesterday
seomelbourneaustralia Yesterday
zalexstolzeoz5360 Yesterday

User Panel Messages

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