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,236
» Latest member: Cristiano
» Forum threads: 38,776
» Forum posts: 175,790

Full Statistics

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

Latest Threads
Two arguments in input fu...
Forum: General Coding Help
Last Post: noisefloor
9 hours ago
» Replies: 3
» Views: 79
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
11 hours ago
» Replies: 3
» Views: 92
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 07:29 PM
» Replies: 0
» Views: 67
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:59 AM
» Replies: 3
» Views: 98
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Yesterday, 09:09 AM
» Replies: 452
» Views: 375,041
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:07 AM
» Replies: 2
» Views: 3,364
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,554
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 182
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,194
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,439

 
  NameError:
Posted by: azizrasul - Sep-28-2022, 09:32 PM - Forum: General Coding Help - Replies (12)

I get an error

NameError: name 'add_row_data_by_cell_coordinate' is not defined
in the following snippet of code.

[python]..... More

Print this item

  Create multiple/single csv file for each sql records
Posted by: mg24 - Sep-28-2022, 07:49 PM - Forum: General Coding Help - Replies (6)

Hi Team,

I am creating multiple csv files, one csv for one records.
with header. code is working as expected.

I want to avoid fetch all , as of..... More

Print this item

  replace and extract value
Posted by: mg24 - Sep-28-2022, 06:05 PM - Forum: General Coding Help - Replies (5)

Hi Team,

I have below input variables.

market date 6 digit exclude dashes.
RunTime = all digit except last 3, remove "-", " " , ":"

I..... More

Print this item

  How to import another Python in different directory?
Posted by: dee - Sep-28-2022, 05:03 PM - Forum: General Coding Help - Replies (3)

Hello,
I would like to get help on importing another Python program in different directory. I didn't seem finding that is straight forward from googl..... More

Print this item

  Different Correlation Coefficents with different Time Ranges
Posted by: giaco__mar - Sep-28-2022, 02:03 PM - Forum: Data Science - No Replies

I built a Time-Series that displays the price of the Electricty Price in South Italy and two of their most important commodities (commodities, gas) us..... More

Print this item

  How to install a download package in anaconda environment
Posted by: Viachan - Sep-28-2022, 10:36 AM - Forum: News and Discussions - Replies (2)

Hello, I am newbie for Python.

My company network seems blocking the download of selenium package (Screen capture), so I cannot install in Jupyter ..... More


Attached Files

Thumbnail(s)
       
Print this item

  Object reference not set to an instance of an object When calling SOAP request
Posted by: jaffersaleem - Sep-28-2022, 05:11 AM - Forum: News and Discussions - Replies (1)

When I call a SOAP request from suds python ,it is giving Object reference not set to an instance of an object.I created the request objects from wsdl..... More

Print this item

  Changing file location
Posted by: azizrasul - Sep-27-2022, 09:32 PM - Forum: General Coding Help - Replies (6)

How do I amend the following code so that "filename.xlsx" is created in say "D:\SomeFolder\" and not in the default project folder.

[python]import ..... More

Print this item

  Image in Frame in Tabbed Widget
Posted by: Columbo - Sep-27-2022, 08:59 PM - Forum: GUI - Replies (4)

I have created a tabbed widget with 2 tabs and I put a frame in each tab. I want to place 2 images, one in each frame, but the image is not being dis..... More

Print this item

  store all variable values into list and insert to sql_summary table
Posted by: mg24 - Sep-27-2022, 08:56 PM - Forum: General Coding Help - Replies (3)

Hi Team,

I am working on a project, task is
1) extract sql table into csv
2) run chksum on it
3) gzip the file

and final steps to pass all v..... More

Print this item

Smile please help me
Posted by: arnold - Sep-27-2022, 08:10 PM - Forum: General Coding Help - Replies (1)

[python]import requests

response=requests.get('https://ac.search.naver.com/nx/ac?q=%EC%A3%BC%EC%8B%9D%20%E3%84%B1&con=0&frm=nv&ans=2&r_format=json&..... More

Print this item

  Convert Json to table formathttps://python-forum.io/thread-38313.html
Posted by: python_student - Sep-27-2022, 07:58 PM - Forum: General Coding Help - Replies (5)

I have a json as shown below and I need to convert this to table format. (all post about this did not help me and I think is because the json structur..... More

Print this item

  Read directory listing of files and parse out the highest number?
Posted by: cubangt - Sep-27-2022, 07:55 PM - Forum: General Coding Help - Replies (5)

So i have a directory where im placing files after my script runs, each file currently has a unique number in the file name.

Example: igMess_'+ f..... More

Print this item

  Determine if keyboard interrupt versus SIGINT trapped?
Posted by: Jibunnokage - Sep-27-2022, 07:40 PM - Forum: General Coding Help - Replies (5)

Determine if keyboard interrupt versus SIGINT trapped?

Not sure there is a way to determine this per se? Looked via Google for method, but the bes..... More

Print this item

  about help
Posted by: kucingkembar - Sep-27-2022, 05:09 PM - Forum: General Coding Help - Replies (12)

sorry for my bad English,
how to get to know all syntax or their explanation of a module or package,
for example:

import os
we kn..... More

Print this item

  Problem with BlackJack
Posted by: JengaBenga - Sep-27-2022, 02:07 PM - Forum: General Coding Help - No Replies

Hey guys,

I'm new here so I'm not sure, what informations you need, but here you go:

As a project I want to program Black Jack as a game. The ga..... More

Print this item

  make all text in Right to left alignment in tkinter widgets
Posted by: jalal0034 - Sep-27-2022, 01:29 PM - Forum: General Coding Help - Replies (1)

Hi everybody. How can align text in tkinter's widgets right to left? right to left languages when getting merge with left to right ones, cannot be rea..... More

Print this item

Bug Can´t create a class for frames
Posted by: ThomasFab - Sep-27-2022, 12:30 PM - Forum: GUI - Replies (5)

Hi Guys,

I need your help Angel


This Stuff is working well:
[python]import tkinter as tk
from tkinter import *
from tkinter import tt..... More

Print this item

  Writing string to file results in one character per line
Posted by: RB76SFJPsJJDu3bMnwYM - Sep-27-2022, 10:32 AM - Forum: General Coding Help - Replies (4)

I'm a Python noob. I'm running Python 3.9.2 on a Raspberry Pi Zero W running Raspbian GNU/Linux 11 (bullseye) with a temperature and humidity sensor a..... More


Attached Files

.txt   log.txt (Size: 102 bytes / Downloads: 225)
.py   temperature.py (Size: 1.05 KB / Downloads: 314)
Print this item

  QStyledItemDelegate and QTableView
Posted by: malonn - Sep-27-2022, 09:31 AM - Forum: GUI - Replies (1)

I have subclassed QStyledItemDelegate, reimplemented initStyleOption and set it to a QTableView. Everything works as expected, b..... More

Print this item

  Write from dictionary to excel
Posted by: divon - Sep-27-2022, 05:06 AM - Forum: Data Science - Replies (3)

Hello everyone, I would like to ask about how to write from a dictionary into excel.

The program that I have written so far:

[python]
import nu..... More

Print this item

  Reading Data from JSON
Posted by: tpolim008 - Sep-27-2022, 02:58 AM - Forum: General Coding Help - Replies (2)

Hello looking to see if anyone could help me out here. Ive been trying to figure this out but seem to keep getting stuck. Im not very advance in pytho..... More

Print this item

  Does this code need to be so long?
Posted by: duckredbeard - Sep-26-2022, 09:47 PM - Forum: General Coding Help - Replies (4)

Made this timer to go with my son's BattleBots Arena (this [url=https://python-forum.io/thread-38301.html]..... More

Print this item

  python call stored procedure with two parameter
Posted by: mg24 - Sep-26-2022, 07:22 PM - Forum: General Coding Help - Replies (4)

Hi Team,

How to call below working stored procedure via python.

below stored procedure works in microsoft sql. when run manually.
EXEC dbo.uniq..... More

Print this item

  Problem with my Black Jack game...
Posted by: JengaBenga - Sep-26-2022, 07:06 PM - Forum: Homework - Replies (2)

Hey guys,

I'm new here so I'm not sure, what informations you need, but here you go:

As a school project I want to program Black Jack as a game...... More


Attached Files

.py   BlackJack_2.py (Size: 4.78 KB / Downloads: 304)
Print this item

  Python Tutorial 4.4 Loop Explained
Posted by: rts - Sep-26-2022, 06:38 PM - Forum: General Coding Help - Replies (2)

New to Python and working thru the tutorials.

In the example of "for" loops that determines prime numbers. It uses the "%" to determine if there is..... More

Print this item

  a proxy function for a generator
Posted by: Skaperen - Sep-26-2022, 05:19 PM - Forum: News and Discussions - No Replies

suppose i have a generator named g(). i create a function named f() that when called with keyword argument gen=True will call g(*args,**kwargs) and ..... More

Print this item

  Importing openpyxl
Posted by: azizrasul - Sep-26-2022, 04:24 PM - Forum: General Coding Help - Replies (13)

I have imported openpyxl. However, if I use the following line

import openpyxl
I get the

[python]ModuleNotFoundError: No mo..... More

Print this item

  Trading Bot written in Python for Windows
Posted by: Pizzlew - Sep-26-2022, 03:41 PM - Forum: News and Discussions - Replies (3)

Hello.

Absolutely no knowledge of Python human here:

Background:

Trading robot written in python for windows keep crashing when trying to exe..... More

Print this item

  Issue in Starting Django project with Docker
Posted by: Prabakaran141 - Sep-26-2022, 12:15 PM - Forum: General Coding Help - No Replies

Hello Python Geeks,

Looking for geeks' insight for django-docker related issues. I'm not able to run the command "docker-compose run --rm app sh -c..... More

Print this item

  How to resolve my problem in Pycharm?
Posted by: bshoushtarian - Sep-26-2022, 11:45 AM - Forum: General Coding Help - No Replies

Hi,

I'm using Pycharm to classify images of Clothing based on the following link:

https://colab.research.google.com/github...examples/b..... More

Print this item

  accept command line argument
Posted by: mg24 - Sep-26-2022, 11:34 AM - Forum: General Coding Help - Replies (5)

Hi Team,

how to accept multiple values or a list of values from command prompt. and store into single variable.

folderpath, next list of file ..... More

Print this item

  pickle problem
Posted by: DPaul - Sep-26-2022, 09:22 AM - Forum: General Coding Help - Replies (13)

Hi,
I can write and read pickle files, no problem.
But if I lookup how to merge a pickle file to an existing pickle file, I get somewhat confused,
I f..... More

Print this item

  asyncio not being faster than synchronous calls
Posted by: mikisDW - Sep-26-2022, 07:46 AM - Forum: General Coding Help - No Replies

Hello,

I'm trying to download data from the scopus api via python (https://dev.elsevier.com/documentation/A...alAPI.wadl).
Since we're ta..... More

Print this item

  openpyxl rename sheet acting strange
Posted by: Pedroski55 - Sep-25-2022, 11:30 PM - Forum: General Coding Help - Replies (1)

I have a big sales Excel file. I want to extract data according to a criteria and save it to another Excel

When I make the new Excel, it has 1 shee..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Two arguments in input fu... 9 hours ago Alfredd noisefloor General Codin...
  Backward compatibility qu... 11 hours ago yutaozhou buran News and Disc...
  [Tkinter] I’m building a ... Yesterday, 19:29 tsgiannis tsgiannis GUI
  [openpyxl] Set the lockin... Yesterday, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... Yesterday, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... Yesterday, 06:07 almahdi mamta25 News and Disc...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
  Can I develop a live vide... 11-05, 08:31 mtrkhan ankitsharma32 Web Scraping ...
  [SOLVED] Linefeed when wr... 11-04, 11:51 Winfried buran General Codin...
Most views
  The best Prog... 578682
  Tutorial Requ... 509091
  Web Scraping ... 441836
  Newbie with P... 385788
  New Users Int... 375041
Most reputation
buran 581
snippsat 510
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Cristiano Today
Alfredd Today
clayote Today
yutaozhou Yesterday
EchoFlowar3Dip Yesterday

User Panel Messages

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