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,613
» Latest member: connieann
» Forum threads: 38,669
» Forum posts: 175,252

Full Statistics

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

Latest Threads
please help with image re...
Forum: General Coding Help
Last Post: magnus28
4 hours ago
» Replies: 5
» Views: 123
passing value from tkinte...
Forum: GUI
Last Post: deanhystad
7 hours ago
» Replies: 4
» Views: 131
Gmpy2 Newbie Working on P...
Forum: General Coding Help
Last Post: SofiaJone
Today, 06:39 AM
» Replies: 8
» Views: 2,685
auto applying for jobs
Forum: General Coding Help
Last Post: alextony85
Today, 12:00 AM
» Replies: 0
» Views: 59
Create bot to automate op...
Forum: General Coding Help
Last Post: liberwicca
Yesterday, 11:26 PM
» Replies: 1
» Views: 23,533
How to use a proxy when w...
Forum: Web Scraping & Web Development
Last Post: Jemercyli
Yesterday, 04:02 PM
» Replies: 1
» Views: 3,091
Key Logger
Forum: Homework
Last Post: Novaboxxx
Yesterday, 02:42 AM
» Replies: 0
» Views: 82
How to Create Swagger/Ope...
Forum: Web Scraping & Web Development
Last Post: amandaevans
Jul-24-2025, 05:47 PM
» Replies: 6
» Views: 6,461
veri kazıma
Forum: Web Scraping & Web Development
Last Post: DeaD_EyE
Jul-24-2025, 07:30 AM
» Replies: 11
» Views: 407
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: MilesWeb
Jul-23-2025, 07:08 AM
» Replies: 5
» Views: 6,521

 
  J'ai un "Failed: DID NOT RAISE <class 'Exception'>"
Posted by: williamKrakos - Feb-20-2024, 02:21 PM - Forum: Data Science - No Replies

code test.py:
[python]import pytest

#################### PHASE 1 ####################

def test_imports():
from pixel import Pixel
fro..... More

Print this item

Question How to add Python folder in Windows Registry ?
Posted by: Touktouk - Feb-20-2024, 09:09 AM - Forum: General Coding Help - Replies (1)

While trying to uninstall python to solve some errors, I have deleted that folder in the Windows Registery (and all the subfolder as well then): HKEY_..... More

Print this item

  I have 'Failed: DID NOT RAISE <class 'Exception'>'
Posted by: williamKrakos - Feb-19-2024, 11:55 PM - Forum: Homework - Replies (3)

code test.py:
[python]import pytest

#################### PHASE 1 ####################

def test_imports():
from pixel import Pixel
from image..... More

Print this item

  Puzzling import issue that I have no idea how to solvr
Posted by: starseeker - Feb-19-2024, 09:50 PM - Forum: General Coding Help - Replies (3)

I'm building an API with django ninja, for design reasons I'm using some logic inside microservice/logic/one_module.py that needs to get JSON data fro..... More

Print this item

Star Pairs Trading Simulation
Posted by: Kiitoos - Feb-19-2024, 08:27 PM - Forum: General Coding Help - Replies (2)

Hello, I am a student in finance and I have a project to do about pairs trading strategy. The fact is that my program works but gives me outputs that ..... More

Print this item

  Transform a list
Posted by: standenman - Feb-19-2024, 07:28 PM - Forum: Data Science - Replies (2)

I have a list of the bookmarks in pdf that I wish to transform. The list prints out in the form:

[[python][2, 'Medical Evidence of Record (MER) ..... More

Print this item

  recording textbox data into a variable
Posted by: paul18fr - Feb-19-2024, 06:13 PM - Forum: GUI - Replies (4)

Hi

This is my very (very) first test to code a GUI and I know it'll be a very (very) long way Wink .

In the following example, printing textbox..... More

Print this item

  Need to upgrade this code.
Posted by: valentino1337 - Feb-19-2024, 04:08 PM - Forum: Homework - Replies (2)

Hey everyone. For my project i need to extract single characters from a given string which are separated from each other by the increasing number of p..... More

Print this item

  Help with extracting characters from string
Posted by: valentino1337 - Feb-19-2024, 09:58 AM - Forum: Homework - Replies (2)

For our project we need to extract single characters from a given string which are separated from each other by the increasing number of places. Each ..... More

Print this item

  Export Utility for Inventor
Posted by: cthull12 - Feb-18-2024, 04:58 PM - Forum: Code Review - No Replies

I am trying to create a utility for my position that will allow the user to input a list of parts that need exported to DXF files from Inventor, then ..... More

Print this item

  importing variables from module
Posted by: 8376459 - Feb-18-2024, 11:10 AM - Forum: General Coding Help - Replies (1)

hello experts,
i am learning python.
my question:
i am trying to import string variables from separate module to avoid retyping the same strings i..... More

Print this item

  main GUI is not shown
Posted by: flash77 - Feb-18-2024, 07:09 AM - Forum: GUI - Replies (3)

Dear community,

the main GUI of my application is not shown - I don't know why...
I'm using PyCharm, but the debugger doesn't start. (In the past ..... More

Print this item

  Fastest way tkinter
Posted by: Quatrixouuu - Feb-17-2024, 10:59 PM - Forum: General Coding Help - Replies (2)

Hello sorry for my bad english, it's not my mother tongue, I'm trying to make a python code that allows to make the fastest path between two points wh..... More

Print this item

  custom exception
Posted by: dcr - Feb-17-2024, 07:57 PM - Forum: General Coding Help - Replies (1)

I always get a nun2hgh error even when I input abc. What am I doing wrong?

Just figured it out. num2hgh is an exception so it's get's executed bef..... More

Print this item

  Get an average of the unique values of a column with group by condition and assign it
Posted by: klllmmm - Feb-17-2024, 05:53 PM - Forum: General Coding Help - No Replies

I'm trying to get an average of the unique values of a column with a group by condition.

In the method, I followed I had to create a new data frame..... More

Print this item

  [split] How to ask Smart Questions (thread title expansion)
Posted by: saifalikhan9 - Feb-17-2024, 11:57 AM - Forum: Homework - No Replies

[python]import tkinter as tk
from tkinter import ttk, messagebox
from reportlab.pdfgen import canvas

class GuillotineCuttingOptimizer:
def _..... More

Print this item

  The function of double underscore back and front in a class function name?
Posted by: Pedroski55 - Feb-17-2024, 11:30 AM - Forum: General Coding Help - Replies (9)

I am just looking at Mandelbrot fractals. This class comes from realpython.com I know next to nothing about classes.

I saved this class as a module..... More

Print this item

  Python Launcher (on Windows) only necessary when 2 or more Python versions installed?
Posted by: pstein - Feb-17-2024, 09:02 AM - Forum: General Coding Help - Replies (1)

I wonder when users need the Python Launcher.

I installed newest 64bit Python v3.12.2 on Windows. Thats my one and only Python installation.

So..... More

Print this item

  How to receive two passed cmdline parameters and access them inside a Python script?
Posted by: pstein - Feb-17-2024, 08:55 AM - Forum: General Coding Help - Replies (2)

Sorry for this newbie question:

Assume I have have a python script myscript.py (on Windows 10).

Now I want to call this script (from command lin..... More

Print this item

  an uncatchable asyncio exception from in 3.12.2 but not 3.11.5
Posted by: wangli - Feb-17-2024, 04:10 AM - Forum: General Coding Help - No Replies

For the following code:
[python]
from asyncio import create_task, run as aiorun, sleep as aiosleep
from asyncio import get_event_loop, get_running_..... More

Print this item

  sort search results by similarity of characters
Posted by: jacksfrustration - Feb-16-2024, 07:43 PM - Forum: General Coding Help - Replies (5)

i have a stock market app that im building. basically i have the following code that works as a feature that allows the user to search for official co..... More

Print this item

  Unexpected termination of program when using JDBC drivers in python with jaydebeapi
Posted by: skarface19 - Feb-16-2024, 06:26 PM - Forum: General Coding Help - Replies (2)

I am trying to connect to a solid DB using JDBC drivers and the program just prints "point - 0" and quits. I cannot do anything because the frustratin..... More

Print this item

  Converting py to exe
Posted by: WiPi - Feb-16-2024, 08:47 AM - Forum: General Coding Help - Replies (10)

Hi all,
I am using PyInstaller to convert a python script to a windows exe file.
The python script is:
[python]#!/usr/bin/python

import requests..... More

Print this item

  Python3 string slicing
Posted by: Luchano55 - Feb-16-2024, 08:06 AM - Forum: General Coding Help - Replies (4)

And because we know how much you love variety, our library's jacked with everything from quick amateur hookups to full-scale pornstar throwdowns. No s..... More

Print this item

  function-decorator , which is checking an access according to USERNAME
Posted by: Liki - Feb-16-2024, 02:37 AM - Forum: Homework - Replies (6)

Hallo,

I'm asking for help for followed task:

"""
Realize a function-decorator , which is checking an access according to USERNAME
All USERNAM..... More

Print this item

  Tkinter callback exception
Posted by: Ben123 - Feb-15-2024, 07:02 PM - Forum: GUI - Replies (2)

Exception in Tkinter callback
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/tkinter/_..... More

Print this item

  File Handling not working properly
Posted by: TheLummen - Feb-15-2024, 04:08 PM - Forum: General Coding Help - Replies (8)

I've trying to find what is the error in the following code but I still get the error. Does anyone have any idea how to resolve this as I have been tr..... More

Print this item

  Python logging RotatingFileHandler writes to random file after the first log rotation
Posted by: rawatg - Feb-15-2024, 11:12 AM - Forum: General Coding Help - No Replies

I am using python logging.handlers.RotatingFileHandler for my log rotation. It is working fine and writting logs to let's say app.log file but after t..... More

Print this item

  file transfer
Posted by: DPaul - Feb-15-2024, 08:55 AM - Forum: Bar - Replies (10)

Hi,
My business is converting legacy files,lists,databases,images,pdfs,cards... etc.
into a format that can be searched by (genalogy) enthousiasts...... More

Print this item

  Exponeniation and Right Binding
Posted by: PhDoctus - Feb-14-2024, 10:21 PM - Forum: General Coding Help - Replies (3)

Please see the included images.

I was taking an online course and came across what I perceive as a problem. If I am ri..... More


Attached Files

Thumbnail(s)
       
Print this item

  How to automate the process
Posted by: br0oJ - Feb-14-2024, 12:01 PM - Forum: General Coding Help - No Replies

Hi all, I need to automate the process of generating a dataset. I want to open 3d models and have the ability to spin them around and take screenshots..... More

Print this item

  A troublesome error (PySpice)
Posted by: assafpeled - Feb-14-2024, 11:01 AM - Forum: General Coding Help - No Replies

Hello All,

Struggling with a basic and a much irritating bug in my code which utilizes the PySpice module.
I'm working on a Visual-Basic platform..... More

Print this item

  Need help with coding project
Posted by: jjvoc - Feb-14-2024, 01:18 AM - Forum: General Coding Help - Replies (4)

HI, I'm new to python coding im trying to make a plant automation system and library. I'm trying to take a user input and run it against a list and if..... More


Attached Files

.py   Plant library and automation.py (Size: 1.26 KB / Downloads: 202)
Print this item

  Python best library for Excel reports & review of existing code
Posted by: MasterOfDestr - Feb-13-2024, 06:45 PM - Forum: General Coding Help - Replies (4)

I need to create excel report (update data in existing file) based on variety source data (also excel files). All data will be .xlsx. In general steps..... More

Print this item

  delete specific row of entries
Posted by: jacksfrustration - Feb-13-2024, 05:38 PM - Forum: General Coding Help - Replies (3)

I have a program i've been developing for a week. Basically it's a workout tracker app. You have the option of adding columns of entries,optionmenus a..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  please help with image re... 4 hours ago magnus28 magnus28 General Codin...
  [Tkinter] passing value f... 7 hours ago iqbshaik deanhystad GUI
  Gmpy2 Newbie Working on P... Today, 06:39 charlesrkiss SofiaJone General Codin...
  auto applying for jobs Today, 00:00 alextony85 alextony85 General Codin...
  Create bot to automate op... Yesterday, 23:26 JonatasCavalini liberwicca General Codin...
  How to use a proxy when w... Yesterday, 16:02 swiftproxy Jemercyli Web Scraping ...
  Key Logger Yesterday, 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... 572843
  Tutorial Requ... 485981
  Web Scraping ... 437304
  Newbie with P... 380350
  Thread remain... 351468
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+ 12072
buran 8175
snippsat 7352
deanhystad 6865
metulburr 5152
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
connieann Today
SINDHUJA Today
SofiaJone Today
Hiddeninplainsite Today
Sanju4555 Today

User Panel Messages

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