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,286
» Latest member: xdimbah
» Forum threads: 38,792
» Forum posts: 175,875

Full Statistics

Online Users
There are currently 35 online users.
» 1 Member(s) | 30 Guest(s)
Google, Bing, Apple, lovedeep

Latest Threads
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 12:05 PM
» Replies: 5
» Views: 124
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 52
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,483
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 145
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 64
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,072
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,302
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 371
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 208
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 269

 
  problem running python file using cmd
Posted by: panzers - Dec-18-2019, 03:16 PM - Forum: General Coding Help - Replies (2)

Hi everyone,

I have a game.py that i would like to run in cmd (works perfectly fine in pycharm). however when i run it it says ModuleNotFoundError...... More

Print this item

  AttributeError: '_tkinter.tkapp' object has no attribute 'place_forget'
Posted by: edphilpot - Dec-18-2019, 01:55 PM - Forum: GUI - Replies (5)

Hi, I've got an issue with my quiz game, when the question is answered, the screen is meant to be cleared so that a new question and answers can be di..... More

Print this item

  Regex ignoring letter 'e'
Posted by: mad_accountant - Dec-18-2019, 01:52 PM - Forum: Homework - Replies (2)

Hi

I am using the following code. Forgive the mess, and the murder of python conventions, Rolleyes its my first project. I am trying to forma..... More

Print this item

  Unable to pull number using BeautifulSoup and Regex
Posted by: sarath_unrelax - Dec-18-2019, 01:43 PM - Forum: General Coding Help - Replies (2)

Hello,

I'm new to python, I'm trying to pull the number from the document using BeautifulSoup.

Here is my code :

[python]

from textwrap i..... More

Print this item

  Trying to understand concurrent.futures.ThreadPoolExecutor
Posted by: Laxminarsaiah - Dec-18-2019, 12:43 PM - Forum: General Coding Help - No Replies

Hi There

I am trying to understand ThreadPoolExecutor api in python

Here is my code.
[python]import concurrent.futures
import threading
impor..... More

Print this item

  Using Python to get attribute text
Posted by: furiousfrodo - Dec-18-2019, 10:57 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi,

I'm a beginner in Python coding and I've been trying to automate a task where a user searches for a ref no and get the corresponding text from ..... More

Print this item

  Python for Backend Development
Posted by: jayarora - Dec-18-2019, 10:56 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello
I have worked on my basics of Python. Now I am confused if it is enough or not where can I utilize these skills. What should I make? And what i..... More

Print this item

  Cannot install mysqlclient
Posted by: Anu - Dec-18-2019, 09:15 AM - Forum: Web Scraping & Web Development - Replies (6)

I am using python3.8 in django framework, for that I have to install mysqlclient. But error is coming when I try

[inline]pip3 install mysqlclient[/..... More

Print this item

  Detect end of line in text file including line breaks
Posted by: DanielM - Dec-18-2019, 09:09 AM - Forum: General Coding Help - Replies (4)

Hi folks,

I'm new to Python and trying several little projects to get into the languange.
I have a text file which was exported from a WhatsApp ch..... More

Print this item

  Error in importing numpy
Posted by: fullstop - Dec-18-2019, 06:31 AM - Forum: General Coding Help - Replies (1)

I installed numpy (numpy-1.17.4-py36h4320e6b_0.tar.bz2) offline using the source: https://repo.continuum.io/pkgs/main/win-64/
When I check the instal..... More

Print this item

  cheating with indented code
Posted by: Skaperen - Dec-18-2019, 06:30 AM - Forum: Bar - Replies (5)

i had a block of code in a loop. i needed to copy it to a place before the loop to initialize some things. it was already indented one level too muc..... More

Print this item

  error with variables 3.8
Posted by: jusrosetyler1123 - Dec-18-2019, 05:52 AM - Forum: General Coding Help - Replies (3)

i have a program that im working on to emulate a number of clicks over a user defined amount of time with a user defined delay seperation. im working ..... More

Print this item

  Is there a python function to get t-statistic?
Posted by: SamLearnsPython - Dec-18-2019, 05:49 AM - Forum: Data Science - Replies (2)

Hi. I'm not very experienced with python but would like to know if this is possible. Is there a premade python function to get the t-statistic? I'm wo..... More

Print this item

  signal.itimer() not accepting keyword arguments
Posted by: Skaperen - Dec-18-2019, 04:30 AM - Forum: General Coding Help - Replies (2)

19.8.2 documents signal.itimer() as taking 2 positional arguments and 1 keyword argument "interval=". calling it with that keyword argument gets an e..... More

Print this item

  Python program for excel
Posted by: tummpy06 - Dec-18-2019, 02:48 AM - Forum: General Coding Help - Replies (2)

Hello,
I am new to python and I work on excel everyday which is more of manual. I need to automate some part using python as I am interested in learn..... More

Print this item

  Python Aspentech IP.21 connection
Posted by: MarcoWedel - Dec-17-2019, 10:02 PM - Forum: General Coding Help - No Replies

Hi,

is there a Python to Aspentech IP.21 connector available to facilitate data exchange?

thanks

regards

Marco

Print this item

  Fast job high $$
Posted by: nn2n1n - Dec-17-2019, 07:49 PM - Forum: Jobs - Replies (6)

Hi I'm in need of a python coder that could explain a script I have and make it work with another program, its a small script so won't take that long ..... More

Print this item

  cv2.resize(...) shutting down processes?
Posted by: DreamingInsanity - Dec-17-2019, 07:22 PM - Forum: General Coding Help - Replies (1)

I have multiple processes running, and in each, I am trying to resize and image using cv2.resize()

However, when I try, it just seems like the proc..... More

Print this item

  Problem adding keys/values to dictionary where keynames = "property" and "value"
Posted by: jasonashaw - Dec-17-2019, 06:55 PM - Forum: General Coding Help - Replies (1)

See my code below. After about 30 hours I am close, but cannot figure out how to add a new {key , value} for each column in the mysql result set.
I a..... More

Print this item

  While loop - series expansion
Posted by: StillAnotherDave - Dec-17-2019, 06:37 PM - Forum: Homework - Replies (3)

Hello folks,

I've put together the following code for a series expansion for the function ln(1+x):

[python]
import numpy as np


x = float(i..... More

Print this item

  program exited with code: -1073740791
Posted by: RegiMental - Dec-17-2019, 04:50 PM - Forum: General Coding Help - Replies (2)

Hi All. This is my first post and today represented my first foray into the world of python (and programming again after doing some VB around 18 years..... More

Print this item

  GUI with drag and drop functionality
Posted by: sayyedkamran - Dec-17-2019, 04:46 PM - Forum: GUI - Replies (7)

Is there any GUI tool available with Drag and Drop functionality?

Print this item

  Need to create a dictionary from a *.csv
Posted by: 74razor - Dec-17-2019, 04:01 PM - Forum: General Coding Help - Replies (5)

Hello everyone, new learner here. I'm taking Kirk Byers free 'Python for Network Engineers' course and am reading 'Learn Python the Hard Way'.

Wit..... More

Print this item

  NameError: name 'edit' is not defined
Posted by: CabbageMan - Dec-17-2019, 03:34 PM - Forum: General Coding Help - Replies (5)

I am trying to get the value from "edit", but I can't seem to get it to work.

[python]
edit = 0

def knapp_1(self):
global edit
..... More

Print this item

  Python animation of two sublot
Posted by: tpalb28 - Dec-17-2019, 03:27 PM - Forum: Data Science - Replies (1)

I'm triying to have an animation of two or more subplots. Actually this is the code of the subplots, i would like to have a loop animation of these tw..... More

Print this item

  How do I copy files without case sensitive?
Posted by: mcesmcsc - Dec-17-2019, 03:06 PM - Forum: General Coding Help - Replies (8)

here is my code for copying files from my downloads folder. It only copies one and not all. I'd like it to copy all the readme files so when it looks ..... More

Print this item

  error working with classes. what am i doing wrong?
Posted by: Blackjack1 - Dec-17-2019, 03:04 PM - Forum: Homework - Replies (1)

Hi, we have been provided with this section of code:


[python]class beam(object):
'''This class is models the deflection of a simply supporte..... More

Print this item

  5 Variable- Multiple Boolean Code
Posted by: cf25 - Dec-17-2019, 01:48 PM - Forum: Homework - Replies (1)

Currently off by 1.0 with every code attempt.. not sure where:

[python]item = "quesadilla"
meat = "steak"
queso = False
guacamole = False
doubl..... More

Print this item

  Compare two images with Python is possible?
Posted by: Delemir78 - Dec-17-2019, 01:37 PM - Forum: General Coding Help - Replies (3)

Hi everyone, I would like to write a code to compare two photographs (same dimensions) in order to understand if they are similar or not.

I take ph..... More

Print this item

  Issue in .apply function
Posted by: fullstop - Dec-17-2019, 01:29 PM - Forum: General Coding Help - No Replies

I have a simple code as below
[python]
import pandas as pd
matrix = [(222, 34, 23),
(333, 31, 11),
(444, 16, 21),
..... More

Print this item

  Filter value from DataFrame apply a function and save to xlsx
Posted by: zinho - Dec-17-2019, 01:27 PM - Forum: Data Science - Replies (1)

Hi
After read my df I need filter to get specific values then use a function, add a column in this new df then save to excel file.
[python]import pa..... More

Print this item

  User Defined function not working
Posted by: Raj_Kumar - Dec-17-2019, 11:42 AM - Forum: General Coding Help - Replies (4)

Hi

iam very beginner to python. my query is, i wrote user defined function(num()) to take input value (list item). if input value is not in the lis..... More

Print this item

  Classes
Posted by: GFreenD - Dec-17-2019, 10:17 AM - Forum: General Coding Help - Replies (1)

Hey so ive been trying to do atm code and wanted to know how do i make classes inherit other classes attributes for example having 2 classes of base a..... More

Print this item

  How to Use Python for solving the following physics question. Python Code required
Posted by: ishahid - Dec-17-2019, 09:56 AM - Forum: Homework - Replies (8)

How to Use Python for solving the following physics question. Python Code and procedure required
A car of mass 1600kg moving with an initial ..... More

Print this item

  ssh script help
Posted by: deepakkr3110 - Dec-17-2019, 07:48 AM - Forum: General Coding Help - Replies (3)

Hello

I have more than 90+ servers and each time a new user add in our group so we have to add their SSH key to each server to give access to the s..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... Yesterday, 12:05 drakhsin snippsat Web Scraping ...
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
Most views
  The best Prog... 579263
  Tutorial Requ... 512124
  Web Scraping ... 442190
  Newbie with P... 386297
  New Users Int... 379649
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+ 12109
buran 8196
snippsat 7390
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
xdimbah Today
IsmaelSlalk Today
Stephenchers Today
alexferrina Yesterday
MattCarters 11-22

User Panel Messages

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