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,988
» Latest member: markwood955
» Forum threads: 38,736
» Forum posts: 175,578

Full Statistics

Online Users
There are currently 51 online users.
» 0 Member(s) | 46 Guest(s)
Applebot, Bing, Google, AOL

Latest Threads
Weird failure in Selenium
Forum: General Coding Help
Last Post: glestwid
5 hours ago
» Replies: 0
» Views: 34
print does not open conso...
Forum: General Coding Help
Last Post: Axel_Erfurt
7 hours ago
» Replies: 1
» Views: 61
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Yesterday, 03:05 PM
» Replies: 3
» Views: 2,526
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:58 PM
» Replies: 2
» Views: 86
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:56 PM
» Replies: 6
» Views: 188
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,045
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 457
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,088
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,163
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 843

 
  bad capacitors
Posted by: metulburr - Jul-23-2019, 06:03 PM - Forum: Bar - Replies (5)

I always seem to get products with bad capacitors. I know that things are not made to be long lasting, maybe even are intentionally made to break by a..... More

Print this item

  PyPi FTP
Posted by: millpond - Jul-23-2019, 05:54 PM - Forum: Web Scraping & Web Development - No Replies

Is there any direct anonymous FTP access to any of the PyPi repos?

Print this item

  Help deciphering code
Posted by: mmoe - Jul-23-2019, 04:35 PM - Forum: General Coding Help - Replies (3)

Hello,

I have been given some python code that I am trying to understand, and I am not a python user (I know some R, but zero python). I would real..... More

Print this item

  string parsing question ( I think)
Posted by: diggee17 - Jul-23-2019, 04:05 PM - Forum: General Coding Help - Replies (4)

Hello, I'm new to python but I was formally a C language programmer for many years. I'm reviewing some code I found online and I don't understand s..... More

Print this item

  'No module named pdf2image'
Posted by: ironfelix717 - Jul-23-2019, 03:45 PM - Forum: General Coding Help - Replies (13)

Hmmm.... Perhaps another language is suitable to simply convert a pdf to an image?

I've gone through the loops of installing the poppler binary, pdf..... More

Print this item

  BS4 split text apart from strong tag
Posted by: mr_byte31 - Jul-23-2019, 03:30 PM - Forum: Web Scraping & Web Development - Replies (3)

Hi All,

I need a minor support to finish my script. I scrap a table from the internet. it has keys like "web" and then the website link and other i..... More


Attached Files

Thumbnail(s)
   
Print this item

  How to add hyperlink to existing Excel file
Posted by: SriMekala - Jul-23-2019, 03:13 PM - Forum: General Coding Help - Replies (2)

Hi,
I have below the main table (both table are (csv):
[python]
grp1 grp2
grp Date grp1_1 grp1_2 Da..... More

Print this item

  Best method: Python script called from another app, package as complete executable
Posted by: ironfelix717 - Jul-23-2019, 01:46 PM - Forum: General Coding Help - Replies (2)

Hi,

I am pretty new to Python. I've messed around over the years. I have never packaged or froze a program.

My current project requires me to r..... More

Print this item

  nested dictionaries to CSV
Posted by: mart79 - Jul-23-2019, 01:03 PM - Forum: General Coding Help - Replies (9)

Hi all,

I am new to Python and one of my challenges is to write a nested dictionary to csv file.
Can someone help me with this? The idea is that t..... More

Print this item

  NameError: name 'display' is not defined when running code on power bi
Posted by: beginner1 - Jul-23-2019, 01:00 PM - Forum: General Coding Help - Replies (2)

Hi,

New to python and have installed it.

looking to use it for some machine learning but to begin with trying to get it working.

can run belo..... More

Print this item

  Turtle Polygon drawing program
Posted by: tp_oz - Jul-23-2019, 12:33 PM - Forum: Homework - Replies (3)

Hello everyone, my name's Tim and I'm a teacher and guess what: I've run out of coding skills Huh

I'm going through the thinkcspy learning p..... More

Print this item

  Python to IIS 8?
Posted by: D_4nt_32p0 - Jul-23-2019, 11:57 AM - Forum: Web Scraping & Web Development - Replies (4)

Good day, is there a way to move a site from a python web server (compiled in python) to IIS 8?

Print this item

  getting error "exec_proc.stdin.write(b'yes\n') IOError: [Errno 32] Broken pipe"
Posted by: Birju_Barot - Jul-23-2019, 11:50 AM - Forum: General Coding Help - No Replies

Hi,

We have a framework where we can run multiple python scripts using CLI. Most of the scripts requite user interaction during execution.
Now I ..... More

Print this item

  Arithmetic Application design
Posted by: Emoji - Jul-23-2019, 10:49 AM - Forum: Homework - Replies (1)

Can I please get some help with my coding assignment! I'm really stuck.

The question is: You have recently been employed by a company that speciali..... More

Print this item

  Issue with text encoding ans smtplib.SMTP.sendmail()
Posted by: JustSomeUsername383 - Jul-23-2019, 10:29 AM - Forum: General Coding Help - Replies (1)

Hi and thanks for reading.

I have a prepared email that I want to send. This text is in a unicode(utf8) text file and displays correctly.
If I ca..... More

Print this item

  Gif with PhotoImage
Posted by: Friend - Jul-23-2019, 07:24 AM - Forum: GUI - Replies (3)

Hi all,

1. Question:
I am learning Python in Python2 book (didn't find a better python3 book)...in a long example (which i reduced to fow lines), ..... More

Print this item

  ModuleNotFoundError: No module named 'google.appengine'
Posted by: vanderdecken - Jul-23-2019, 06:31 AM - Forum: General Coding Help - No Replies

I have a python script that is scraping google analytics for specific information but my log is telling me that there is something wrong:
a file_cach..... More

Print this item

  create 10 yearly blocks from time series using pandas
Posted by: Staph - Jul-23-2019, 05:18 AM - Forum: Data Science - Replies (1)

So I have time series of ts = 1, 2,3,4, ........,320

I want to arrange in in dataframe as follows:
row1 1,2,3............., 120
row2, 12,13, 14,...... More

Print this item

  Python curious behavior
Posted by: scidam - Jul-23-2019, 05:16 AM - Forum: News and Discussions - Replies (2)

Experimenting with generators and functions I tried the following example:

[python]def myfunc(k):
if k == 3:
return ["A string..."]
e..... More

Print this item

  Returning to previous volume level after Mute
Posted by: DT2000 - Jul-23-2019, 04:22 AM - Forum: Game Development - Replies (4)

I have just written an mp3 player code (using pygame), and so far most of the functions are working. However, I am attempting to figure out how to mut..... More

Print this item

  want recommendation for DNS servers seen in Pypi
Posted by: Skaperen - Jul-23-2019, 03:48 AM - Forum: News and Discussions - No Replies

"pip3 search dns" finds a lot of stuff. anyone have recommendations for a local DNS cache server? this would be a thing that listens on port 53 for ..... More

Print this item

  Getting type from input() function in Python 3.0
Posted by: leodavinci1990 - Jul-23-2019, 02:48 AM - Forum: General Coding Help - Replies (7)

If I want to enter a value of a certain data type other than string class <str> into a an input() function. How can this be done. In Python 2.0, there..... More

Print this item

  Binding functions to Menus in tkinter??
Posted by: Mocap - Jul-23-2019, 01:24 AM - Forum: GUI - Replies (1)

I want to create a drop down menu (For example, File > Open, etc.) that can be used to open files and upload/download data. Can someone either offer a..... More

Print this item

Question Why does modifying a list in a for loop not seem to work?
Posted by: umut3806 - Jul-22-2019, 08:15 PM - Forum: General Coding Help - Replies (2)

numbers = [2,8,6,12,13,9,5]
for number in numbers:
    if number % 2 == 0 :
        numbers.remove(number)
print(numbers)
..... More

Print this item

  picamera not working on premade script
Posted by: georgeaura - Jul-22-2019, 08:06 PM - Forum: General Coding Help - Replies (1)

I bought a robot kit for the pi. and in completion everything works fine minus the fpv the picamera I contacted seller and they sent me to links and v..... More

Print this item

  RegEx field
Posted by: graham23s - Jul-22-2019, 06:28 PM - Forum: General Coding Help - Replies (2)

Hi Guys,

I have a field i need to regex, it's the contents of this <span style="vertical-align:super;">(*?)</span>:

[python]
<span style="verti..... More

Print this item

  Problem with masking precipitation data into a shapefile
Posted by: atrwmb109 - Jul-22-2019, 05:10 PM - Forum: Data Science - No Replies

Hi there! I am new to this forum but I did read the rules beforehand so if I make any mistakes please let me know! I am currently an undergrad researc..... More

Print this item

  22nd July To 28th July 2019
Posted by: Yoriz - Jul-22-2019, 04:57 PM - Forum: Weekly Top Picks - Replies (2)

The purpose of this thread is to compile a list of posts made between Mon 22nd July To Sun 28th July that have well established posts to be nominated ..... More

Print this item

  Base64 to retrieve message
Posted by: JonasH - Jul-22-2019, 04:00 PM - Forum: General Coding Help - No Replies

Hi,

Trying to use Python as part of an authentication procedure for an API. What I am trying to do is to use a challenge and secret key (known val..... More

Print this item

  Fix the solution of “Binary period”
Posted by: sonia - Jul-22-2019, 02:46 PM - Forum: General Coding Help - No Replies

I found this task and completely stuck with its solution.

A non-empty zero-indexed string S consisting of Q characters is given. The period of this..... More

Print this item

  How to print data in bracket in list in one side.
Posted by: phob0s - Jul-22-2019, 02:22 PM - Forum: General Coding Help - Replies (2)

I have to print a list partially, data inside bracket, but in a right side, here is the code:

[python]
...
print("mdx:",mdx)

mdx.sort()
..... More

Print this item

  Can i use selenium to automate electron based desktop application UI
Posted by: dharmendraradadiya - Jul-22-2019, 01:20 PM - Forum: Web Scraping & Web Development - No Replies

As we know, Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS.

We have designed one suc..... More

Print this item

  Python on ESXi
Posted by: thetechuser11 - Jul-22-2019, 01:01 PM - Forum: General Coding Help - No Replies

Hello,

Is it possible to install Python and pip on EXSi? If so, sharing any document would be of great help. Information is avaialble to install on..... More

Print this item

  Handling Thick client applications using Python
Posted by: PraveenSubramaniyan - Jul-22-2019, 12:45 PM - Forum: General Coding Help - Replies (1)

I need some advices from Python experts for one of my automation requirement that I am planning to succeed using Python.

This requirement is for au..... More

Print this item

  Returning Entry as a Label
Posted by: ashleyrfm94 - Jul-22-2019, 12:28 PM - Forum: GUI - Replies (2)

Hi All,

I am trying to create a Darts Scoreboard Application using tkinter. I am very new to Python so just learning the ropes at the moment but ha..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Weird failure in Selenium 5 hours ago glestwid glestwid General Codin...
  print does not open conso... 7 hours ago Tycho_2025 Axel_Erfurt General Codin...
  Fred Economic Data API Yesterday, 15:05 warrior42 Trickety Web Scraping ...
  create ocr to detect lice... Yesterday, 13:58 bimosora noisefloor General Codin...
  Parse Markdown / get the ... Yesterday, 13:56 SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... 10-01, 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...
Most views
  The best Prog... 577470
  Tutorial Requ... 501278
  Web Scraping ... 441092
  Newbie with P... 385161
  New Users Int... 369871
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
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
markwood955 Yesterday
DerekGeel Yesterday
Tycho_2025 Yesterday
chikkamagalur Yesterday
Costa Yesterday

User Panel Messages

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