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,276
» Latest member: eastnoob
» Forum threads: 38,789
» Forum posts: 175,862

Full Statistics

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

Latest Threads
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
5 hours ago
» Replies: 3
» Views: 242
[BeautifulSoup] A few que...
Forum: Web Scraping & Web Development
Last Post: Winfried
6 hours ago
» Replies: 0
» Views: 18
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 05:03 AM
» Replies: 1
» Views: 113
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 187
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,100
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 222
PermissionError: [Errno 1...
Forum: GUI
Last Post: Tuurbo46
Nov-17-2025, 08:44 AM
» Replies: 2
» Views: 156
How to make ball stay wit...
Forum: General Coding Help
Last Post: deanhystad
Nov-15-2025, 04:07 PM
» Replies: 2
» Views: 219
sorting a lisr of file pa...
Forum: News and Discussions
Last Post: DeaD_EyE
Nov-15-2025, 01:00 PM
» Replies: 5
» Views: 380
conditional nested loops
Forum: News and Discussions
Last Post: Skaperen
Nov-14-2025, 11:31 PM
» Replies: 0
» Views: 93

 
  Read KML files, edit items, and rewrite files?
Posted by: Winfried - Aug-20-2020, 07:20 PM - Forum: General Coding Help - Replies (4)

Hello,

From existing KML files, I need to read all Placemark items, and then add some elements to each:

Print this item

  Deleting from a database...
Posted by: Mort101 - Aug-20-2020, 06:27 PM - Forum: Data Science - Replies (4)

Hi Guys,

I am just starting with Python and am making a small "app" for my first project.

One of the problems I am having is that when I run th..... More

Print this item

  Convert .py script to dll file and .exe
Posted by: srikanthpython - Aug-20-2020, 06:01 PM - Forum: General Coding Help - No Replies

Hi All,

I want to convert .py script into a DLL file or EXE File? Can you please guide me how to do that?

Thank you.

Regards
Srikanth

Print this item

  passing variable to function
Posted by: Rejoice - Aug-20-2020, 04:48 PM - Forum: General Coding Help - Replies (4)

am trying to pass two columns from two different dataframes, is there any way i can do it. I tried .apply however it will help me to pass two columns ..... More

Print this item

  How to change row 2 to column header within a dataframe
Posted by: sparkt - Aug-20-2020, 03:31 PM - Forum: General Coding Help - Replies (2)

The following would read currency exchange rate data from an excel file online, but within the workbook, table name is written on row 1, column header..... More

Print this item

  New to coding
Posted by: gallatin721 - Aug-20-2020, 03:29 PM - Forum: Code Review - Replies (2)

Sorry very basic just starting out. is there a way to improve this. I was able to get it to work, but is there a better way to code it? Thanks.

[py..... More

Print this item

  confusion with hashable
Posted by: spalisetty06 - Aug-20-2020, 02:41 PM - Forum: General Coding Help - Replies (5)

Hello, I have the following code, kindly help what is going on in a simple 1 or 2 lines. set is not hashable, I accept it. dict is not hashable, list ..... More

Print this item

  name "MyVariable" can be undefined
Posted by: Advisability - Aug-20-2020, 02:00 PM - Forum: General Coding Help - Replies (1)

Hello, I am a new coder and am trying to make a short choose-your-own-adventure game in an attempt to learn the basics of python. no matter what i do,..... More

Print this item

  Get selected text inside an Entry
Posted by: Jerdup - Aug-20-2020, 12:42 PM - Forum: GUI - No Replies

Hi, sorry for inconvenience, this is my first post and I'm new with Python.

I'm trying to understand how one can get the user-selected text inside ..... More

Print this item

  Look up or assign value from another column
Posted by: Hilda_Python - Aug-20-2020, 12:23 PM - Forum: General Coding Help - No Replies

Hi. new coder here.
I have to find the oldest and newest housing block and find the price difference between them. I need to find the max/min and lo..... More

Print this item

  titanic from Seaborn
Posted by: matador - Aug-20-2020, 11:24 AM - Forum: General Coding Help - Replies (3)

Hello everyone,

I'm beginner in Python, i'd like to use titanic dataset from Seaborn.
The code
[python]
import seaborn as sns
titanic = sns.l..... More

Print this item

  Computer Scientist / Software Developer for multi-messenger astronomy
Posted by: fcarbogn - Aug-20-2020, 10:40 AM - Forum: Jobs - No Replies

Computer Scientist / Software Developer for multi-messenger astronomy
company: European Gravitational Observatory
locati..... More

Print this item

  Get stdout of a running process
Posted by: yok0 - Aug-20-2020, 10:12 AM - Forum: General Coding Help - No Replies

Hi,

I'm working on a program that launch multiple subprocess in background.
Those processes return data continuously so I piped stdout to a file, ..... More

Print this item

  PyQt5 Error
Posted by: Harshil - Aug-20-2020, 09:56 AM - Forum: GUI - Replies (4)

This Is Code I AM Runing

from PyQt5.Widgets import *
Error:
[error]Traceback (most recent call last):
File "C:\Users\DELL\Deskt..... More

Print this item

  Task that i can't pass
Posted by: c06a8acb - Aug-20-2020, 09:25 AM - Forum: Homework - Replies (6)

Hello. I am learning Python using pythontutor.ru website. There a task where i must write a program about bank deposit and it's profit 1 year later. I..... More

Print this item

  Python 2.7 - looking for methods to take into account variaton in a data set for non
Posted by: metalwood - Aug-20-2020, 08:26 AM - Forum: Data Science - Replies (1)

Hello there. I've been running into some issues with multi-variate polynomial regression. I've got a data set Y, X1,X2,X3 obtained by measurements.
M..... More

Print this item

  M4S file extensin in Streaming video. How to download and use in Python
Posted by: Man_from_India - Aug-20-2020, 07:48 AM - Forum: Networking - No Replies

I was watching a movie on hotstar and decided to download that movie. I will use Python to do that. But for that I need the video URL. I inspected the..... More


Attached Files

Thumbnail(s)
   
Print this item

  Segmented video not playing
Posted by: Man_from_India - Aug-20-2020, 07:44 AM - Forum: Networking - Replies (3)

I know this is not the right way to approach the problem I am going to solve. I am watching a movie from Hotstar and now I want to download the movie ..... More

Print this item

  [Tkinter] Troubles with accessing attr from other class
Posted by: zarize - Aug-20-2020, 07:35 AM - Forum: GUI - Replies (3)

Hi Guys,

I would like to make a "big button" which would load data in several tabs in my app.
In order to do this, i wanted create a function whic..... More

Print this item

  Indefinite loop ( I think )
Posted by: marsh20 - Aug-20-2020, 07:10 AM - Forum: General Coding Help - Replies (2)

Hi All,
I have been trying to help my son with his holiday homework.

We have got this far but keep failing to get var2 asked var1 times.
Here is ..... More

Print this item

  Creating a frame with 4 command buttons
Posted by: Heyjoe - Aug-20-2020, 02:40 AM - Forum: GUI - Replies (5)

Hello python users:

The following code is to create a frame with four command buttons. It does this. However, before it creates the frame with fo..... More

Print this item

  Plot Back Ground Colors
Posted by: JoeDainton123 - Aug-19-2020, 10:49 PM - Forum: General Coding Help - No Replies

Hello community

I have made a plot using matplot lib.

Currently i am using the ggplot style.

I am trying to show different background colors ..... More


Attached Files

Thumbnail(s)
   
Print this item

  reST website
Posted by: Skaperen - Aug-19-2020, 10:30 PM - Forum: News and Discussions - Replies (8)

i am wanting to set up a website which lets me store contents in reST format but delivers the content in HTML format for URLs that do not have any fil..... More

Print this item

  Plotting meters Vs mm
Posted by: JoeDainton123 - Aug-19-2020, 08:43 PM - Forum: Data Science - Replies (2)

Hello all

I have what seems like a silly question but i have doubts in my head.

I am trying to plot some data.

The X axis is distance measure..... More

Print this item

  problem about slope in python script for bitcoin trading
Posted by: fisher_garry - Aug-19-2020, 08:27 PM - Forum: General Coding Help - Replies (1)

I am trying to run this script at trality.com which is a trading site for cryptocurrencies. I am looking for a calculation for the angle of the bitcoi..... More

Print this item

  Sequence Generator - Long number
Posted by: krux_rap - Aug-19-2020, 06:16 PM - Forum: General Coding Help - Replies (3)

Hello,

Any way i can redo same Java code to Python.

Usecase: Sequence Generator - if i give as LongSequence('s1',1100110000000001,1) - shoul..... More

Print this item

  Can the data types be different for different columns?
Posted by: Robotguy - Aug-19-2020, 06:06 PM - Forum: Data Science - Replies (2)

Hi Everyone,

I create an expandable earray of Nx4 columns. Some columns require float64 datatypes, the others can be managed with int32. Is it poss..... More

Print this item

  Pytables: Reducing size of an appended Earray
Posted by: Robotguy - Aug-19-2020, 05:35 PM - Forum: Data Science - No Replies

I am using PyTables-append to output the processed data. It is time efficient for large files (1-10 Gbs), at least better than resizing the HDF5 using..... More

Print this item

  OCR Live with ROI
Posted by: murkoc - Aug-19-2020, 03:16 PM - Forum: General Coding Help - No Replies

Hello,

I came across below code on the net. I would like to use this and develop a simple OCR software:


[python]import sys
from os import pat..... More

Print this item

  Object already contains values when created
Posted by: Stef - Aug-19-2020, 12:53 PM - Forum: General Coding Help - Replies (4)

I am running some unit tests using pytest in PyCharm and am running into a, for me, weird problem.

[python]
class BalanceSheet():
"""Balance ..... More

Print this item

  Increasing Line Space In Spyder IDE
Posted by: JoeDainton123 - Aug-19-2020, 12:14 PM - Forum: General Coding Help - Replies (2)

Hello all

I have a question about Spyder.

Is there anyway of increasing the line space in the Spyder IDE?

Thank you.

Print this item

  Merge JSON Files
Posted by: Ugo - Aug-19-2020, 10:55 AM - Forum: General Coding Help - Replies (4)

I want to incrementally merge multiple json files of similar structure into a single file that already exists.

My code is:

[python]import glob..... More

Print this item

  "Class already defined" while using typings.
Posted by: DreamingInsanity - Aug-19-2020, 10:43 AM - Forum: General Coding Help - No Replies

I'm building a little program but I'm trying to make it more easily expandable for the future (without the need of much refactoring). I'm experimentin..... More

Print this item

  Python Cut/Copy paste file from folder to another folder
Posted by: rdDrp - Aug-19-2020, 10:35 AM - Forum: General Coding Help - Replies (4)

I have bunch of PDFs that are reports generated by system named AR_00002755, AR_00002758, AR_00002760 ...so on etc.

I already have Folders named as..... More

Print this item

  Parse BytesIO data
Posted by: GrahamL - Aug-19-2020, 10:12 AM - Forum: General Coding Help - Replies (2)

Hi
I am new to Python and am writing some scripts for Jenkins.
I needed to get a Jenkins crumb which I have managed to do
The value received is
b..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Graph Interpolate Difficu... 5 hours ago Tuurbo46 deanhystad General Codin...
  [BeautifulSoup] A few que... 6 hours ago Winfried Winfried Web Scraping ...
  link variable to exc bloc... Yesterday, 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...
  PermissionError: [Errno 1... 11-17, 08:44 Tuurbo46 Tuurbo46 GUI
  How to make ball stay wit... 11-15, 16:07 nathanael deanhystad General Codin...
  sorting a lisr of file pa... 11-15, 13:00 Skaperen DeaD_EyE News and Disc...
  conditional nested loops 11-14, 23:31 Skaperen Skaperen News and Disc...
  [solved] re.split issue 11-14, 18:02 paul18fr deanhystad General Codin...
Most views
  The best Prog... 579155
  Tutorial Requ... 511653
  Web Scraping ... 442115
  Newbie with P... 386192
  New Users Int... 378865
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+ 12108
buran 8196
snippsat 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
eastnoob Yesterday
cruisesfares Yesterday
SavingSquirrel199835 11-18
Astrobert 11-18
DataScientist071 11-18

User Panel Messages

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