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,242
» Latest member: johnsonlucas83
» Forum threads: 38,777
» Forum posts: 175,798

Full Statistics

Online Users
There are currently 50 online users.
» 1 Member(s) | 44 Guest(s)
Google, Bing, AOL, Apple, kshahzad1985

Latest Threads
I’m building a Python Dat...
Forum: GUI
Last Post: buran
43 minutes ago
» Replies: 4
» Views: 129
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Today, 05:37 AM
» Replies: 1
» Views: 57
Data Science
Forum: Data Science
Last Post: mamta25
Today, 05:27 AM
» Replies: 3
» Views: 2,582
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 12:56 AM
» Replies: 4
» Views: 155
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Nov-08-2025, 10:39 AM
» Replies: 3
» Views: 139
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 141
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,425
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,385
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,584
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 218

 
  error "list object has no attribute transpose()"
Posted by: usercat123 - Jan-27-2022, 07:06 PM - Forum: Data Science - Replies (4)

Hi,

I am trying to build a neural network this is my code

[python]
import numpy as np
import random

class QuadraticCost(object):
@stat..... More

Print this item

  Fatally screwed my Data Base up-maybe?
Posted by: hammer - Jan-27-2022, 07:05 PM - Forum: General Coding Help - Replies (4)

While in DB Browser I think by " save project" vs just "write changes" and close, i have created a situation to where my application can not find the..... More

Print this item

  Update plot
Posted by: frohr - Jan-27-2022, 06:40 PM - Forum: General Coding Help - Replies (3)

HI all,
I am reading data from serial port to array and I want have one window with one button and two charts. If I click on the button, read serial ..... More

Print this item

  Iterating Help
Posted by: Joeylax54 - Jan-27-2022, 06:01 PM - Forum: Web Scraping & Web Development - Replies (2)

Hello,

I've been working with some open API from ESPN located here:
https://st[url=https://python-forum.io/thread-36201.html]..... More

Print this item

  Screen capture opencv - grab error
Posted by: Kalman15 - Jan-27-2022, 12:05 PM - Forum: General Coding Help - Replies (1)

I’m trying to capture frames of all or portion of the screen with Python. I reviewed the previous questions asked in the stackoverflow. When I run the..... More

Print this item

Shocked pyusb question
Posted by: DPaul - Jan-27-2022, 09:50 AM - Forum: Bar - Replies (2)

Hi,
I am attempting to find the PID and VID from inserted USB devices.

I installed pyusb.
I also found libusb, because without it, no info.
The..... More

Print this item

  How to split monthly data smoothly into days?
Posted by: AlekseyPython - Jan-27-2022, 09:20 AM - Forum: Data Science - Replies (1)

have statistical reports, that are presented monthly. I would like to present the same data daily (keeping the total amount for the month). Of course,..... More

Print this item

  Controlling what get outputted to stdout when running external commands
Posted by: Daring_T - Jan-27-2022, 04:20 AM - Forum: General Coding Help - Replies (4)

I am using Python to compress video files via Handbrake and subprocess. When I run my current code the HandbrakeCli output still outputs to stdout. Is..... More

Print this item

  2-dataframe, datetime lookup problem
Posted by: Mark17 - Jan-27-2022, 01:02 AM - Forum: General Coding Help - No Replies

Please see the attached screenshot:

   

What I'm trying to do is go down df['Period_End_Date'], take those dates and find the resp..... More

Print this item

  My minoconda3 install is not working.
Posted by: Led_Zeppelin - Jan-26-2022, 09:02 PM - Forum: General Coding Help - Replies (1)

I was working on a new python program that would predict Formula_1 season winners.

I tried to open the anaconda command line from my Windows 10 a..... More

Print this item

  confusion using the import statement
Posted by: barryjo - Jan-26-2022, 05:19 PM - Forum: GUI - Replies (4)

What is the differences between the following statements?
[python]
1) import tkinter
2) import tkinter as tk
3) from tkinter import *
4) from..... More

Print this item

  how to change font size
Posted by: barryjo - Jan-26-2022, 05:08 PM - Forum: GUI - Replies (4)

I have a button defined below.

What does 40 mean? Is there a 40 font?
How do I change the font size. i.e. maker it larger or smaller?
[python]bu..... More

Print this item

  File "<string>", line 19, in <module> error is related to what?
Posted by: Frankduc - Jan-26-2022, 03:59 PM - Forum: General Coding Help - Replies (9)

Hello,

I am trying to understand what is going on:

[python]class Portfolio:
def __int__(self):
self.holdings = {} #key = ticker, ..... More

Print this item

  Doctesting a function which prints a students name along with the maximum mark scored
Posted by: sean1 - Jan-26-2022, 11:58 AM - Forum: General Coding Help - Replies (5)

How would I go about doctesting this? Output is following for e.g Maths Sam - 98

[python]
def Maximum():
while True:
print("Maximum ..... More

Print this item

  Get string from entry and use it in another script
Posted by: amdi40 - Jan-26-2022, 08:29 AM - Forum: GUI - Replies (1)

Hello, I am trying to insert a file path in an entry in my GUI. I then want to save this entry, as I need the path in another script that I have made...... More

Print this item

  tkinter layout problem
Posted by: agentperry - Jan-26-2022, 07:34 AM - Forum: General Coding Help - Replies (4)

Can someone help me with my project. I'm trying to make my label and entry side by side but it always go down vertically and it does not work very wel..... More


Attached Files

Thumbnail(s)
   
Print this item

  Project structure with a virtual environment
Posted by: gdbengo - Jan-25-2022, 11:44 PM - Forum: General Coding Help - Replies (1)

[output]Hello to all,
Could you help me resolve the following issue: I'm having a project vscode where i created a folder containing a virtual enviro..... More


Attached Files

Thumbnail(s)
   
Print this item

Exclamation Jupyter Notebook - Help Needed!
Posted by: eyadfr - Jan-25-2022, 10:15 PM - Forum: Data Science - Replies (1)

Hello!!

I have a dataset with the a dimension of [38355, 257] , and it has 14 classes. I tried to split the data into (70%, 15%, 15%) for training..... More

Print this item

  Help with Mic and Code
Posted by: Extra - Jan-25-2022, 07:19 PM - Forum: General Coding Help - Replies (1)

Hello,

I'm trying run my code on my Rpi 3 Which uses Debian OS. Prior to this, my code was running on my Rpi 4 which used Manjaro (Arch-linux) as a..... More

Print this item

  Beginner Help!
Posted by: mahgnibb - Jan-25-2022, 05:21 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi All,

Just starting off dabbling with python, so apologies for beginner question.

I have a simple query need to scrape web pages and return te..... More

Print this item

  Module 'time' has no attribute 'clock'
Posted by: Sophie - Jan-25-2022, 05:05 PM - Forum: General Coding Help - Replies (4)

Hi everyone,

I'm posting here, in the hope that you may be able to help me.

I try to run a .py file with Spyder v 4.2.5.

When I try to run t..... More

Print this item

  Sorting List
Posted by: finndude - Jan-25-2022, 05:01 PM - Forum: General Coding Help - Replies (9)

Hi All,

['Finley : 10', 'Evie : 0', 'P1 : 0', 'P2 : 5', 'P1 : 0', 'P2 : 5', 'Finley : 15', 'Evie : 5']
I have this list here. W..... More

Print this item

  Python script for HP switches
Posted by: bcroombs - Jan-25-2022, 03:10 PM - Forum: Networking - Replies (1)

Hi All,
I am a newby to Python although I have done a course with David Bombal within Udemy.

I am trying to create two scripts that will enable me..... More


Attached Files

.py   netmiko3 - mulitple devices.py (Size: 575 bytes / Downloads: 540)
Print this item

  pySerial - missed messages
Posted by: q_nerk - Jan-25-2022, 12:44 PM - Forum: General Coding Help - Replies (2)

ESP32 is sending data via USB do desktop with Ubuntu 20.04 (at the end script will be used on RPI4).
Yesterday it was working, today not.

[python]..... More

Print this item

  Problem with pygame.event.clear
Posted by: qq12346 - Jan-25-2022, 05:44 AM - Forum: Game Development - Replies (1)

I use pygame to design a psychophysical experiment. The general flow of the experiment is that two objects appear in each trial, then press the left a..... More

Print this item

  numpy.dot() result different with classic computation for large-size arrays
Posted by: geekgeek - Jan-25-2022, 05:33 AM - Forum: General Coding Help - Replies (5)

Basically I am testing the 1st sample code in URL https://www.geeksforgeeks.org/vectorization-in-python/

When I run the code as it is it is (array s..... More

Print this item

  Deploy Python to Cloud and save output to Google Drive
Posted by: chandrabr80 - Jan-25-2022, 01:58 AM - Forum: General Coding Help - Replies (2)

Hi,

I have made python program to extract JSON files from webportal. Currently, I am running the program manually (10-15 mins interval) to extract ..... More

Print this item

  compile error Visual Studio Code
Posted by: jamie_01 - Jan-25-2022, 12:53 AM - Forum: General Coding Help - Replies (2)

[Image: Screenshot-2022-01-24-165047.png]
Please could someone please help with compile ..... More

Print this item

  reading and writing a image stored in a file
Posted by: Skaperen - Jan-25-2022, 12:50 AM - Forum: News and Discussions - Replies (4)

there seem to be many libraries to read and write images from and to a file or other storage, as found on duckduckgo. i wonder which you would recomm..... More

Print this item

Question GUI for simple python project
Posted by: Qwertz - Jan-24-2022, 10:20 PM - Forum: GUI - Replies (4)

Hi,
I am new here. I came here because I need help with GUI for my python project. I don't understand how to make GUI (using tkinter), so please can u..... More

Print this item

  help w/ scraping
Posted by: Hikki - Jan-24-2022, 04:54 PM - Forum: Web Scraping & Web Development - Replies (5)

Hey, using python 2.7 and need to scrape this page https://www.zacks.com/stock/quote/AAPL for the market cap so running this script should return "2,6..... More

Print this item

  Coding begginer
Posted by: Verner - Jan-24-2022, 10:42 AM - Forum: Homework - Replies (1)

Hello,

I've some troubles trying to solve these problems. Can anybody help?


Attached Files

Thumbnail(s)
                   
Print this item

  link adjustment away from youtube
Posted by: vejin - Jan-24-2022, 09:27 AM - Forum: General Coding Help - Replies (1)

Hello,

I want to redirect any youtube link i click on through my browser towards a privacy focused version (invidio). Can you give me any pointers ..... More

Print this item

  Tic Tac Toe victory
Posted by: JustDarkWTF - Jan-24-2022, 08:23 AM - Forum: Homework - Replies (1)

So i have been making slow progress on my tic tac toe im still missing some stuff bot I can do that by myself but I dont know how to make a victory.
..... More

Print this item

  bytes object saved as .mp4
Posted by: jttolleson - Jan-23-2022, 11:09 PM - Forum: General Coding Help - Replies (10)

I am working on a fish map solution that is a container for great info, however i am having trouble getting some media to it because when I upload vid..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] I’m building a ... 43 minutes ago tsgiannis buran GUI
  [split] print two differe... Today, 05:37 Reema Gribouillis General Codin...
  Data Science Today, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... Yesterday, 00:56 Alfredd Pedroski55 General Codin...
  Backward compatibility qu... 11-08, 10:39 yutaozhou buran News and Disc...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 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
Most views
  The best Prog... 578745
  Tutorial Requ... 509475
  Web Scraping ... 441877
  Newbie with P... 385842
  New Users Int... 375425
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 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
johnsonlucas83 Today
ColorTig Today
AcoolPurpleOne1863 Today
racingsubby Today
Reema Today

User Panel Messages

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