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,280
» Latest member: MileHigh303
» Forum threads: 38,791
» Forum posts: 175,869

Full Statistics

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

Latest Threads
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
7 hours ago
» Replies: 0
» Views: 24
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:15 AM
» Replies: 4
» Views: 1,462
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 112
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 44
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,017
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,288
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 323
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 167
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 230
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,123

 
  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

  Plotting pixels
Posted by: Pete2112 - May-14-2020, 06:01 PM - Forum: GUI - No Replies

The last time I did any programming was over 25 years ago using Quickbasic 4.5. Does anyone remember that? Rolleyes I messed about with graphics ..... More

Print this item

  os.sched_setaffinity/os.sched_getaffinity
Posted by: pejohnson - May-14-2020, 05:36 PM - Forum: General Coding Help - Replies (3)

I am new to Python and am using Version 3.8.
The documentation shows there to be os.sched_setaffinity and os.sched_getaffinity. but I get the error t..... More

Print this item

  python 3 find difference between 2 files
Posted by: pd007 - May-14-2020, 04:24 PM - Forum: General Coding Help - Replies (2)

Hi,
I'm working a file system monitoring script. When I compare two files in the below script, it's returning non-zero value even though both files a..... More

Print this item

  Python clock
Posted by: menator01 - May-14-2020, 03:33 PM - Forum: GUI - Replies (2)

I'm trying my luck with a clock
Just can't seem to get it to update.
I've tried with the both the after method and while loops.
It would appear tha..... More

Print this item

  Pip dependency install problems
Posted by: amos446 - May-14-2020, 02:58 PM - Forum: Data Science - No Replies

Hello everyone,
I hope I am in the right forum for this kind of question.
As a developer I am used to C# as of now, but I am intrigued by Python.
C..... More

Print this item

  Remove escape characters / Unicode characters from string
Posted by: DreamingInsanity - May-14-2020, 02:54 PM - Forum: General Coding Help - Replies (5)

I retrieve some JSON from a web page. It is real JSON, however due to all the backslash escape characters it doesn't want to format correct.
There's ..... More

Print this item

  How to get the value of a checkbox
Posted by: scratchmyhead - May-14-2020, 02:07 PM - Forum: GUI - Replies (4)

I have a checkbutton in my program but when I click the checkbox, it gives me the following error: TypeError: get() missing 1 required positional argu..... More

Print this item

  How to aling the printing statements
Posted by: Mekala - May-14-2020, 01:23 PM - Forum: General Coding Help - Replies (4)

Hi,
I have below code to print matching start index and end index with aligned columns.
I use below code:

import re
pattern = re.compile('ab')
..... More

Print this item

  HELP: collect path name
Posted by: mart79 - May-14-2020, 01:03 PM - Forum: General Coding Help - Replies (1)

Hi all,

I have a project with several folders with .py files. I also have some .png files which are used by open-cv.
Currently I use the following..... More

Print this item

  unable to generate authentication key
Posted by: lokamaba - May-14-2020, 12:33 PM - Forum: General Coding Help - No Replies

Hi Team,

I am new to python.
By using web API trying get the authentication key. Could you please please me on this.
Request type is post
Respo..... More

Print this item

  Running this script on Windows?
Posted by: Winfried - May-14-2020, 11:45 AM - Forum: General Coding Help - Replies (2)

Hello,

I need to run a Python script that contains the following lines :

[python]#! /usr/bin/env nix-shell
#! nix-shell -i python3 -p "python3...... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Brazil Python Help to aut... 7 hours ago MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... Yesterday, 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...
  [SOLVED] Access keys and ... 11-17, 11:47 Winfried Winfried General Codin...
Most views
  The best Prog... 579213
  Tutorial Requ... 511989
  Web Scraping ... 442154
  Newbie with P... 386270
  New Users Int... 379270
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 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
MileHigh303 Yesterday
ndx101 Yesterday
OtiliaBecker Yesterday
NAGASOWMYAGUNDU 11-20
shipa1autotransport 11-20

User Panel Messages

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