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,614
» Latest member: Clement20
» Forum threads: 38,669
» Forum posts: 175,255

Full Statistics

Online Users
There are currently 254 online users.
» 0 Member(s) | 250 Guest(s)
Bing, Baidu, AOL, Google

Latest Threads
auto applying for jobs
Forum: General Coding Help
Last Post: noisefloor
3 hours ago
» Replies: 2
» Views: 112
please help with image re...
Forum: General Coding Help
Last Post: magnus28
Yesterday, 03:14 PM
» Replies: 5
» Views: 174
passing value from tkinte...
Forum: GUI
Last Post: deanhystad
Yesterday, 12:39 PM
» Replies: 4
» Views: 151
Gmpy2 Newbie Working on P...
Forum: General Coding Help
Last Post: SofiaJone
Yesterday, 06:39 AM
» Replies: 8
» Views: 2,725
Create bot to automate op...
Forum: General Coding Help
Last Post: liberwicca
Jul-25-2025, 11:26 PM
» Replies: 1
» Views: 23,570
How to use a proxy when w...
Forum: Web Scraping & Web Development
Last Post: Jemercyli
Jul-25-2025, 04:02 PM
» Replies: 1
» Views: 3,101
Key Logger
Forum: Homework
Last Post: Novaboxxx
Jul-25-2025, 02:42 AM
» Replies: 0
» Views: 100
How to Create Swagger/Ope...
Forum: Web Scraping & Web Development
Last Post: amandaevans
Jul-24-2025, 05:47 PM
» Replies: 6
» Views: 6,465
veri kazıma
Forum: Web Scraping & Web Development
Last Post: DeaD_EyE
Jul-24-2025, 07:30 AM
» Replies: 11
» Views: 418
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: MilesWeb
Jul-23-2025, 07:08 AM
» Replies: 5
» Views: 6,528

 
  Two Python problems to solve
Posted by: djzsp - Mar-16-2024, 12:55 AM - Forum: Homework - Replies (1)

Solving 2 problems

Goodnight.
I have two problems and I would like help from my colleagues to resolve them. Are they:

Problem 1) Suppose someon..... More

Print this item

  FTP Download of Last File
Posted by: jland47 - Mar-15-2024, 03:24 PM - Forum: General Coding Help - Replies (4)

The goal of the script is to grab the last file on the ftp site and save it in a network folder. I am not familiar with debugging the code to see whe..... More

Print this item

  XML comparison
Posted by: Nik1811 - Mar-15-2024, 03:15 PM - Forum: General Coding Help - No Replies

Hi,

I need to compare two XML's. I have a baseline XML("B_XML.xml) for reference that I use to compare with every new generated XML(A_XML.xml).
I ..... More

Print this item

  directory not being created after os.mkdir()
Posted by: CAD79 - Mar-15-2024, 12:49 PM - Forum: General Coding Help - Replies (3)

I'm creating an application that will parse text files into a different text file and create an excel spreadsheet from the new text file it has create..... More

Print this item

  MCU reboots after opening Serial port when ran from Raspberry PI
Posted by: zazas321 - Mar-15-2024, 09:25 AM - Forum: General Coding Help - Replies (3)

Hello. I am running the following via the Raspberry PI :
[code]
serialPort = serial.Serial()
serialPort.baudrate = 115200
serialPort.b..... More

Print this item

  class and runtime
Posted by: akbarza - Mar-15-2024, 08:02 AM - Forum: General Coding Help - Replies (4)

hi
in address:https://docs.python.org/3/tutorial/classes.html
is written: [quote]As is tr..... More

Print this item

  remove gilberishs from a "string"
Posted by: kucingkembar - Mar-15-2024, 07:24 AM - Forum: General Coding Help - Replies (2)

sorry for my bad English,
I got stuck on this problem from 2 day ago,
i tried to extract all of the dialogues from the PS1 game
this is the parts ..... More

Print this item

  Django CSS
Posted by: Sowmya - Mar-15-2024, 05:45 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi all.
I downloaded a free website template from travello website. In html file I am configuring CSS , I used {% load static %} at beginning of inde..... More


Attached Files

Thumbnail(s)
   
Print this item

  append str to list in dataclass
Posted by: flash77 - Mar-14-2024, 03:41 PM - Forum: General Coding Help - Replies (6)

Dear community,

I'm trying to append str to a list, which is in a dataclass.
I'm totally new to dataclasses.
I used to use a textfile for storing..... More

Print this item

  TypeError: unhashable type: 'Series'
Posted by: bongielondympofu - Mar-14-2024, 02:00 PM - Forum: Data Science - Replies (2)

I get the TypeError: unhashable type: 'Series' when running the code. The dataset does have a column called 'Date' The code is below
[python]
import..... More


Attached Files

Thumbnail(s)
   
Print this item

  Python Django
Posted by: Sowmya - Mar-14-2024, 12:26 PM - Forum: General Coding Help - Replies (4)

Hello all.
I am using Visual Studio Code 3.11.8 for python coding practice. Whenever I am trying to import module in python , I am getting Import co..... More


Attached Files

Thumbnail(s)
   
Print this item

  ChromeDriver breaking Python script
Posted by: genericusername12414 - Mar-14-2024, 04:03 AM - Forum: General Coding Help - Replies (1)

Have an old script im trying to run. It uses "chromedriver.exe" to run. Every once in a while when chrome updates it breaks the app and id have to go ..... More

Print this item

  File is not being created with 'w' argument
Posted by: CAD79 - Mar-13-2024, 08:04 AM - Forum: General Coding Help - Replies (3)

I am trying to create a small program to parse a text file that outputs data from a datalogger, but from what I have looked up online, using 'w' as an..... More

Print this item

Sad "Disabled" Buttons Still Clickable.
Posted by: Nd4SpdSe - Mar-12-2024, 06:46 PM - Forum: General Coding Help - Replies (6)

Hello. I've never been good a programming, and I know I'm trying to run before learning to walk, but it's kind of how I work by learning when I have a..... More

Print this item

  Saving file to html or pdf stopped working in PyQt6
Posted by: ejKDE - Mar-12-2024, 02:25 PM - Forum: GUI - Replies (4)

I'm currently trying to port PyQt5 to PyQt6 piece by piece. Functions that use html whether to save as html or pdf don't work and i couldn't find any ..... More

Print this item

  WebElements of an HTML page
Posted by: Nik1811 - Mar-12-2024, 12:39 PM - Forum: General Coding Help - Replies (2)

Hi! I'm new to Python programming and trying to create a POC for my project.

Goal:
1) Find all elements on the webpage(present inside and outside ..... More

Print this item

  break print_format lengthy line
Posted by: akbarza - Mar-12-2024, 11:24 AM - Forum: General Coding Help - Replies (4)

hi
in the below snippet code :

[python]info1={'name':'ali', 'classroom':3}
info2={'name':'mohammad','classroom':2}
print('{0[name]} is in class..... More

Print this item

  Interaction between Matplotlib window, Python prompt and TKinter window
Posted by: NorbertMoussy - Mar-11-2024, 04:14 PM - Forum: GUI - Replies (3)

Hi,
I would like to have a Maplotlib window with a graph and interacting with normal instruction from the kernel. In parallel, I would like to have a..... More


Attached Files

.py   Tkinter_talking_Mpl.py (Size: 1.75 KB / Downloads: 175)
Print this item

  Text parsing
Posted by: Arik - Mar-11-2024, 03:54 AM - Forum: General Coding Help - Replies (5)

Hello!

I parse emails with receipts to collect a database using Python.
Idea is to concatenate line starting with "&" or lowercase alphabet letter..... More

Print this item

  Why can I not see the code correctly in Python IDLE.?
Posted by: Trump - Mar-10-2024, 11:53 PM - Forum: General Coding Help - Replies (8)

I am using Python IDLE 2.7.18.4 on Windows 10. I copied a code from a pdf in my editor and made it as comments. The code look like this in my editor:..... More

Print this item

  print doesnt work in a function
Posted by: ony - Mar-10-2024, 06:51 PM - Forum: General Coding Help - Replies (2)

Ive been trying to make a random number generator with some luck stuff but im stuck here

[python]import random

randomnumber = random.sample(rang..... More

Print this item

  Portfolio Optimization code error i want to cry
Posted by: FinanceMotta - Mar-10-2024, 06:09 PM - Forum: General Coding Help - Replies (3)

I have been coding this bad boy for a long fucking time, started python recently more finance related stuff but i cannot get this MF to work like i sp..... More


Attached Files

.py   pinocchio_asset.py (Size: 3.74 KB / Downloads: 177)
Print this item

Question Running Python script through Task Scheduler?
Posted by: Winfried - Mar-10-2024, 03:39 PM - Forum: General Coding Help - Replies (8)

Hello,

This is my first try at running a Python (3.12.0) script through Windows 10's Task Scheduler… and it didn't work (as pretty much expected)...... More

Print this item

  No Internet connection when running a Python script
Posted by: basil_555 - Mar-10-2024, 09:18 AM - Forum: General Coding Help - Replies (8)

Hello. I have the follwoing Python code that checks a website for change. This script always gives me an error "Error checking website". What am I doi..... More

Print this item

  Weight Distribution
Posted by: 11drk9 - Mar-10-2024, 02:31 AM - Forum: General Coding Help - Replies (11)

Provide a python function for the below case and add a column
1) Sum parent weight based on Level_3 and distribute the values based on values in chil..... More

Print this item

  Learning curve
Posted by: astral_travel - Mar-09-2024, 09:16 PM - Forum: General Coding Help - Replies (3)

Hi,
Can you describe what would be the wanted and essential substances/knowledge in order to be able to develop an automatic stocks trading system whi..... More

Print this item

  Tkinter Matplotlib Animation Graph not rendering
Posted by: dimidgen - Mar-09-2024, 04:48 PM - Forum: GUI - Replies (3)

I am trying to plot a real time stock price graph on a tkinter frame using matplotlib's funcanimation and tkcanvas, however whenever I try and put it ..... More

Print this item

  How to communicate between Electron Framework and python
Posted by: Abdul_Rafey - Mar-09-2024, 12:18 PM - Forum: General Coding Help - No Replies

I am trying to make a face recognition attendance system for schools using Python and Electron. I am using multiprocessing in Python which will create..... More

Print this item

  using PowerShell from Python script for mounting shares
Posted by: tester_V - Mar-09-2024, 07:11 AM - Forum: General Coding Help - Replies (8)

Greetings to you all!
I have a list of Hosts, I need to connect to each host and do something with the files on it.
For some reason some of the host..... More

Print this item

  Load data in Oracle
Posted by: muzokh - Mar-08-2024, 11:19 PM - Forum: General Coding Help - No Replies

hi
I am working on this for the last night but no luck . I am trying to load multiple csv files from a specific folder and load in into oracle data..... More

Print this item

  Adding PD DataFrame column
Posted by: bsben - Mar-08-2024, 04:14 PM - Forum: General Coding Help - Replies (2)

Moring All.

I'm a bit stuck when adding a new column to a DF. This can get a little confusing, but will try to keep it simple.

I'm working with..... More

Print this item

  Help with to check an Input list data with a data read from an external source
Posted by: sacharyya - Mar-08-2024, 08:35 AM - Forum: General Coding Help - Replies (3)


.py   real_Time_Sinu_V5.py (Size: 7.06 KB / Downloads: 181)

I am not from coding background but currently am coding using python due to job requirements.
I have attached the code with whic..... More

Print this item

  How to use Session Tokens
Posted by: thepodric - Mar-08-2024, 03:41 AM - Forum: Web Scraping & Web Development - Replies (1)

I make my request from a server:
[python]

obj = requests.Session()
response = obj.request('get','https://192.168.0.22/api/', auth = HTTPB..... More

Print this item

  Help with input on make a questionforms
Posted by: sodavatten - Mar-07-2024, 08:59 PM - Forum: GUI - Replies (1)

In the process of learning python and tkinker via the internet on my own:-)

Have a small project I'm trying on right now, I think I'll learn more ..... More

Print this item

  A new endgame problem, almost solved but not quite 2
Posted by: max22 - Mar-07-2024, 07:12 PM - Forum: General Coding Help - No Replies

I'm trying to create my own chess endgame code for a trivial game 3 pieces on the board Q+K+k (all in Python) but I'm getting a wrong output at the n..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  auto applying for jobs 3 hours ago alextony85 noisefloor General Codin...
  please help with image re... Yesterday, 15:14 magnus28 magnus28 General Codin...
  [Tkinter] passing value f... Yesterday, 12:39 iqbshaik deanhystad GUI
  Gmpy2 Newbie Working on P... Yesterday, 06:39 charlesrkiss SofiaJone General Codin...
  Create bot to automate op... 07-25, 23:26 JonatasCavalini liberwicca General Codin...
  How to use a proxy when w... 07-25, 16:02 swiftproxy Jemercyli Web Scraping ...
  Key Logger 07-25, 02:42 Novaboxxx Novaboxxx Homework
  How to Create Swagger/Ope... 07-24, 17:47 tlopezdh amandaevans Web Scraping ...
  veri kazıma 07-24, 07:30 fehmikonkur DeaD_EyE Web Scraping ...
  Can I develop a live vide... 07-23, 07:08 mtrkhan MilesWeb Web Scraping ...
  python GUI - which to use... 07-23, 05:21 Johnse roshanchoudhary News and Disc...
Most views
  The best Prog... 572844
  Tutorial Requ... 485990
  Web Scraping ... 437309
  Newbie with P... 380355
  Thread remain... 351474
Most reputation
buran 581
snippsat 507
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+ 12074
buran 8175
snippsat 7352
deanhystad 6865
metulburr 5152
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Clement20 Today
connieann Yesterday
SINDHUJA Yesterday
SofiaJone Yesterday
Hiddeninplainsite Yesterday

User Panel Messages

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