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,298
» Latest member: Divyakrishnan071
» Forum threads: 38,795
» Forum posts: 175,890

Full Statistics

Online Users
There are currently 47 online users.
» 1 Member(s) | 35 Guest(s)
Apple, DuckDuckGo, Bing, Google, Internet Archive, AOL, Facebook Dev, DeaD_EyE

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: perfringo
4 hours ago
» Replies: 3
» Views: 115
silent deployment Python ...
Forum: News and Discussions
Last Post: Bummibaer
4 hours ago
» Replies: 2
» Views: 78
best way to learn python
Forum: News and Discussions
Last Post: ichsanputr
8 hours ago
» Replies: 6
» Views: 3,182
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 248
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 132
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 94
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,525
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 180
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 82
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,157

 
  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

  Need help with isdigit() and isalpha() function
Posted by: Gateux - Jul-22-2019, 11:46 AM - Forum: Homework - Replies (2)

I need to write a program that has these conditions:
- Length must be exactly 9
- The first letter must be S, T, F or G
- Must consist of 7 digits..... More

Print this item

  How to return value from a stored procedure of a MySQL database?
Posted by: UtiliseIT - Jul-22-2019, 10:14 AM - Forum: General Coding Help - No Replies

Hi,

I am working with a MySQL database and am having trouble with the line(s) of code that returns values when using a stored procedure that will r..... More

Print this item

  When dividing elements of matrix i would like the result 0 instead of inf?
Posted by: Koczkodan - Jul-22-2019, 08:14 AM - Forum: Data Science - Replies (4)

Hi,

While dividing element from first matrix by second matrix value 0 I need result to be 0 instead of inf.

example:
1 1
2 6

divided by
..... More

Print this item

  Confusion in exact term used for ?
Posted by: ift38375 - Jul-22-2019, 07:54 AM - Forum: General Coding Help - Replies (2)

[python]
import pandas as pd
diSales= { 2016:{'qtr1':34500,'qtr2':56000,'qtr3':47000,'qtr4':49000},
2017:{'qtr1':44900,'qtr2':46100,'qtr..... More

Print this item

  Must rerun to show data
Posted by: evrintobing - Jul-22-2019, 05:49 AM - Forum: Web Scraping & Web Development - No Replies

Hey guy's. I want to ask. I use pycharm as my python IDE and i build api using flask. My project connect to database when i run my project and i use p..... More

Print this item

  how to add class instance attributes from list
Posted by: 999masks - Jul-22-2019, 05:44 AM - Forum: General Coding Help - Replies (2)

hi everyone,
My questions is follows
lets say i have
[python]
class BaseClass:
def __init__(self, atr_1=None, atr_2=None, atr_3=None):
..... More

Print this item

  [split] Python beginner: Weird Syntax Error
Posted by: mnsaathvika - Jul-22-2019, 03:37 AM - Forum: General Coding Help - Replies (1)

İmage


Im also facing the same issue at 3.4.0 at "4".
Please help me...

Print this item

  Best way of taking a date prefix from a line and forming a file path from it?
Posted by: Skaperen - Jul-22-2019, 03:13 AM - Forum: General Coding Help - Replies (5)

i'm getting a string that begins with "YYYY-mm-dd HH:MM:SS". i need to get "YYYY-mm/dd/HH" from the string (to be the file name to write the string i..... More

Print this item

  I am having a problem with my Slider
Posted by: Hadad - Jul-22-2019, 02:12 AM - Forum: Web Scraping & Web Development - Replies (5)

I am trying to control the frequency sampling rate of my dial_tone python code through a Flask webserver. The audio output still works but when I drag..... More

Print this item

  AWS Buckets and Boto ... Oh NO
Posted by: Larz60+ - Jul-21-2019, 11:31 PM - Forum: News and Discussions - No Replies

I have avoided AWS up until Today, but need to access some files that are stored on AWS.
I downloaded boto3 so I could access these.
Upon looking at..... More

Print this item

  How can i use max_instances in apscheduler
Posted by: zebisnaga - Jul-21-2019, 11:17 PM - Forum: General Coding Help - No Replies

Hi, guys
I am working with 3 scripts. The first one does a request, save the data from the request and write in a csv file.
The second one is a flas..... More

Print this item

  AWS_Utils Library
Posted by: macnisin - Jul-21-2019, 10:42 PM - Forum: General Coding Help - Replies (1)

I am trying to use the AWS Utils library and can't get past the import process. I have installed the aws_utils library and when I run pip list it show..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 4 hours ago Moltar1997 perfringo General Codin...
  silent deployment Python ... 4 hours ago Bummibaer Bummibaer News and Disc...
  best way to learn python 8 hours ago dutch ichsanputr News and Disc...
  data fetching for indian ... Yesterday, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
  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...
Most views
  The best Prog... 579368
  Tutorial Requ... 512340
  Web Scraping ... 442279
  Newbie with P... 386331
  New Users Int... 380235
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+ 12110
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Divyakrishnan071 Today
ichsanputr Today
nicos18 Yesterday
Moltar1997 Yesterday
arthurlouiss Yesterday

User Panel Messages

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