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,274
» Latest member: SavingSquirrel199835
» Forum threads: 38,788
» Forum posts: 175,861

Full Statistics

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

Latest Threads
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
3 hours ago
» Replies: 1
» Views: 66
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Yesterday, 06:47 PM
» Replies: 2
» Views: 144
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Yesterday, 04:13 PM
» Replies: 5
» Views: 3,073
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-17-2025, 10:27 PM
» Replies: 3
» Views: 202
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 185
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Nov-17-2025, 08:44 AM
» Replies: 2
» Views: 139
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 191
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 368
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 80
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
Nov-14-2025, 06:02 PM
» Replies: 10
» Views: 383

 
  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

  Help with datatypes and conversion between them
Posted by: crashmeplease - Sep-12-2020, 07:29 PM - Forum: General Coding Help - Replies (2)

I am using opencv to do a simple task, namely draw a rectangle with a certain colour. I have used opencv in the past with python to do simple things, ..... More

Print this item

  Exporting Stock Fundamental Data to a CSV file with yahoo_fin
Posted by: DustinKlent - Sep-12-2020, 07:20 PM - Forum: General Coding Help - Replies (2)

Good Day Everyone,

I am attempting to write a python script which can take a list of stocks from a CSV file and pull fundamental stock data for eac..... More

Print this item

  Create new Excel instead of update certain sheet
Posted by: Pietertl - Sep-12-2020, 05:18 PM - Forum: General Coding Help - Replies (1)

Dear All,

I'm really new with this Python and need guidance from the expert.

My colleague has 2 python programs that previously was working fine..... More

Print this item

  Rotation Effect on live Webcam Feed
Posted by: Leziiy - Sep-12-2020, 04:25 PM - Forum: General Coding Help - No Replies

Halo, i´m studient to highschool. Big Grin

I need to do a code that make rotation Effect on live Webcam Feed for and against the hands of the c..... More

Print this item

  Practice problem using lambda inside the class
Posted by: jagasrik - Sep-12-2020, 12:34 PM - Forum: General Coding Help - Replies (3)

I am trying to check if the sum of all 3 sides of triangle is equal to 180 , if it is then it should output true else false,
I am using lamba functi..... More

Print this item

  Multiple conditions, one is null
Posted by: moralear27 - Sep-12-2020, 09:57 AM - Forum: General Coding Help - Replies (1)

I am not really good at python but I am trying to make a pretty basic program to concatenate tons of files, be able to filter according to some criter..... More

Print this item

  system of inequalities in python
Posted by: fiel - Sep-12-2020, 05:59 AM - Forum: General Coding Help - Replies (1)

HI Programmers!

Please help! How does one solve this equation using python?
open the image below
[img]file:///C:/Users/FIEL%20UNITESON/Documents..... More

Print this item

  how to reference excel range one by one
Posted by: mqzhang99 - Sep-12-2020, 04:20 AM - Forum: General Coding Help - Replies (1)

Good day community,

I want to use a loop to write a value back to Excel cells. Each time how can I use Range() to assign values in that column o..... More

Print this item

  Could python support HTML&css like Node.js?
Posted by: songyuc - Sep-12-2020, 04:15 AM - Forum: GUI - Replies (1)

Hi guys,
I have a new idea that I hope python can support HTML&css like Node.js, so that we could use python to develop an GUI app in a more interest..... More

Print this item

  Python for Accounting
Posted by: nafiul9090 - Sep-12-2020, 12:45 AM - Forum: Data Science - Replies (2)

Hello

I am totally new to python and I am an accountant. I am very much interested in python language. I would like to learn python for analyzing ..... More

Print this item

  Creating Complex Color Spectrum Plot From Data
Posted by: JoeDainton123 - Sep-11-2020, 11:48 PM - Forum: General Coding Help - Replies (2)

Hello all

I was hoping I could get some suggestions on how to implement the following Python program.

I work on the highway, one of the issues I..... More


Attached Files

Thumbnail(s)
           
Print this item

  Issue with plotting (basic)
Posted by: jmkook - Sep-11-2020, 09:48 PM - Forum: Homework - Replies (1)

I am supposed to plot angle = (slope)*voltage + (intercept) using linear regression
and angle and voltage are given.
angle (radians) = [-1.57, -1.26..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  link variable to exc bloc... 3 hours ago Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... Yesterday, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python Yesterday, 16:13 dutch mamta25 News and Disc...
  Graph Interpolate Difficu... 11-17, 22:27 Tuurbo46 deanhystad General Codin...
  [SOLVED] Access keys and ... 11-17, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... 11-17, 08:44 Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 11-15, 16:07 nathanael deanhystad General Codin...
  sorting a lisr of file pa... 11-15, 13:00 Skaperen DeaD_EyE News and Disc...
  conditional nested loops 11-14, 23:31 Skaperen Skaperen News and Disc...
  [solved] re.split issue 11-14, 18:02 paul18fr deanhystad General Codin...
  Please guide me to comple... 11-14, 15:33 pbkurd Larz60+ General Codin...
Most views
  The best Prog... 579136
  Tutorial Requ... 511491
  Web Scraping ... 442088
  Newbie with P... 386176
  New Users Int... 378677
Most reputation
buran 581
snippsat 511
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+ 12108
buran 8196
snippsat 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
SavingSquirrel199835 Yesterday
Astrobert Yesterday
DataScientist071 Yesterday
aminrony1999 11-17
fobby888 11-17

User Panel Messages

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