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,934
» Latest member: Hershien
» Forum threads: 38,722
» Forum posts: 175,507

Full Statistics

Online Users
There are currently 59 online users.
» 1 Member(s) | 52 Guest(s)
Applebot, Bing, Google, AOL, AOL, snippsat

Latest Threads
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
37 minutes ago
» Replies: 0
» Views: 8
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
1 hour ago
» Replies: 1
» Views: 3,207
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
2 hours ago
» Replies: 4
» Views: 464
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Sep-17-2025, 05:56 PM
» Replies: 9
» Views: 3,493
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 1,886
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 829
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,074
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,116
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,179
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 743

 
Shocked Django __init__() got an unexpected keyword argument 'any'
Posted by: ikurorox - Nov-26-2021, 04:08 PM - Forum: Web Scraping & Web Development - Replies (2)

I do not understand what happened to my application, I was trying to obtain the detail of a user with email field, now I can't list the users that I h..... More


Attached Files

Thumbnail(s)
           
Print this item

  Execute "AT" command in Python
Posted by: Pavel_47 - Nov-26-2021, 04:04 PM - Forum: Networking - Replies (3)

Hello,
To check ICCID value of a modem 4G, I execute AT command in a terminal (e.g. picocom): AT+QCCID.
Is it possible to do the same in Pyth..... More

Print this item

  Moving average strategy
Posted by: irina_shubina - Nov-26-2021, 03:48 PM - Forum: General Coding Help - Replies (2)

[python]import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
plt.style.use ('fivethirtyeight')`

import yfinance as yf

# Set..... More

Print this item

  Check Interenet connection type: 4G or WiFi
Posted by: Pavel_47 - Nov-26-2021, 03:17 PM - Forum: Networking - Replies (1)

Hello,
If two devices are installed (4G and WiFi) how to check which device is making the Internet connection?
Thanks

Print this item

  Need Help with Selenium Explicit Wait
Posted by: gw1500se - Nov-26-2021, 02:58 PM - Forum: Web Scraping & Web Development - Replies (6)

I need to wait for a specific 'div' id to be present and am struggling to understand explicit wait syntax. Here is the tag I want to wait for:

[out..... More

Print this item

  plotting 3d axes
Posted by: estera - Nov-26-2021, 11:36 AM - Forum: General Coding Help - No Replies

Hello!I'm having a problem with plotting 3d axes grid. Can anyone please help me with the code, I'm doing this for my master thesis.

So, I need a ..... More

Print this item

  OpenPyXl formatting issues
Posted by: kpayney1 - Nov-26-2021, 01:55 AM - Forum: General Coding Help - No Replies

Hi all,
I have written a code that pulls certain columns and rows of values from one sheet and copies it into a template then saves it as another fil..... More

Print this item

Question Setuptools CLI program ModuleNotFoundError after splitting up module into package
Posted by: Postbote - Nov-25-2021, 06:23 PM - Forum: General Coding Help - Replies (1)

Hi community!
I wrote a simple command line tool that basically copies Spotify tracks from one playlist to another (minus the duplicates).
For the..... More

Print this item

  Web Scraper with BeautifulSoup4 sometimes no Output
Posted by: Nitsuj - Nov-25-2021, 04:17 PM - Forum: General Coding Help - Replies (2)

Hello,

I need some help with my Python-Script:
I want to make a web scraper to scrape some prices from this website:
https://www.medizinfuchs.de/..... More

Print this item

  Laplacian Exponential Diffusion Kernel
Posted by: ainisyarifaah - Nov-25-2021, 02:06 PM - Forum: Data Science - Replies (1)

Hello everyone. I am working on feature selection of molecular cancer cells, and I use a Laplacian Exponential Diffusion Kernel method for that. I wan..... More

Print this item

  Simple pandas question
Posted by: mcva - Nov-25-2021, 12:26 PM - Forum: Data Science - Replies (4)

I´m using the following code to estimate the moving average for each column (year X) of a dataframe considering a window (pandas.DataFrame.rolling fir..... More

Print this item

Photo Disable checkbox of google maps markers/labels using selenium
Posted by: erickkill - Nov-25-2021, 12:20 PM - Forum: Web Scraping & Web Development - No Replies

Hi. I want to automate a print screen of the google maps page (https://www.google.com/maps/@-23.5973414,-46.640695.15z), using selenium and would like..... More


Attached Files

Thumbnail(s)
       
Print this item

  2 or more data to be written in a row
Posted by: plumberpy - Nov-25-2021, 04:25 AM - Forum: General Coding Help - Replies (2)

A. I am using f.write(str(data1)) to save some data but I am limited to just 1 data per row. How can I save data1, data2, data3, ... in a row?

B. A..... More

Print this item

  sql error
Posted by: arkiboys - Nov-25-2021, 03:55 AM - Forum: General Coding Help - Replies (2)

Hello,
Do you see why I get the error:
[error]cursor.execute("""INSERT INTO Books(ID, Title, Author, DatePublished) VALUES("1", "De Profundis", "Osc..... More

Print this item

  My game's code works but Python still freezes at random intervals.
Posted by: game_slayer_99 - Nov-25-2021, 02:42 AM - Forum: Game Development - Replies (13)

I've been working on my own version of Pong and was able to get everything working properly. I get no error messages in PyCharm prior to running it an..... More

Print this item

  Request Delay
Posted by: pheadrus - Nov-24-2021, 09:20 PM - Forum: General Coding Help - Replies (1)

Hi,
i m using requests and bs4 for https://www.binance.com/en/support/annou...9?navId=49 this website. get request per 3 seconds for d..... More

Print this item

  how to compare two cards games?
Posted by: python_beginner99 - Nov-24-2021, 07:33 PM - Forum: Homework - Replies (7)

COMPARING CARD GAMES

The cards have a value of (1-13) and a suit (a, b, c, d).
so that the deck of cards consists of 52 cards.

1) first of all i cre..... More

Print this item

  No module named '_cffi_backend' error with executable not with python script
Posted by: stephanh - Nov-24-2021, 06:00 PM - Forum: General Coding Help - Replies (2)

No module named '_cffi_backend' error with executable not with python script

I'm using a script with the paramiko module. When I run the script it ..... More

Print this item

  Run multiple process using subprocess
Posted by: Shiri - Nov-24-2021, 02:23 PM - Forum: General Coding Help - Replies (3)

How do I run my script proces1.py and process2.py into a single script to check if both the process are running and if so kill and restart the process..... More

Print this item

  Inconsistent counting / timing with threading
Posted by: rantwhy - Nov-24-2021, 01:54 AM - Forum: General Coding Help - Replies (1)

I have made a counter using threading I'm not sure why when the tick thread is flipping between 1 and 0 it is not consistent with its timing. Also wit..... More

Print this item

  Grid the radio buttons
Posted by: Joni_Engr - Nov-23-2021, 03:33 PM - Forum: GUI - Replies (6)

Hi,

How can I position the radio buttons with with grid command and rows and col

[python]import tkinter as tk

root = tk.Tk()

var_1 = tk..... More

Print this item

  canvas image problem
Posted by: DPaul - Nov-23-2021, 03:18 PM - Forum: GUI - Replies (4)

Hi,

The (abbreviated) code below does exactly what it is supposed to do.
-Open an image
-resize it
-show it on canvas

But it shows no picture..... More

Print this item

  How to run a particular file in subprocess
Posted by: Shiri - Nov-23-2021, 02:02 PM - Forum: General Coding Help - Replies (5)

I am trying to check if the process is running by giving the process name and if there i am trying to kill and i want to restart the process again. So..... More

Print this item

  [PySide6] Load ui with UiLoader
Posted by: catlessness - Nov-23-2021, 01:58 PM - Forum: GUI - Replies (6)

Is there any way to load ui with Pyside6 that the widgets become attributes of the class instead of attributes of another attribute of the class e.g. ..... More

Print this item

Photo How can I write a Python program for this structogram?
Posted by: rauljp9483 - Nov-23-2021, 11:44 AM - Forum: Homework - Replies (6)

https://ibb.co/82GtxX7

Print this item

  How do I mask Hex value wiht 0xFF?
Posted by: korenron - Nov-23-2021, 08:50 AM - Forum: General Coding Help - Replies (2)

Hello ,
I have this list
[python]
My List ['0x5b', '0x1ab', '0x282', '0x140', '0x6d7', '0x170']
0x5b<class 'str'>
0x1ab<class 'str'>
0x282<cla..... More

Print this item

  Calculate next rows based on previous values of array
Posted by: divon - Nov-23-2021, 04:44 AM - Forum: General Coding Help - No Replies

Hello everyone,
I am trying to calculate the value of the next array from the previous array. The calculation is done like this:
1. I have two array..... More

Print this item

  Button Instance
Posted by: menator01 - Nov-22-2021, 07:25 PM - Forum: Game Development - Replies (3)

I'm playing around with making a button class and have come across problem.
As long as I just have one button the cursor works as expected but, if I ..... More

Print this item

  How to make enemy chase me in pygame?
Posted by: Jan_97 - Nov-22-2021, 07:14 PM - Forum: Game Development - Replies (3)

I've been working on a mini project for a while and I want to make an enemy object follow my player object around the map. I've tried various things l..... More

Print this item

  simple task in python
Posted by: Rapito - Nov-22-2021, 06:15 PM - Forum: Homework - Replies (4)

Write a program that takes input of 8 numbers from the keyboard, and adds them to a list. The screen displays their sum, the maximum and minimum of th..... More

Print this item

  Help request for loop example
Posted by: Jamie_Python - Nov-22-2021, 01:29 PM - Forum: General Coding Help - Replies (1)

Can anyone help please i'm probably off track

# Make a list called mates, containing the names Margot, Kathryn and Prisila
# code the for loop us..... More

Print this item

  calculate data using 1 byte checksum
Posted by: korenron - Nov-22-2021, 12:55 PM - Forum: General Coding Help - Replies (2)

hello,
it's not pure Python question but I did all the code except the last part , and I can't understand what to do :
this is what I need to do:
..... More

Print this item

  loop for dynamic cut string - cleaner way?
Posted by: korenron - Nov-22-2021, 11:07 AM - Forum: General Coding Help - Replies (4)

hello ,
I have a long string of data the (80211 frame - if its help) and I want to cut it to pieces according to this logic:
first byte is the TAG
..... More

Print this item

  Win32Com: How to Execute Find & Replace?
Posted by: JaneTan - Nov-22-2021, 09:44 AM - Forum: Data Science - Replies (1)

I want to replace the contents in my Excel cells. I tried the below 2 codes. But both doesn't work

Thanks

Code 1 :Same Error when I tried..... More

Print this item

Lightbulb Python Obstacles | Kung-Fu | Full File HTML Document Scrape and Store it in MariaDB
Posted by: BrandonKastning - Nov-22-2021, 02:10 AM - Forum: Web Scraping & Web Development - Replies (5)

Python Obstacles | Kung-Fu | Full File HTML Document Scrape and Store it in MariaDB Two Different Ways

A.) Entire HTML Documents w/ T..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  what does % stand for in ... 37 minutes ago arbiel arbiel General Codin...
  Scraping a page with log ... 1 hour ago iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... 2 hours ago Alexandros Alexandros General Codin...
  403 Error 09-17, 17:56 CaptainNewb CaptainNewb Web Scraping ...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
Most views
  The best Prog... 576173
  Tutorial Requ... 497773
  Web Scraping ... 440114
  Newbie with P... 383935
  New Users Int... 366552
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 8174
snippsat 7367
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Hershien Today
Diyaseating Today
marineoman Today
marineservice Today
bennyanderson482 Yesterday

User Panel Messages

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