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,280
» Latest member: ndx101
» Forum threads: 38,790
» Forum posts: 175,869

Full Statistics

Online Users
There are currently 42 online users.
» 0 Member(s) | 36 Guest(s)
Bing, Google, Facebook

Latest Threads
How to put my game loop i...
Forum: Game Development
Last Post: Santoro
16 minutes ago
» Replies: 12
» Views: 5,993
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
1 hour ago
» Replies: 4
» Views: 1,440
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Yesterday, 02:10 PM
» Replies: 2
» Views: 90
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Yesterday, 06:48 AM
» Replies: 0
» Views: 31
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:46 AM
» Replies: 2
» Views: 4,283
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 297
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 145
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 208
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,114
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 257

 
  [tkinter] color change for hovering over button
Posted by: teacher - Jul-04-2020, 04:33 AM - Forum: GUI - Replies (4)

The following code will not work as intended. It only turns yellow when leaving the button but not red when entering. What am I missing?

[python]im..... More

Print this item

  How to reuse positional arguments entered in terminal.
Posted by: rcmanu95 - Jul-04-2020, 12:44 AM - Forum: General Coding Help - Replies (1)

Hello Guys, quick question from a beginner. I am learning about the module argparse and I wanted to know about this code. You see the positional argum..... More

Print this item

  eml file data extraction
Posted by: ajetrumpet - Jul-04-2020, 12:12 AM - Forum: General Coding Help - Replies (2)

I have kind of a unique situation here guys. I have 1000 dbx files, which are from outlook express. each one of these files contains ''x'' email mes..... More


Attached Files

Thumbnail(s)
   
Print this item

  How to erase previous output from the canvas?
Posted by: Pedroski55 - Jul-03-2020, 11:34 PM - Forum: GUI - Replies (4)

I'm tinkering with tkinter. I have this to make a window. It takes an input and displays the input text as output.

[python]def myWindow1():
windo..... More

Print this item

  time complexity of int
Posted by: Skaperen - Jul-03-2020, 11:18 PM - Forum: News and Discussions - Replies (6)

what is the big O formula time complexity for various operators with type int?

Print this item

  Newbie wanting to install Python
Posted by: tony202 - Jul-03-2020, 09:44 PM - Forum: News and Discussions - Replies (3)

Hi

I'm new to Python and honestly not sure where to start. I want to install Python but not sure what to install.

I have seen Pycharm. Ultimatel..... More

Print this item

  Creating a link that takes the user to a random page
Posted by: card51shor - Jul-03-2020, 09:36 PM - Forum: Homework - Replies (9)

Hey guys so I've been making some steps in my Wikipedia project but, as always, I run into mental roadblocks and I really need your stimulation to get..... More

Print this item

  oocollage - functions to glue instances together
Posted by: Gribouillis - Jul-03-2020, 08:51 PM - Forum: Code sharing - No Replies

Here is a piece of code that I wrote in 2014 and never published, a couple of functions to create ..... More

Print this item

  How do I get full XPath extract using Python?
Posted by: MDRI - Jul-03-2020, 08:43 PM - Forum: General Coding Help - Replies (1)

How do I get full XPath extract using Python?
=====================================

Thanks for your response to my threads.

I am trying to use ..... More

Print this item

  Web Scraping with Yahoo Finance
Posted by: miloellison - Jul-03-2020, 07:57 PM - Forum: Web Scraping & Web Development - Replies (1)

Hello fellow Python users,

I'm currently working on a program revolving around gathering company data with webscraping, but a part of the program h..... More

Print this item

  How to place global tk text widget in class or on canvas
Posted by: puje - Jul-03-2020, 07:33 PM - Forum: GUI - Replies (1)

I´m making a GUI with an analysis page, where you can drag lines on different plots and get the differences in x position of the lines. I want to some..... More

Print this item

  Run script on startup in Debian with systemd?
Posted by: MrGlasspoole - Jul-03-2020, 03:38 PM - Forum: General Coding Help - Replies (5)

I'm trying to run Peppy player on startup in Debian 10: https://github.com/project-owner/Peppy.doc/wiki/Expert

Since rc.local is deprecated I'm try..... More

Print this item

  writing data to a csv-file
Posted by: apollo - Jul-03-2020, 02:08 PM - Forum: General Coding Help - Replies (1)

Hi there - good day dear python-experts,


i am just trying to get more python-skills.

today i am working on the csv-saving of data.


wh..... More

Print this item

  MUSIC QUIZ
Posted by: charlieroberrts - Jul-03-2020, 01:56 PM - Forum: General Coding Help - Replies (2)

Hello

I am currently coding a music quiz game. Here is my current code.

[python]pop00_tries_left = 2
score = 0

while pop00_tries_left > 0:
..... More

Print this item

  Limiting valid values for a variable in a class
Posted by: WJSwan - Jul-03-2020, 01:05 PM - Forum: General Coding Help - Replies (5)

Is it possible to limit the values of a variable of a class? Say I have a class Vehicle with variables Type, Make, Model, etc and I want to limit the ..... More

Print this item

  How to save predictions made by an autoencoder
Posted by: Glasgow1988 - Jul-03-2020, 12:39 PM - Forum: Data Science - No Replies

I've been practicing with this template for image reconstruction using an autoencoder:

..... More

Print this item

  Lambda function not return value
Posted by: mbilalshafiq - Jul-03-2020, 12:15 PM - Forum: Homework - Replies (4)

[python]
# -*- coding: utf-8 -*-
"""
Created on Mon Jun 22 23:46:47 2020

@author: Lenovo
"""
import pdb
import unittest
import math

class..... More

Print this item

  Counting vowels in a string (PyBite #106)
Posted by: Drone4four - Jul-03-2020, 10:42 AM - Forum: General Coding Help - Replies (4)

I’m trying to count the number of vowels contained inside Tim Peter’s famous “Zen of Python” prose. I didn’t get it on my first attempt (with a for lo..... More

Print this item

  Nested CV
Posted by: rsoto31 - Jul-03-2020, 09:37 AM - Forum: Data Science - No Replies

Hi all,

I was wondering whether any knew a way to perform nested CV using each one of the tuning parameters specified with GridSearchCV. At the mom..... More

Print this item

  matplotlib multithreading
Posted by: catosp - Jul-03-2020, 09:33 AM - Forum: General Coding Help - No Replies

Hello!

I have the following problem:

I cannot live plot in a different thread, the main window (plot window) is white with a rotating doughnut m..... More

Print this item

  Try-except in while loop: error with closing program
Posted by: Lupin_III - Jul-03-2020, 09:29 AM - Forum: General Coding Help - Replies (7)

Hi, I have this code that includes a sort of watch dog within a try block inside a while loop
I don't understand two things:
1) why sometimes, not a..... More

Print this item

  Iterating over dictionaries with the namedtuple function (PyBite #108)
Posted by: Drone4four - Jul-03-2020, 09:01 AM - Forum: Homework - Replies (7)

I’m learning how to use the functionnamedtuple() found in the collections module / library.

Here is the exercise that I am grappling with:

[quote]..... More

Print this item

  Dictionary lookups exercise (PyBite #109)
Posted by: Drone4four - Jul-03-2020, 08:10 AM - Forum: Homework - Replies (14)

I’m learning how to evaluate value-key pairs in a given dictionary.

Here is the exercise from the online course (not for credit):

[quote]First t..... More

Print this item

  What units does the width parameter of a tkinter Listbox use?
Posted by: Pedroski55 - Jul-03-2020, 07:18 AM - Forum: GUI - Replies (2)

I am tinkering with tkinter, trying to get the feel of it.

I make a nice window:

[python]def myApp():
root = Tk()
root.title("Scrollba..... More

Print this item

  return/capture the selected date from QDateEdit's calendar?
Posted by: issac_n - Jul-03-2020, 04:59 AM - Forum: GUI - Replies (2)

I would like to create a pop up calendar and then select a date to print out the selected Date. So far,I only able to create it using QDateEdit but fa..... More

Print this item

  python realtime parsing logs
Posted by: anna - Jul-03-2020, 04:40 AM - Forum: General Coding Help - Replies (2)

I am reading and parsing real time logs from remote server. I am getting huge logs and wanted to parse only New Alarm and Clear alarm. I..... More

Print this item

  namespaces when defining a class
Posted by: Skaperen - Jul-03-2020, 04:12 AM - Forum: News and Discussions - Replies (3)

apparently, the global name-space is not the space where the method names exist. there appear to be as many as 4 name-spaces involved. there are 2 c..... More

Print this item

  get method within max function for a dictionary
Posted by: Blanchdog - Jul-03-2020, 04:05 AM - Forum: Homework - Replies (3)

I've been working on the Udacity python course, and in of the lessons I needed to take a dictionary of years and lists of names and make a list of the..... More

Print this item

  WinPython 3.8.2.0 not woking out of the box.
Posted by: hsazerty2 - Jul-03-2020, 02:10 AM - Forum: General Coding Help - Replies (2)

Hi there,
I am new to python :)

I just installed WinPython64-3.8.2.0 on my laptop, but nothing seem to work !!
See below when i run python.exe (o..... More

Print this item

  class topen: open with auto temp file
Posted by: Skaperen - Jul-03-2020, 01:29 AM - Forum: Code sharing - No Replies

this is complete and is working for me. but consider it to be alpha-release grade, for now, due to lack of thorough testing and review. if you prefe..... More

Print this item

  (TypeError: 'module' object is not callable) for getopt Module
Posted by: nnevarez - Jul-03-2020, 01:13 AM - Forum: General Coding Help - Replies (2)

I'm fairly new to python, and I have been trying to use the "getopt" module working in my script without success.

I troubleshoot, I removed all ot..... More

Print this item

  nsetools library not working in AWS
Posted by: jeeva - Jul-02-2020, 10:47 PM - Forum: General Coding Help - Replies (3)

Hi Everyone

I want the experts to jump in here. The nsetools is working fine in local system but not in AWS. When I searched, it's the same issue f..... More

Print this item

  Help with new Django Project
Posted by: card51shor - Jul-02-2020, 09:10 PM - Forum: Homework - Replies (12)

Hey guys I'm onto a new project and I'm using Django now instead of Flask. Please forgive me but sometimes I need to be prodded a bit to get started ..... More

Print this item

  How to send email using python?
Posted by: Gigux - Jul-02-2020, 09:00 PM - Forum: General Coding Help - Replies (2)

I am trying to send a email using Python. I have an account on Gmail and a proven password (which I will say as ABCD00). When I try to send the email,..... More

Print this item

  Failure in writing binary text to file
Posted by: Gigux - Jul-02-2020, 08:30 PM - Forum: General Coding Help - Replies (7)

I would like to write some text to file but coded as binary so that the text is not immediately visible with a text editor.
I followed ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  How to put my game loop i... 16 minutes ago temlotresid6 Santoro Game Developm...
  My goal to be hired worki... 1 hour ago GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... Yesterday, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... Yesterday, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  Help with running PvZ Fus... Yesterday, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
  [SOLVED] Access keys and ... 11-17, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... 11-17, 08:44 Tuurbo46 Tuurbo46 GUI
Most views
  The best Prog... 579185
  Tutorial Requ... 511900
  Web Scraping ... 442139
  Newbie with P... 386220
  New Users Int... 379118
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+ 12109
buran 8196
snippsat 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
ndx101 Today
Santoro Today
OtiliaBecker Today
NAGASOWMYAGUNDU Yesterday
shipa1autotransport Yesterday

User Panel Messages

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