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,968
» Latest member: Seu12Jorge
» Forum threads: 38,730
» Forum posts: 175,551

Full Statistics

Online Users
There are currently 39 online users.
» 0 Member(s) | 33 Guest(s)
Bing, Google, Apple, AOL, Mojeek

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: Pedroski55
8 minutes ago
» Replies: 7
» Views: 346
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
10 hours ago
» Replies: 7
» Views: 2,792
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 657
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,192
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,753
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 646
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,140
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,120
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,406
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,969

 
  question: finding multiple strings within string
Posted by: djf123 - May-15-2020, 08:19 PM - Forum: General Coding Help - Replies (4)

I am trying to figure out how to do the following. I have a string "djfk83dhfdog83748djfk83dhfcat83748djfk83dhfmonkey83748djfk83dhfhuman83748" and I w..... More

Print this item

  Read Multiples Text Files get specific lines based criteria
Posted by: zinho - May-15-2020, 08:08 PM - Forum: General Coding Help - Replies (5)

How can I read multiples text files get specific lines by criteria a save into CSV master file

I try this
[python]import glob
import pandas as pd..... More

Print this item

  How to ignore empty columns from DB?
Posted by: Winfried - May-15-2020, 07:15 PM - Forum: General Coding Help - Replies (1)

Hello,

As I read rows from a database and concatenate some columns into a string, some columns are empty.

What is the correct way to ignore thos..... More

Print this item

  encryption and decryption with python
Posted by: ibrahim - May-15-2020, 07:11 PM - Forum: General Coding Help - Replies (1)

hi;

encryption and decryption with python the best method.
I tried two methods.which of them is more stable and secure
which of these should be u..... More

Print this item

  Learning through doing -- Where to get experience??? Open Source Volunteering.
Posted by: pav1983 - May-15-2020, 06:43 PM - Forum: News and Discussions - Replies (2)

I am trying to figure out how I can continue learning and improving. I have taken python courses and I have a lot of the fundamentals down pat, but th..... More

Print this item

  How to wrap text within text box
Posted by: pav1983 - May-15-2020, 06:02 PM - Forum: GUI - Replies (3)

Hi all,

I need some help with this project. I cannot find the command to wrap text that I've already imputted into the widget. What I want to do ..... More

Print this item

  Recommendation - Resource - While loops, if/elif/else nested, functions
Posted by: musicjoeyoung - May-15-2020, 05:54 PM - Forum: News and Discussions - Replies (1)

I have found many resources on this website as well searching all over the internet, however I haven't found something that directly helps what I'm lo..... More

Print this item

  How to tagging items in QTreeWidget?
Posted by: flote21 - May-15-2020, 05:08 PM - Forum: GUI - No Replies

I am pretty new in python (and this is my first post here). so Hello everyone!

I developed a Treeview widget using Tkinter. I used the next code se..... More

Print this item

  Python Exercise
Posted by: Vasanth0910 - May-15-2020, 04:05 PM - Forum: Homework - Replies (1)

Could you please help me solve the below problem..?

As a network provider you are extending your network to different cities and you have to estima..... More

Print this item

  My Attempt at an alarm clock
Posted by: menator01 - May-15-2020, 03:02 PM - Forum: Code sharing - No Replies

My first go at an alarm clock
[python]
# /usr/bin/env python3

import tkinter as tk
from tkinter import ttk, messagebox
from time import strftim..... More

Print this item

  Splitting the audio file into smaller packets before transfer using UDP protocol in p
Posted by: MuhammadAli152 - May-15-2020, 03:01 PM - Forum: General Coding Help - No Replies

I am required to send an audio file form client to server using UDP protocol (python) in packets of 500 bytes each. Then problem statement for sender ..... More

Print this item

  Use dynamic variable from parallel running python script
Posted by: Sicksym - May-15-2020, 02:52 PM - Forum: General Coding Help - No Replies

Hello Guys and Girls,

i am recieving data via CAN FD every 10 ms and i want to plot this data in another python script on the same time on a Raspbe..... More

Print this item

  what to do about this error message
Posted by: deric23 - May-15-2020, 02:49 PM - Forum: General Coding Help - No Replies

subprocess connection error: See the 'startup failure section of the IDLE doc.@ docs. python.org/3/library/idle.html#startup-failure. No previous ..... More

Print this item

  To select only the latest value with Selenium
Posted by: codessu - May-15-2020, 02:19 PM - Forum: Web Scraping & Web Development - Replies (2)

I would like to click only the new post, the latest post, among the list of articles on the homepage. If it's not up to date, restart. How do I repeat..... More

Print this item

  Map() problem
Posted by: pyzyx3qwerty - May-15-2020, 02:16 PM - Forum: General Coding Help - Replies (4)

list1 = [1,2,3,4,5,6,7,8,9,10]
squared = map(lambda x:x**2, filter(lambda x:x%2==0, list1))
print(squared)
The output i expect..... More

Print this item

  Dropna not working
Posted by: WiPi - May-15-2020, 12:01 PM - Forum: General Coding Help - Replies (3)

Hi guys,

I am extracting tables using Pandas and want to get rid of empty rows in the dataframe. One of the tables looks like this:

[output]
I..... More

Print this item

  What is the best way to search for a pixel in a screenshot?
Posted by: TheZadok42 - May-15-2020, 11:57 AM - Forum: General Coding Help - Replies (1)

I'm trying to find the most efficient way to iterate over a numpy array representing an OpenCV image and to return the location of the first pixel of ..... More

Print this item

  stock in while loop can someone help?
Posted by: yukhei - May-15-2020, 11:50 AM - Forum: Homework - Replies (1)

hi im lerninig this cheapter about while loop , and trying to get out from the loop ,
the excrice was to build a tikeat progrem , this what i have do..... More

Print this item

  hi guys, I got data reader error while pulling the data from yahoo
Posted by: gokulrajkmv - May-15-2020, 10:38 AM - Forum: General Coding Help - Replies (1)

This error which I got, I am using python 3
[Image: error.jpg]

Thanks in advance!! **..... More

Print this item

  print(elem) to .txt files
Posted by: kristianpython - May-15-2020, 09:17 AM - Forum: General Coding Help - Replies (1)

Hi,

Below is a small script I am working on. It lists all the files in a directory.
I am unsure how to get the print(elem) to save the data to a..... More

Print this item

  Parsing Xml files >3gb using lxml iterparse
Posted by: Prit_Modi - May-15-2020, 09:10 AM - Forum: General Coding Help - Replies (2)

I am not able to parse XML file of huge size using lxml tree. What I came to know from my research is that lxml iterparse loads the xml file until it ..... More

Print this item

  GUI keeps freezing
Posted by: Fre3k - May-15-2020, 07:59 AM - Forum: GUI - Replies (2)

Good morning,

Right now, im totally confused with tkinter, and the GUI freezing problem ...

First of all, I read ..... More

Print this item

  Phonetics - Air vs Heir not matching?
Posted by: william101 - May-15-2020, 06:54 AM - Forum: General Coding Help - Replies (1)

Good day

I am trying to use phonetics library to compare two words.
The words are "Air" and "Heir"

However, they apparently do not match - even thou..... More

Print this item

  Pinkfish package
Posted by: buunaanaa - May-15-2020, 05:19 AM - Forum: General Coding Help - Replies (16)

I am trying to install the "pinkish" package.

in Anaconda navigator ---> environments -----> base(root)
I already installed "pinkish" package. ..... More

Print this item

  Unable to get the data from web API using authentication key
Posted by: lokamaba - May-15-2020, 05:05 AM - Forum: Web Scraping & Web Development - No Replies

Hi team,

I have generated token key and when try to pass request to get the data from API using token key, facing below error message.

"[color=#..... More

Print this item

  Upload big file on the server HTTP protocol
Posted by: Timych - May-15-2020, 03:10 AM - Forum: Web Scraping & Web Development - Replies (1)

Now I am trying to learn some basics about cgi scripts (on Python). I want to implement saving a file on the server,when User send it (push the button..... More

Print this item

  WebPages in tkinter
Posted by: CharlieSchuyler - May-15-2020, 02:04 AM - Forum: GUI - Replies (1)

Gui = TKinter
Using Place()

Question = Am i able to put a chromium pop up page on to tkinter place()
i want to put skyvector as a pop up display ..... More

Print this item

  If statement ignored
Posted by: Rayaan - May-15-2020, 01:59 AM - Forum: General Coding Help - Replies (2)

I am making a program to test the user on 10 math questions in a random order. At the end they can try again or end it and get their score. For some r..... More

Print this item

  Accessing Embedded Dictionaries
Posted by: Rayaan - May-15-2020, 12:22 AM - Forum: General Coding Help - Replies (1)

I am trying to make a program which tests the user on 10 math questions in random order. The questions and answers with the question number are in the..... More

Print this item

  Python virtualenvwrapper
Posted by: Pedroski55 - May-14-2020, 09:46 PM - Forum: General Coding Help - Replies (2)

I am reading a book called Python Automation Cookbook.

First thing it mentions is getting a virtual environment set up.

I installed Python virtu..... More

Print this item

  how to send an image from server to client using PICKLE module
Posted by: dafdaf - May-14-2020, 09:08 PM - Forum: Networking - Replies (1)

I have this sqlite3 database table in the server side that contains a BLOB object:

[python]q_conn = sqlite3.connect('questions_stack.db')
q_c = q_..... More

Print this item

  Indexing problem while iterating list and subtracting
Posted by: lbtdne - May-14-2020, 08:46 PM - Forum: General Coding Help - Replies (2)

Hi all,

I have two lists of equal length, and I want to iterate through both lists while performing subtractions.


[python]
# Consider the ..... More

Print this item

  REGEX Install Error in PyCharm
Posted by: charlesauspicks - May-14-2020, 08:04 PM - Forum: General Coding Help - Replies (1)

Hello, I started learning Python about a month ago.
However, I have been stuck at a spot for some weeks now because I have trying to install the Pyth..... More

Print this item

  Matching Regex in Python from Excelfile and inserting into database
Posted by: Shuzo - May-14-2020, 06:53 PM - Forum: General Coding Help - No Replies

Hello. Im trying to store multiple excel files into my database but need to match the rows of each excel row by Timestamp, ID, Content before insertin..... More

Print this item

  Estimating transition matrices in python
Posted by: Shreya10o - May-14-2020, 06:18 PM - Forum: Data Science - Replies (1)

There is a library for Markov chains and transition matrices in python. This i[url=https://python-forum.io/thread-26817.html]..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 8 minutes ago tester_V Pedroski55 General Codin...
  Select Python comment (#)... 10 hours ago SpongeB0B tester_V General Codin...
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... 09-27, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
  pdf file processing: how ... 09-26, 13:14 Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 09-26, 09:50 P212 Biks News and Disc...
  Using Python to SSH and R... 09-26, 03:53 justaguy SprunkiRetake Networking
Most views
  The best Prog... 577282
  Tutorial Requ... 500405
  Web Scraping ... 440963
  Newbie with P... 384990
  New Users Int... 369375
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+ 12089
buran 8176
snippsat 7369
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Seu12Jorge Yesterday
seomelbourneaustralia Yesterday
Jacobjoift Yesterday
zalexstolzeoz5360 Yesterday
Edzed4431 09-27

User Panel Messages

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