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,960
» Latest member: llarkin6
» Forum threads: 38,729
» Forum posts: 175,537

Full Statistics

Online Users
There are currently 59 online users.
» 1 Member(s) | 52 Guest(s)
Bing, AOL, Google, AOL, Apple, deanhystad

Latest Threads
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: deanhystad
6 minutes ago
» Replies: 2
» Views: 39
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
37 minutes ago
» Replies: 4
» Views: 508
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
4 hours ago
» Replies: 1
» Views: 624
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
4 hours ago
» Replies: 6
» Views: 4,849
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
8 hours ago
» Replies: 1
» Views: 1,518
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Today, 03:53 AM
» Replies: 1
» Views: 2,573
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Today, 12:32 AM
» Replies: 0
» Views: 221
extracting data from a us...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 01:49 PM
» Replies: 2
» Views: 421
pip install requests does...
Forum: General Coding Help
Last Post: DeaD_EyE
Sep-24-2025, 02:48 PM
» Replies: 10
» Views: 29,811
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
Sep-23-2025, 12:00 PM
» Replies: 4
» Views: 9,651

 
  Working with text data
Posted by: APK - Aug-21-2020, 08:28 AM - Forum: Homework - Replies (4)

Hey everyone,

I am working with text data which has the following format in excel:

Interview 1
Speaker
Date
Text

Interview 2
Speaker
Dat..... More

Print this item

  def xxx() question
Posted by: DPaul - Aug-21-2020, 06:47 AM - Forum: General Coding Help - Replies (2)

Hi,

The other day i came across an app that used somthing like this:
[python]
def myDef():
myDef.msg = myDef.msg[.....]
.....

myDef...... More

Print this item

  Which is the best platform to teach kids python?
Posted by: Angelamaria - Aug-21-2020, 04:12 AM - Forum: News and Discussions - Replies (5)

Hi,

My kid is 7 years old and he is interested in coding. Now I am looking for an online coding platform to teach him coding? Can someone please su..... More

Print this item

  print() examples
Posted by: leodavinci1990 - Aug-21-2020, 03:54 AM - Forum: General Coding Help - Replies (3)

print('%10s' % ('test',))
What is the purpose or difference between the having the colon after the 'text' string as in code above ..... More

Print this item

  Question about learning Python 3.0 for finding work
Posted by: adifrank - Aug-21-2020, 01:40 AM - Forum: News and Discussions - No Replies

Hi.

I'm curious to know your thoughts on this —

I have some very basic programming experience. I'm a designer and learned to code a bit in Acti..... More

Print this item

  printing strings with format
Posted by: leodavinci1990 - Aug-21-2020, 01:17 AM - Forum: General Coding Help - Replies (1)

Case 1: If I execute the following:

print('{} {}'.format('one', 'two'))
the output in the IDLE shell will be

one two

Cas..... More

Print this item

  Help With Sub Plots
Posted by: JoeDainton123 - Aug-20-2020, 10:48 PM - Forum: General Coding Help - No Replies

Hi all

I was wondering if anyone could help with my understanding when it comes to sub plotting.

I have looked at the documentation and examples..... More


Attached Files

Thumbnail(s)
   
Print this item

  Compiler
Posted by: wallgraffiti - Aug-20-2020, 09:26 PM - Forum: General Coding Help - Replies (3)

So. Say I'm making a compiled language in Python (compiled because it makes up for the slowness of an interpreted language like Python). How would I g..... More

Print this item

  Column to rows
Posted by: kmrashish1985 - Aug-20-2020, 09:15 PM - Forum: General Coding Help - No Replies

I have a dataframe like shown below -

Col X Col 1 Col 2 Col 3 Col 4 Col 5 Col 6 Col 7 Col 8 Col 9 Col 10
AA A 1 1 1 1 1 1..... More

Print this item

  importing a list of numbers into python script
Posted by: barrypyth - Aug-20-2020, 09:02 PM - Forum: General Coding Help - Replies (8)

I have created in my PYTHON directory a file named movedata containing the following list of numbers 100, -100, 200, -200, 200 with the aim of impor..... More

Print this item

  Using Spyder Full Screen Debugger
Posted by: ErnestTBass - Aug-20-2020, 08:17 PM - Forum: General Coding Help - No Replies

I am running some python code in the Spyder debugger.

Just for fun (?) I asked it to statistically analyze my python code.

I got a lot of resp..... More

Print this item

  Small programm to change names of files
Posted by: Brotato - Aug-20-2020, 08:12 PM - Forum: Code sharing - No Replies

This is my first code. I basically tried to write a programm which is able to change the names of multiple files or numbering them.
If you have some ..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Unable to resolve FileNot... 6 minutes ago llarkin6 deanhystad General Codin...
  [Tkinter] how to export a... 37 minutes ago RonR noisefloor GUI
  Is the interpreter that c... 4 hours ago helendamdam noisefloor General Codin...
  pdf file processing: how ... 4 hours ago Pavel_47 noisefloor General Codin...
  Regarding pdf for PCEP an... 8 hours ago P212 Biks News and Disc...
  Using Python to SSH and R... Today, 03:53 justaguy SprunkiRetake Networking
  My goal to be hired worki... Today, 00:32 GnomeSweetGnome GnomeSweetGnome News and Disc...
  extracting data from a us... Yesterday, 13:49 Perry DeaD_EyE General Codin...
  pip install requests does... 09-24, 14:48 misodca DeaD_EyE General Codin...
  Creating a Mindmap progra... 09-23, 12:00 J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... 09-23, 09:08 compuman145 compuman145 General Codin...
Most views
  The best Prog... 576997
  Tutorial Requ... 499723
  Web Scraping ... 440751
  Newbie with P... 384735
  New Users Int... 368799
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+ 12088
buran 8176
snippsat 7367
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
llarkin6 Today
Xuitar Today
SprunkiRetake Today
GnomeSweetGnome Yesterday
alxpetrovo2272 Yesterday

User Panel Messages

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