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,983
» Latest member: bimosora
» Forum threads: 38,734
» Forum posts: 175,572

Full Statistics

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

Latest Threads
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
55 minutes ago
» Replies: 1
» Views: 18
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: Pedroski55
11 hours ago
» Replies: 5
» Views: 161
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Yesterday, 03:05 AM
» Replies: 4
» Views: 2,033
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 446
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,080
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,144
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 819
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 3,104
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,545
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 9,134

 
  How to get first 5 images form the document using Python BeautifulSoup
Posted by: sarath_unrelax - Dec-19-2019, 07:13 AM - Forum: General Coding Help - No Replies

Hello Python Geeks,


I'm trying to pull some images of properties using BeautifulSoup, When i look into the page source it looks very confu..... More

Print this item

  Python the regex not getting any attributes
Posted by: sarath_unrelax - Dec-19-2019, 05:45 AM - Forum: General Coding Help - Replies (1)

Hello,

I'm trying to pull the image url from the documents. I need to get all the urls sometimes its 2 or 3, may be 5.

Here is my document :

..... More

Print this item

  Pandas
Posted by: JAL - Dec-19-2019, 03:01 AM - Forum: Data Science - Replies (1)

Hi, I am struggling to run code because I cannot seem to get dataframe or panelgroupby. Ive tried different versions of Pandas and nothign seems to wo..... More

Print this item

  getting a script into the background
Posted by: Skaperen - Dec-19-2019, 02:19 AM - Forum: News and Discussions - Replies (2)

i have done this, before, in C. i'd like to have my script run itself in the background, with the foreground exiting back to the shell. would it be ..... More

Print this item

  can't change font of existing text
Posted by: Skaperen - Dec-19-2019, 12:09 AM - Forum: Board - Replies (2)

the web editor for posts to this board can't change the font of existing text. try it. when you highlight some text then try to select a font, bring..... More

Print this item

  no map01= for b32encode
Posted by: Skaperen - Dec-19-2019, 12:03 AM - Forum: News and Discussions - No Replies

base64.b32decode() does have a keyword argument map01= but base64.b32encode() does not. and [inline]base64.b32decod..... More

Print this item

  How do you find freelance Python Developers?
Posted by: officeace - Dec-18-2019, 10:18 PM - Forum: News and Discussions - Replies (3)

I am wanting to hire a freelance python developer, it could be on a part time or p.r.n. basis. I would prefer in the same country. I'm US. I also m..... More

Print this item

  Add list item into executable command
Posted by: zhome888 - Dec-18-2019, 09:48 PM - Forum: General Coding Help - Replies (2)

What I am trying to do is get a list of files in a directory and run a command on each of those files.
The command needs the file name in there as t..... More

Print this item

  Bulk Generating Cloze Deletions based on Tatoeba sentences and word frequency lists
Posted by: wizzie - Dec-18-2019, 09:40 PM - Forum: General Coding Help - Replies (10)

Hi all

tl;dr: I have a list of sentences and a word frequency list. Python is to compare individual words in each sentence with the word frequency ..... More

Print this item

  online audio streaming
Posted by: experimental - Dec-18-2019, 07:59 PM - Forum: Networking - No Replies

does anybody has experence with streaming in flask? i am trying to build an online radio using python but have some issues with it. i described the pr..... More

Print this item

  append one random intergar variable
Posted by: Coastal - Dec-18-2019, 06:34 PM - Forum: General Coding Help - Replies (5)

Im super new to Python, i'm still just trying to understand the syntax
I like to add a random integer variable to a list.

Online I found different..... More

Print this item

  json problem
Posted by: enigma619 - Dec-18-2019, 04:42 PM - Forum: General Coding Help - Replies (9)

Hi

I'm new on this forum.
I'm working with json and python and i don't succeed to retrieve some information...

my json:
[output]
{
"doma..... More

Print this item

  Tool to adding type annoations
Posted by: Beliavsky - Dec-18-2019, 03:36 PM - Forum: General Coding Help - Replies (1)

Is there a tool that will analyze Python code and add type annotations to functions? A human would look at comments, the body of a function, and at co..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  create ocr to detect lice... 55 minutes ago bimosora Pedroski55 General Codin...
  Parse Markdown / get the ... 11 hours ago SpongeB0B Pedroski55 General Codin...
  Error: cannot mix str wit... Yesterday, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  My goal to be hired worki... 09-30, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
Most views
  The best Prog... 577452
  Tutorial Requ... 501138
  Web Scraping ... 441080
  Newbie with P... 385154
  New Users Int... 369775
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+ 12092
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
bimosora Today
kyleconor797 Yesterday
miriamwilliam Yesterday
Davidkiplimo Yesterday
Joliekeva Yesterday

User Panel Messages

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