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,957
» Latest member: GnomeSweetGnome
» Forum threads: 38,728
» Forum posts: 175,528

Full Statistics

Online Users
There are currently 54 online users.
» 0 Member(s) | 45 Guest(s)
Bing, Google, Applebot, AOL, Facebook Dev

Latest Threads
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
2 hours ago
» Replies: 0
» Views: 59
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 221
how to export a dictionar...
Forum: GUI
Last Post: Pedroski55
Yesterday, 03:45 AM
» Replies: 3
» Views: 276
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Yesterday, 01:04 AM
» Replies: 0
» Views: 428
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,536
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,489
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Sep-23-2025, 09:08 AM
» Replies: 0
» Views: 362
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Sep-23-2025, 03:29 AM
» Replies: 2
» Views: 830
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Sep-22-2025, 08:56 PM
» Replies: 9
» Views: 1,050
403 error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 5,328

 
  scipy.signal.find_peak VS Matlab's findpeaks function
Posted by: claw91 - Sep-15-2020, 10:47 AM - Forum: Data Science - Replies (2)

I'm interested in finding positive and negative peaks in a data sample with Python.

To give you a better idea, I'm considering Matlab's findpeaks f..... More

Print this item

  What is wrong with my code???
Posted by: MrLeads - Sep-15-2020, 09:49 AM - Forum: General Coding Help - Replies (15)

Can anyone please help me with the problem with this code-

[python]def prime_num(a):
if a>1:
for x in range(2,a):
if (a%x)==0:..... More

Print this item

  How to Print a list = ['a','b','c'], using tkinter along with a custom font?
Posted by: Pleiades - Sep-15-2020, 03:43 AM - Forum: GUI - Replies (2)

Smash

I'm trying to print out a list using tkinter and a custom font with the font family that is named Voynich. I have made several lists name..... More

Print this item

  Repeat keywords at end of every line
Posted by: knob - Sep-15-2020, 02:01 AM - Forum: Homework - Replies (4)

Good evening, I would like to read a text file and create an output with the results.
I'm new on python and i'm looking a way to develop this code.
..... More

Print this item

  Function help
Posted by: Nickd12 - Sep-15-2020, 01:01 AM - Forum: General Coding Help - Replies (10)

[python]def my_room_light_on():
my_room_l_on = b.set_light([1, 2, 9, 10], 'on', True)
my_room_l_off = b.set_light([1, 2, 9, 10], 'on', False..... More

Print this item

  pip3 install opencv-python fails on 'skbuild'
Posted by: Pedroski55 - Sep-14-2020, 10:40 PM - Forum: General Coding Help - Replies (2)

With some help from askubuntu I got it working:

I used:

Quote:sudo apt-get install python3-opencv

I must have installed the module for Pyt..... More

Print this item

  Error when running mktorrent subprocess command
Posted by: pythonnewbie138 - Sep-14-2020, 09:53 PM - Forum: General Coding Help - Replies (4)

Hi there,

I can't figure out why my mktorrent subprocess command is failing. Any help in understanding why would be much appreciated.

Here's my ..... More

Print this item

  Comparing items from 2 lists of dictionaries
Posted by: illwill - Sep-14-2020, 08:38 PM - Forum: General Coding Help - Replies (7)

Hey all,

I working with 2 json data sets, I've imported them into variables so that I now have 2 lists of dictionaries.

I need to check if the i..... More

Print this item

  RE: Data isn't writing to the Database with Django and SQL Lite
Posted by: card51shor - Sep-14-2020, 08:35 PM - Forum: Homework - Replies (15)

Hey guys I'm working on creating an Auction site and I've got a bunch of it done but I'm running into trouble with the Watchlist model I created.

W..... More

Print this item

  Concatenate two dataframes
Posted by: moralear27 - Sep-14-2020, 07:04 PM - Forum: General Coding Help - Replies (2)

Hi, I am currently trying to do which looks like a pretty complicated program. I have one dataframe without header which looks in this way:


Param..... More

Print this item

  Can somebody check what is wrong with my code?
Posted by: hplus_liberation - Sep-14-2020, 06:39 PM - Forum: General Coding Help - Replies (4)

The purpose of the code is to add the digits of the factorial product such as 5! = 120 and the output is 1 + 2 = 3.
[python]import math
num = 10
fa..... More

Print this item

  Matplotlib clear x,y data
Posted by: LoneStar - Sep-14-2020, 05:55 PM - Forum: GUI - No Replies

Hi,

How do I clear a Matplotlib line chart's data? I have the following lines when a user clicks a button:

[python]
def on_btn_reset(self):
..... More

Print this item

  Web developer needed for btc store
Posted by: dorathewhora - Sep-14-2020, 05:53 PM - Forum: Jobs - Replies (3)

Hello there, I'm looking for an experienced developer who can create a auto shop from scratch
There's no hardcore coding, it uses simple html,css,php..... More

Print this item

  Earn some $$ for a bug fix in my bot
Posted by: dorathewhora - Sep-14-2020, 05:43 PM - Forum: Jobs - Replies (1)

Hello there, My two bots are kinda spam bots but used for promotions
Recently it stopped working for some strange reason, In order to test-fix it yo..... More

Print this item

  Need to access Windows Machine or Personal Certificate Store and send to web app
Posted by: seswho - Sep-14-2020, 04:57 PM - Forum: General Coding Help - No Replies

Working on a project requiring the retrieval of a certificate from either the personal or machine windows certificate store so it can be passed to a w..... More

Print this item

  Odd behavior when starting Explorer.exe
Posted by: malonn - Sep-14-2020, 04:32 PM - Forum: General Coding Help - Replies (2)

I'm trying to successfully restart Explorer.exe (Windows 10) via Python 3.x. I'm using the subprocess module and it's run() function..... More

Print this item

  How to mark duplicate rows in pandas
Posted by: Mekala - Sep-14-2020, 01:29 PM - Forum: General Coding Help - Replies (3)

Hi,
I have below pandas dataframe:

[python]ID Pop SG time Stg Rank Name
A.1 T1 A.0 2020-08-01 10:45:00 VG 1 LA
A.2 T1 A.0 2020-..... More

Print this item

  not getting image src in my BeautifulSoup csv file
Posted by: farhan275 - Sep-14-2020, 01:26 PM - Forum: Web Scraping & Web Development - Replies (11)

I am getting image src in my python shell look like this:
[python]image link:https://images-na.ssl-images-amazon.com/images/I/41oJQTxCbZL._AC_US40_.j..... More

Print this item

  Anyone else having issues with forum emails?
Posted by: GOTO10 - Sep-14-2020, 11:56 AM - Forum: Board - Replies (5)

Searching my email history, it looks like the last email notification I got from this board was on August 27th. I noticed at the end of August that I..... More

Print this item

  Python Requests package: Handling xml response
Posted by: soumyarani - Sep-14-2020, 11:25 AM - Forum: General Coding Help - Replies (1)

I'm learning Python programming and I just completed classes about lists, tuples, functions, and methods
I like very much the requests package and it..... More

Print this item

  Binding Complex data to Combobox
Posted by: gcfernando - Sep-14-2020, 11:16 AM - Forum: General Coding Help - Replies (2)

Hi All,

In Customer table have two columns "ID" and "Name"

I want to bind the Customer information to Combobox, as Values I set Name property.
..... More

Print this item

  [split] openpyxl workbook module not callable
Posted by: yosoyebj - Sep-14-2020, 09:57 AM - Forum: General Coding Help - Replies (1)

[Image: AEv6JHo.jpg]

i have this same error. but i couldn't fix it

Print this item

  I am really confused with this error.
Posted by: Runar - Sep-14-2020, 09:12 AM - Forum: General Coding Help - Replies (3)

I honestly have no idea what is going on or why my code will not work :(

[python]import sys


first_num = int(sys.argv[1])
second_num = int(sys..... More

Print this item

  How do I iterate over an array and perform actions using selenium chrome webdriver?
Posted by: master - Sep-14-2020, 05:28 AM - Forum: Web Scraping & Web Development - No Replies

I want to do a search for every element in an array

My code works and searches for the first element in the array only

Any ideas why it does not..... More

Print this item

  Compiling Python 3.8.5 source code results in build error
Posted by: Deepan - Sep-14-2020, 04:11 AM - Forum: General Coding Help - No Replies

Hi Everyone,

###Sytesm & Other details
SUSE-15, OPENSSL 1.1.1, GCC 7.5.0

###Error
• Failed to build these modules:
_ctypes

..... More

Print this item

  don't understand format of if/else statements
Posted by: Colin999 - Sep-14-2020, 01:06 AM - Forum: General Coding Help - Replies (3)

Hello, I'm using PythonAnywhere.com. I don't understand how to format these if/else statements so when the user doesn't enter their name, the result w..... More

Print this item

  Json fields not being retrieved
Posted by: mrcurious2020 - Sep-14-2020, 12:16 AM - Forum: General Coding Help - Replies (4)

I am trying to read a json file using the below. I am unable to retrieve values though. I'd appreciate a correction to the code below please.

[pyth..... More

Print this item

  Scrollable big image in a window (TKinter)
Posted by: Prospekteur - Sep-13-2020, 07:15 PM - Forum: GUI - Replies (3)

Im trying to make a scrollable image in a window in TKinter. Its enough to scroll the image upwards and downwards, theres no need for scrolling left a..... More

Print this item

  .py to .exe using pyinstaller problem.
Posted by: iNickster - Sep-13-2020, 04:26 PM - Forum: General Coding Help - Replies (3)

I am trying to compile my .exe from my .py file using pyinstaller. I am getting this error - [code]440 INFO: PyInstaller: 4.1.dev0
440 INFO: Python: ..... More

Print this item

  Double GUI
Posted by: malonn - Sep-13-2020, 02:31 PM - Forum: GUI - Replies (1)

Code then question:
[python]import tkinter as T
from tkinter import ttk
from tkinter import messagebox
import os
import subprocess


# Don't w..... More

Print this item

  Trouble with Sort
Posted by: Milfredo - Sep-13-2020, 10:14 AM - Forum: General Coding Help - Replies (8)

I am having trouble getting sort to work.

Here is the code

[python]
def load_track_to_Handi():
my_tracklabel= Label(root, text =" ..... More

Print this item

  Issue with Dynamical Models course
Posted by: cilyt - Sep-13-2020, 08:16 AM - Forum: Homework - Replies (1)

Hi Guys,

I would like to ask a help for my homework Angel
I hope I did an understandable translation for the task.

Thanks in advance:
[i..... More

Print this item

  Project 4 Shape Calculator FreeCodeCamp
Posted by: btownboy - Sep-13-2020, 03:08 AM - Forum: Homework - Replies (5)

Hey All,

I have basically completed the code for this assignment, but I have receiving 3 errors and 3 failures. Anyways been trying to figure them ..... More

Print this item

  Using one method's result for another method in the same Class?
Posted by: btownboy - Sep-12-2020, 09:58 PM - Forum: General Coding Help - Replies (3)

Hey Guys,

I have a question as mentioned in the title. can you use one method's result for another method in the same Class?. I wish to use the res..... More

Print this item

  while True error
Posted by: Nickd12 - Sep-12-2020, 09:32 PM - Forum: General Coding Help - Replies (2)

im trying to prepare a program to basically to back to the start of the while true loop if no response was found how can I do this?

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My goal to be hired worki... 2 hours ago GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... Yesterday, 13:49 Perry DeaD_EyE General Codin...
  [Tkinter] how to export a... Yesterday, 03:45 RonR Pedroski55 GUI
  Is the interpreter that c... Yesterday, 01:04 helendamdam helendamdam General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... 09-23, 03:29 Littlefish Littlefish General Codin...
  Using a For Loop to subtr... 09-22, 20:56 Anunderling deanhystad General Codin...
  403 error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
Most views
  The best Prog... 576901
  Tutorial Requ... 499515
  Web Scraping ... 440681
  Newbie with P... 384651
  New Users Int... 368642
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+ 12088
buran 8176
snippsat 7367
deanhystad 6895
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
GnomeSweetGnome Yesterday
alxpetrovo2272 Yesterday
Jamirul Yesterday
Perry Yesterday
bianchiluca116 09-24

User Panel Messages

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