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,254

Full Statistics

Online Users
There are currently 235 online users.
» 0 Member(s) | 231 Guest(s)
Baidu, Bing, Google, Mojeek

Latest Threads
auto applying for jobs
Forum: General Coding Help
Last Post: Larz60+
8 hours ago
» Replies: 1
» Views: 91
please help with image re...
Forum: General Coding Help
Last Post: magnus28
Yesterday, 03:14 PM
» Replies: 5
» Views: 164
passing value from tkinte...
Forum: GUI
Last Post: deanhystad
Yesterday, 12:39 PM
» Replies: 4
» Views: 146
Gmpy2 Newbie Working on P...
Forum: General Coding Help
Last Post: SofiaJone
Yesterday, 06:39 AM
» Replies: 8
» Views: 2,716
Create bot to automate op...
Forum: General Coding Help
Last Post: liberwicca
Jul-25-2025, 11:26 PM
» Replies: 1
» Views: 23,556
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,099
Key Logger
Forum: Homework
Last Post: Novaboxxx
Jul-25-2025, 02:42 AM
» Replies: 0
» Views: 90
How to Create Swagger/Ope...
Forum: Web Scraping & Web Development
Last Post: amandaevans
Jul-24-2025, 05:47 PM
» Replies: 6
» Views: 6,463
veri kazıma
Forum: Web Scraping & Web Development
Last Post: DeaD_EyE
Jul-24-2025, 07:30 AM
» Replies: 11
» Views: 417
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: MilesWeb
Jul-23-2025, 07:08 AM
» Replies: 5
» Views: 6,526

 
  help with accessing .txt file and performing actions
Posted by: SamWestlakeCann - Mar-07-2024, 12:30 PM - Forum: General Coding Help - Replies (4)

Please forgive me in advance I am new and this has been doing my head in for ages, I just need to bash heads with someone to hopefully help any help w..... More

Print this item

  TypeError: cannot pickle ‘_asyncio.Future’ object
Posted by: Abdul_Rafey - Mar-07-2024, 07:52 AM - Forum: General Coding Help - Replies (1)

I am making a face recognition attendance system using python, whenever a request comes to WebSocket it opens a new camera in a new process using mult..... More

Print this item

  currency converter using forex-python
Posted by: preethy12ka4 - Mar-06-2024, 10:48 PM - Forum: General Coding Help - Replies (8)

I installed forex-python as pip in cmd and package in pycharm
I used an online code for currency conversion, which is throwing an error as shown belo..... More

Print this item

  Tkinter: An image and label are not appearing.
Posted by: emont - Mar-06-2024, 08:23 PM - Forum: GUI - Replies (7)

Hello,

I have this python code:

[python]import tkinter as tk
from typing import Self
import selenium
import os
import shutil
import getpas..... More

Print this item

  A new endgame problem, almost solved but not quite
Posted by: max22 - Mar-06-2024, 06:47 PM - Forum: News and Discussions - 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

  Is a good practice naming user defined python functions with prefix udf_?
Posted by: meerkat - Mar-06-2024, 06:15 PM - Forum: News and Discussions - Replies (2)

As we know, usually python user defined functions are named like get_record_count(), add_numbers(). But to make the functions easy to search and manag..... More

Print this item

  Python Security
Posted by: Cammuel - Mar-06-2024, 03:41 PM - Forum: General Coding Help - Replies (1)

Hello,

I am new to Python and have yet to scrape the surface of its nature and capabilities. I have some previous experience coding and would reall..... More

Print this item

  using ctypes to use a dll in a python module
Posted by: dauriac - Mar-05-2024, 02:48 PM - Forum: General Coding Help - Replies (3)

Hello, working on a windows system and I need to import a dll into a python module. I use ctypes
[python]
import ctypes,sys
myLib = ctypes.CDLL("./..... More

Print this item

  Screenshot problem
Posted by: DPaul - Mar-05-2024, 07:34 AM - Forum: Bar - Replies (7)

Hi,
When a user wants to save a document , that is shown in the tKinter canvas area of the gui,
he hits a button, and a screenshot is taken to the c..... More

Print this item

  PIL not recognised in subprocess
Posted by: bobtbown - Mar-05-2024, 04:32 AM - Forum: General Coding Help - Replies (2)

I have a script to show images using the the import "from PIL import Image, ImageTk" and it works fine when running the script by itself. I have Pill..... More

Print this item

  Matching string from a file
Posted by: tester_V - Mar-04-2024, 09:07 PM - Forum: General Coding Help - Replies (5)

Greetings!
I’d like to match strings in files, it seems simple but I’m failing to do this…
It has multiple white spaces before the word Start Time o..... More

Print this item

  Senior Full-stack Python Developer
Posted by: Nadiia_H - Mar-04-2024, 07:56 PM - Forum: Jobs - Replies (2)

Are you a talented senior developer looking for a remote job that lets you show your skills and get better compensation and career growth? Look no fur..... More

Print this item

  Embed Matplotlib Graph to Tkinter?
Posted by: dimidgen - Mar-04-2024, 07:40 PM - Forum: General Coding Help - No Replies

Hi all,

I am trying to animate stock prices from a csv file on a matplotlib graph and embed this onto tkinter. The issue is that I can't seem to ge..... More

Print this item

  ValueError: could not convert string to float: '' fron Entry Widget
Posted by: russellm44 - Mar-04-2024, 06:17 PM - Forum: GUI - Replies (5)

Hello,

I have a simple program that takes user input from a tkinter entry widget and then converts the user input to a float for processing.

I a..... More

Print this item

  socket library
Posted by: Kate - Mar-04-2024, 03:51 PM - Forum: General Coding Help - Replies (1)

I am new to python socket.py and while learning this library I got a question, answer to which I coundn't find in any resource.
I know that there is ..... More

Print this item

  print(0.1+0.2==0.3)
Posted by: akbarza - Mar-04-2024, 06:59 AM - Forum: General Coding Help - Replies (3)

hi
I saw in a quiz on Instagram that wanted the result of

 print(0.1+0.2==0.3)
.
it had 4 choices:
1)True
2)False
3) machine de..... More

Print this item

  mode()
Posted by: huey17 - Mar-04-2024, 05:53 AM - Forum: General Coding Help - Replies (1)

Hi, I am a newbie to Python.
Am trying to impute a categorical column with mode but failed. Not sure what is the problem :

data.loc[(data.horsepow..... More

Print this item

  Hi people !
Posted by: astral_travel - Mar-03-2024, 04:38 PM - Forum: Bar - Replies (3)

i'm back to learning python,

how are you ?

Print this item

  problem with memory_graph module
Posted by: akbarza - Mar-03-2024, 02:25 PM - Forum: General Coding Help - Replies (5)

hi
code:
[python]# from:https://pypi.org/project/memory-graph/
'''
custom copy method
We can write our own custom copy function or method in case..... More

Print this item

  confusion on importing modules
Posted by: carter187 - Mar-03-2024, 12:27 PM - Forum: General Coding Help - Replies (4)

Hello,

I want to build a simple web browser following along this https://browser.engineering/http.html and have created a directory like this:

[..... More

Print this item

  CTkScrollableDropdown error: bad window path name ".!ctkscrollabledropdown"
Posted by: CopperGenie - Mar-03-2024, 03:20 AM - Forum: GUI - Replies (1)

Hello! I'm using tkinter, customtkinter (ctk), and CTkScrollableDropdown (ctksd). This la..... More

Print this item

Question I’m trying to create a Power BI Matplotlib quadrant chart and I’m a little stumped.
Posted by: Nidwolff - Mar-03-2024, 01:41 AM - Forum: Data Science - Replies (1)

Hey guys!

So I’ve started experimenting with coding since around three weeks ago, exclusively using Python and I’ve been somewhat able to Frankenstei..... More

Print this item

  Python openyxl not updating Excel file
Posted by: MrBean12 - Mar-03-2024, 12:00 AM - Forum: General Coding Help - Replies (1)

I am at wit's end trying to debug this program. Problem is, it does not update my Excel file. Cry Sad

[python]
def GetExistingOrders(s..... More

Print this item

Exclamation Json API
Posted by: JayPy - Mar-02-2024, 08:25 PM - Forum: General Coding Help - Replies (4)

Hi All,
I have written the following code to generate json file from oracle database, and the file doesn't have the Keys(Columns) only values printin..... More

Print this item

  Saving a manytomany form
Posted by: polaije - Mar-02-2024, 06:10 PM - Forum: General Coding Help - Replies (2)

I have in my models two tables Article and Client, the relation is ManyToMany in client :
[python] articles = models.ManyToManyField(Article, throug..... More

Print this item

  problem with nosetests in run
Posted by: akbarza - Mar-02-2024, 12:05 PM - Forum: General Coding Help - Replies (2)

hi
we have below codes:
[python]# finctions.py
def add(a,b):
return a+b
def subtract(a,b):
return a-b
def multiply(a,b):
return a*..... More

Print this item

  Re Try loop for "net use..." failures
Posted by: tester_V - Mar-01-2024, 11:08 PM - Forum: General Coding Help - Replies (10)

Greetings to you all!
I’m trying to get some files from the remote hosts.
I’m using a ‘net use’ string for mapping drives and getting files.
Some o..... More

Print this item

  python web scrapping
Posted by: mg24 - Mar-01-2024, 12:49 PM - Forum: Web Scraping & Web Development - Replies (1)

from this URL.
Using python selenium I want to take screenshot all charts.

https://www.tiaa.org/public/investment-p.../profile?t..... More

Print this item

  Preprocessing an OBJ file, what is the best way to?
Posted by: KeithSloan - Mar-01-2024, 11:38 AM - Forum: General Coding Help - Replies (7)

I would like to preprocess some very large OBJ file see https://en.wikipedia.org/wiki/Wavefront_.obj_file.

In python I would like to preprocess the..... More

Print this item

  [Numpy] Load date/time from .txt to 'datetime64' type.
Posted by: water - Mar-01-2024, 08:54 AM - Forum: Data Science - Replies (4)

I have date/time data in .txt file likes below format:
[python]
2024-2-27, 0:0:0
2024-2-27, 3:7:2
2024-2-27, 4:11:3
2024-2-27, 6:3:5
2024-2-27, ..... More

Print this item

  Python django view error
Posted by: ZeeKolachi - Mar-01-2024, 04:57 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi, Dear Members,
I am a new learner of Python, and during the Django library, the error has occurred while importing the views command, so, no (pyth..... More


Attached Files

Thumbnail(s)
           
Print this item

  (CLOSED) CTkScrollableDropdown error: bad window path name ".!ctkscrollabledropdown"
Posted by: CopperGenie - Feb-29-2024, 10:05 PM - Forum: GUI - Replies (4)

(POST CLOSED)

Hello! I'm using tkinter, customtkinter (ctk), and CTkScrollableDropdown..... More

Print this item

  DF.groupby(col).min works, mean gets a "not implemented" error
Posted by: samgardner5 - Feb-29-2024, 04:20 PM - Forum: General Coding Help - Replies (3)

I'm running through some data visualization tutorials, and find in my installation of Anaconda on Windows and pandas the mean function doesn't seem to..... More

Print this item

  list and operator *
Posted by: akbarza - Feb-29-2024, 08:01 AM - Forum: General Coding Help - Replies (1)

hi
I saw the below snippet cod in a quiz on the net:

my_list=[1,2,3]
print(my_list*3)
print(3*my_list)
in that quiz, the output..... More

Print this item

  drawing a table with the status of tasks in each thread
Posted by: pyfoo - Feb-29-2024, 07:55 AM - Forum: General Coding Help - Replies (3)

Hi all!

I have no formal training but I get scripts working by searching the net and reading.

I am attempting to run a threaded script using `co..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  auto applying for jobs 8 hours ago alextony85 Larz60+ 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 ... 437306
  Newbie with P... 380354
  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