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,282
» Latest member: MattCarters
» Forum threads: 38,792
» Forum posts: 175,873

Full Statistics

Online Users
There are currently 35 online users.
» 0 Member(s) | 29 Guest(s)
Bing, Google, AOL, Apple, Mojeek

Latest Threads
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: noisefloor
1 hour ago
» Replies: 3
» Views: 77
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 46
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,476
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 131
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 56
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,054
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,295
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 355
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 197
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 260

 
  Scroll frame with MouseWheel
Posted by: Nemesis - Mar-25-2020, 09:04 AM - Forum: GUI - Replies (1)

Hi,

I would like to make a widget to pass picture with scroll button. Below is my code however I cannot pass images while scroll button is working...... More

Print this item

  What does * mean in the below line?
Posted by: Bhavika - Mar-25-2020, 07:28 AM - Forum: General Coding Help - Replies (3)

Print([*range(0, 20, 2)])

Print this item

  Improving my code for image recognition
Posted by: SheeppOSU - Mar-25-2020, 07:28 AM - Forum: Code Review - Replies (3)

I was trying to make a bot that would work through image detection. So I did it, and it works, but I came to ask for suggestion on how I can improve m..... More

Print this item

  Using variable from a class in another .py script
Posted by: keegan_010 - Mar-25-2020, 07:04 AM - Forum: General Coding Help - Replies (4)

Hi, I am trying to get a variable that I set in a class into another .py file. A snippet of the code below:
[python]
class Ui_MainWindow(object): #t..... More

Print this item

  cipher decryption tool
Posted by: nightfox82 - Mar-25-2020, 06:36 AM - Forum: General Coding Help - No Replies

Hi there,


New to the forum and new to learning python 3. So hi all :)

I'm studying ethical Hacking in my own time and have been..... More

Print this item

  Radar/minimap
Posted by: michael1789 - Mar-25-2020, 04:00 AM - Forum: Game Development - Replies (1)

I'm facing great frustration with making a minimap/radar that follows the player. It's an open space game and I really need to implement one.

Ever..... More

Print this item

  Guessing game
Posted by: kramon19 - Mar-25-2020, 02:47 AM - Forum: General Coding Help - Replies (1)

Hello everyone, I am new to python and decided to create a guessing game. So imported the random module and the user must guess a number between 1 - 9..... More

Print this item

  Replace XML tag and write to the same file
Posted by: krish216 - Mar-24-2020, 11:26 PM - Forum: General Coding Help - Replies (4)

Hello,

I have a xml file with name "binary.xml" with below contents- Need to replace the value of tag identity from ABCDEFG to some new value e.g. ..... More

Print this item

  Calculate the multiple of a number
Posted by: pythonuser1 - Mar-24-2020, 10:27 PM - Forum: Homework - Replies (7)

Hello,

[python]
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Les nombre multiples de n compris entre 1 et 60
def multiple(n):
for i in range(1,61)..... More

Print this item

  Test program returns int (I want int) and real one returns tuple (not wanted)
Posted by: chesschaser - Mar-24-2020, 09:55 PM - Forum: GUI - Replies (16)

Hi everyone!

I'm having a problem coding a search function. I want to search a tkinter Listbox in Python 3 on Windows. I use itembox.size() to get..... More

Print this item

  I came across a problem and I am stuck on it
Posted by: Fraher123 - Mar-24-2020, 09:44 PM - Forum: Homework - Replies (3)

I was given two files one with a person name and their rating which I put into a dictionary and then one with the author's names and their books they'..... More

Print this item

  Problem running script within console
Posted by: koepjo - Mar-24-2020, 09:11 PM - Forum: General Coding Help - Replies (3)

Hi there,

I'm using Anaconda 3.x and Spyder 4.1.1.

I'm trying to interpreted the script

import numpy
.

This works while exe..... More

Print this item

  Reminder
Posted by: AuthorCliment - Mar-24-2020, 09:08 PM - Forum: GUI - Replies (2)

I was trying to create reminder based on scheduled time. I used classes for switching among pages.
The idea of hole program is: First page - select t..... More

Print this item

  Counter to keep track how many times values in a list appear in each row in a column
Posted by: chief - Mar-24-2020, 08:14 PM - Forum: Data Science - No Replies

[python]

import pandas as pd


words = [
"robot",
"automation",
"collaborative",
"Artificial Intelligence",
"technology..... More

Print this item

  Create a program that PING a list of IPs
Posted by: skaailet - Mar-24-2020, 07:29 PM - Forum: General Coding Help - Replies (7)

Could somebody help me creating a program that Ping a list of IP adresses and save thta result of that Pinf in a text file in order to have a historic..... More

Print this item

  the picture disappears
Posted by: berckut72 - Mar-24-2020, 07:07 PM - Forum: GUI - Replies (1)

Hello!
Tell me, please ... I move the picture in the class using a separate method, and when the picture receives the last coordinate, then it disapp..... More

Print this item

  Win32API Troubles
Posted by: daaaabs - Mar-24-2020, 06:53 PM - Forum: General Coding Help - Replies (2)

Hi, so I've had this code that caused the mouse cursor to move in a specific pattern. I ran it via Windows Powershell via the following steps:

- r..... More

Print this item

  Converting PNG to TIFF (pillow?)
Posted by: gw1500se - Mar-24-2020, 06:31 PM - Forum: General Coding Help - Replies (4)

I need to convert a PNG file to TIFF. I am looking at pillow but it does not seem to have that capability. Am I looking in the wrong place or is there..... More

Print this item

  Read and save file in chucksize
Posted by: zinho - Mar-24-2020, 06:08 PM - Forum: General Coding Help - Replies (3)

I need read a txt file using chuncksize, after save into xlsx.

[python]
import os, sys
import pandas as pd
import xlwings as xw


caminho = o..... More

Print this item

  python pandas to html with formatting
Posted by: slangswinger - Mar-24-2020, 05:38 PM - Forum: Data Science - No Replies

I have a project where I am creating a multiple html tables from pandas dataframes.

Currently I have a pandas dataframe which contains a combination ..... More

Print this item

  Simple question concerning python dot notation.
Posted by: miner_tom - Mar-24-2020, 05:14 PM - Forum: General Coding Help - Replies (1)

Hi, I do understand a fair amount about object oriented programming. But the following convention using dot notation eludes me.

Although the follow..... More

Print this item

  Hockey Data Project
Posted by: Joeylax54 - Mar-24-2020, 05:13 PM - Forum: Web Scraping & Web Development - Replies (8)

Hello! I am currently working on a project relating to retrieving data from the NHL API and have been able to pull from a single team but I can't figu..... More

Print this item

  Theory behind referencing a dictionary rather than copying it to a list
Posted by: sShadowSerpent - Mar-24-2020, 04:58 PM - Forum: General Coding Help - Replies (2)

Hi there, I ran into a problem working with appending a dictionary to a list today. I eventually managed to figure out that appending a dictionary to ..... More

Print this item

  Need Help With A Problem I Have Come Across
Posted by: finndude - Mar-24-2020, 04:15 PM - Forum: General Coding Help - Replies (10)

Hello Users.

I have wrote this simple login and registartion program:

[python]import os
from os import path

def start():
startup = inpu..... More

Print this item

  Sort by the largest number of the same results (frequency)
Posted by: inlovewiththedj - Mar-24-2020, 04:02 PM - Forum: General Coding Help - Replies (3)

[color=#3498DB]Hello

I have a sorting question
Now I’m using Notepad++ but it is difficult to sort in my way.

For example
I have few examples..... More

Print this item

  Python script multi client server
Posted by: sonra - Mar-24-2020, 03:34 PM - Forum: Networking - Replies (1)

Hi guys
I try to write a server script that can handle many client sockets .
Does any one can guide my to this code (as as script )
Regards ..... More

Print this item

  Problem Installing rasterio
Posted by: gw1500se - Mar-24-2020, 01:56 PM - Forum: General Coding Help - Replies (1)

I am trying to install rasterio but get the following error:

Attempting uninstall: pyparsing
Found existing installation: pyparsing 1.5.6
ERR..... More

Print this item

  How to determine throughput/bandwidth from a file captured (e.g TCP packets) using py
Posted by: Laura - Mar-24-2020, 01:31 PM - Forum: Networking - No Replies

How to determine throughput/bandwidth from a file captured (e.g TCP packets) using py.

I need to determine the throughput available between TCP cli..... More

Print this item

  Wrong pip3 python location or new Version
Posted by: 007fred50 - Mar-24-2020, 12:42 PM - Forum: General Coding Help - Replies (1)

I'm in Ubuntu / Linux

I try to install python3.8.2 with the latest version.

before i install i had Version 3.5.2, and that works very well.

b..... More

Print this item

  Problem with using Crypto library
Posted by: reks2004 - Mar-24-2020, 12:21 PM - Forum: General Coding Help - Replies (2)

Hello my execute error are
[error]
“Traceback (most recent call last):
File "main.py", line 151, in <module>
File "main.py", line 113, in menu..... More

Print this item

  Too Many Indexers Error In regression code
Posted by: Bitten - Mar-24-2020, 11:33 AM - Forum: Data Science - Replies (3)

Hi

I have the code below that loops through every combination of columns in DF to create a subset of regression models and returns the best one. The ..... More

Print this item

  How to create an Excel app that runs Python?
Posted by: felipe0216 - Mar-24-2020, 11:22 AM - Forum: General Coding Help - Replies (3)

I have the following scenario:

I have created lots of python files that I use to calculate a Cashflow model, when I run these files I get a beautif..... More

Print this item

  Add items from one list to list of lists
Posted by: PUP280 - Mar-24-2020, 10:50 AM - Forum: General Coding Help - Replies (5)

Hello,

I would like to add every element of a list on every list from a list of lists. Ie :

H = [[1,2],[3,4]]
I = [5,6]
With ..... More

Print this item

  help
Posted by: just_me - Mar-24-2020, 10:42 AM - Forum: Homework - Replies (9)

Hey everyone,

I'm struggling with something and I was wondering if someone could give me some advice.
So I have something like this:

[output][..... More

Print this item

  extrat data from a button html
Posted by: windows11 - Mar-24-2020, 09:32 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello guys, I', trying to extract a text/info from a button in one webpage.

The button have a number (inside the button) and is always changing the..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 1 hour ago drakhsin noisefloor Web Scraping ...
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 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...
Most views
  The best Prog... 579247
  Tutorial Requ... 512085
  Web Scraping ... 442178
  Newbie with P... 386289
  New Users Int... 379494
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
MattCarters Yesterday
drakhsin Yesterday
MileHigh303 11-21
ndx101 11-21
OtiliaBecker 11-21

User Panel Messages

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