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,965
» Latest member: zalexstolzeoz5360
» Forum threads: 38,730
» Forum posts: 175,547

Full Statistics

Online Users
There are currently 44 online users.
» 1 Member(s) | 38 Guest(s)
Applebot, Bing, Google, AOL, snippsat

Latest Threads
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: noisefloor
6 hours ago
» Replies: 4
» Views: 220
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:58 PM
» Replies: 1
» Views: 581
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Yesterday, 06:49 PM
» Replies: 4
» Views: 2,118
My First App
Forum: Code Review
Last Post: carlbidwell
Yesterday, 10:53 AM
» Replies: 8
» Views: 8,682
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 03:54 AM
» Replies: 3
» Views: 578
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,064
Is the interpreter that c...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:17 PM
» Replies: 1
» Views: 1,054
pdf file processing: how ...
Forum: General Coding Help
Last Post: noisefloor
Sep-26-2025, 01:14 PM
» Replies: 6
» Views: 5,329
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,914
Using Python to SSH and R...
Forum: Networking
Last Post: SprunkiRetake
Sep-26-2025, 03:53 AM
» Replies: 1
» Views: 2,964

 
  Pyqt5 and how to use sound files from the web?
Posted by: menator01 - Jun-06-2020, 03:37 PM - Forum: News and Discussions - Replies (1)

Is there any way to load sound files from the web? I can play local files but, have been unable to find a way to do it from web.
Any guidance much ap..... More

Print this item

  Operator Overloading issue
Posted by: mp3909 - Jun-06-2020, 01:41 PM - Forum: General Coding Help - Replies (4)

Why does my code give an error when i try to do dev_1 + dev_2 + dev_3?
I have explicitly defined the __add__ method within my Employee class and sinc..... More

Print this item

  Assign dynamic values to Variables
Posted by: srikanthpython - Jun-06-2020, 01:24 PM - Forum: General Coding Help - Replies (6)

Hi,

In python I am trying to assign username and password(with out hard coding). NameVALUE and PasswordVALUE variables have values

[python]param..... More

Print this item

  This code gives error on website but none on my editor
Posted by: Emekadavid - Jun-06-2020, 01:01 PM - Forum: Homework - Replies (1)

I was doing a challenge on hacker rank about doing arrays in python. I really didn't know how to do arrays because I have not read about it. But I rea..... More

Print this item

  How uninstall IDLE?
Posted by: NisseMax - Jun-06-2020, 12:30 PM - Forum: News and Discussions - Replies (4)

Hello everybody,

I installed python IDLE a while back ago when I didn't know about PyCharm and now that I don't use IDLE anymore I'm wondering if ..... More

Print this item

  Plot into Tkinter
Posted by: carloszoom3000 - Jun-06-2020, 11:25 AM - Forum: GUI - No Replies

Hi,

I'm plotting a signal from an Arduino analog pin.
I'm able to plot it, however i cannot get to embed it into a tkinter window.
All i get is s..... More

Print this item

  Help with fixing tool for completing surveys
Posted by: MianDoesCoding - Jun-06-2020, 11:06 AM - Forum: Jobs - Replies (2)

Omg GUYS!
So i made this thing that auto completes surveys for rewards and i left it on overnight and made £504. I am willing to pay some people who ..... More

Print this item

  string.punctuation for languages like French or German
Posted by: Leo978 - Jun-06-2020, 08:41 AM - Forum: General Coding Help - Replies (1)

string.punctuation gives me '!"#$%&\'()*+,-./:;<=>?@[\\]^_`{|}~',
but that's not sufficient for other languages like French or Germa..... More

Print this item

  The "in" function, weird output
Posted by: extricate - Jun-06-2020, 06:57 AM - Forum: Homework - Replies (3)

[python]menu = ("salad, pasta, sandwich, pizza, drinks")
choice = input("Enter input: ")

print(choice in menu)

if choice in menu == True..... More

Print this item

  Remove space after random.randrange(1, 11)
Posted by: rs74 - Jun-06-2020, 06:37 AM - Forum: General Coding Help - Replies (4)

Hello. So, I have just started learning Python and now I would like some help.

The code works but there is a space after the last random generated ..... More

Print this item

  changing tkinter label from thread
Posted by: nanok66 - Jun-06-2020, 05:20 AM - Forum: GUI - Replies (3)

Hi all,

I am getting pretty far with my GUI but I have one major issue I cannot solve. I stripped down my program to the absolute bare minimum of ..... More

Print this item

  PyQt5 Version of Rock, Paper, & Scissors
Posted by: menator01 - Jun-06-2020, 03:50 AM - Forum: Code sharing - Replies (8)

Here my version of the game with PyQt5. Still need a few tweaks.
If you try it, you shouldn't have to remove the image parts. It gets them from the w..... More

Print this item

  Redirecting stdout to TextBox in realtime
Posted by: Gilush - Jun-06-2020, 12:56 AM - Forum: GUI - Replies (2)

I've managed to use multiprocessing to print the stdout to file and my terminal
but i'm lost when trying to redirect the stdout to the text box in r..... More

Print this item

  missing 1 required positional argument: 'self'
Posted by: yasser - Jun-06-2020, 12:15 AM - Forum: General Coding Help - Replies (7)

Hello

I am trying to create a class and recall the fucntion from the class but it give me error

[python]
phonenote={}
class phone:
NumOfP..... More

Print this item

  PyQt5 and RPS
Posted by: menator01 - Jun-05-2020, 10:18 PM - Forum: News and Discussions - No Replies

Just wanted to share current project.
I'm trying my luck with pyqt5. Little bit harder than tkinter.
Created the layout in designer and got what cod..... More

Print this item

  import columns of data from local csv file
Posted by: CatherineKan - Jun-05-2020, 08:05 PM - Forum: Data Science - Replies (2)

Hello I am a newbie in python, but I need to write some python code in another software.
I need to import two csv files, each of them has 200 columns..... More

Print this item

  code advice
Posted by: just_me - Jun-05-2020, 07:20 PM - Forum: General Coding Help - Replies (6)

Hi,
I'm having a small issue with a code I wrote. What I'm trying to do is something small and simple. I want to open a .csv file, check if in that f..... More

Print this item

  Authentication error when accessing Microsoft SharePoint
Posted by: klllmmm - Jun-05-2020, 06:10 PM - Forum: General Coding Help - Replies (3)

Hi all, I'm trying to upload a file from my computer to my Microsoft SharePoint site using a python script.
I have a SharePoint site created through ..... More

Print this item

  Auto re-fit frames sizes in main window
Posted by: Gilush - Jun-05-2020, 04:22 PM - Forum: GUI - Replies (2)

I have the menu frame on the left side and the main container on the right side but when I fire it up I only see them in a small box inside the main w..... More

Print this item

  Least-squares fit multiple data sets
Posted by: multiverse22 - Jun-05-2020, 03:27 PM - Forum: Data Science - Replies (1)

Let's say I have 3 sets of data (data_1, data_2, data_3).

I am trying to perform a least squares fit to this data with three corresponding nonlinea..... More

Print this item

  Easy analysis of Data
Posted by: ranjjeetk - Jun-05-2020, 03:23 PM - Forum: Data Science - Replies (1)

Hi,

Is there a easy and quick way to do analysis on the raw data received. I read about Pandas Profiling. Any other technique (modules) which is..... More

Print this item

  Modifying anytree Nodes
Posted by: gw1500se - Jun-05-2020, 03:22 PM - Forum: General Coding Help - Replies (1)

I'm using anytree 2.8 and I need to edit a node. Reviewing the documentation I cannot figure out how to either edit and existing node or replace it. C..... More

Print this item

  Formatting a Decimal to a Percentage
Posted by: dgrunwal - Jun-05-2020, 03:16 PM - Forum: General Coding Help - Replies (2)

I am new to the Python formatting - is there a function to round and print a percentage from a decimal?

with open("C:\file\data.txt") as f :
..... More

Print this item

  R-PYTHON INTEGRATION RELATED PROBLEM
Posted by: arnab93 - Jun-05-2020, 02:07 PM - Forum: General Coding Help - No Replies

Hello all,
I am having problem while doing r-python integration and I want to return a rscript where a function is written namely map_plot() which wi..... More

Print this item

  Python scipy odeint: solving with solution-dependent functions
Posted by: etienne - Jun-05-2020, 01:29 PM - Forum: General Coding Help - No Replies

Hi,

I have been implementing a code to solve a system of coupled ODEs using scipy.odeint, similarly to the following one which is for a coupled-spr..... More

Print this item

  Some small questions
Posted by: Kael90 - Jun-05-2020, 01:17 PM - Forum: News and Discussions - Replies (12)

Hello! im new here and i couldnt find something for newcomers. Just School-stuff but im not a student anymore.

English isnt my native language soo..... More

Print this item

  Python program to write into websites for you
Posted by: pythonDEV333 - Jun-05-2020, 12:04 PM - Forum: Web Scraping & Web Development - Replies (3)

Hello, I'm a computer science student and I was applying to some universities, but it takes so much time and sometimes I feel too lazy to go and fill ..... More

Print this item

  Python Error in log
Posted by: Chinesh - Jun-05-2020, 10:21 AM - Forum: General Coding Help - Replies (1)

[SEARCHING SOLUTION FOR THIS PYTHON ERROR]

Windows detected your registry file is still in use by other applications or services. The file will be ..... More

Print this item

  Free server environment to test python capabilities on networking etc
Posted by: Emekadavid - Jun-05-2020, 10:08 AM - Forum: News and Discussions - Replies (3)

Good morning. Please, the computer I am using is not a server and learning python, I see that it has a lot of capabilities that requires a server. Ple..... More

Print this item

  Pandas's regular expression function result is so strange
Posted by: cools0607 - Jun-05-2020, 09:20 AM - Forum: General Coding Help - Replies (6)

I am trying to make a regular express for df1(dataframe).
I want to remove the expression related [color=#1ABC9C]NOPOP[color=#..... More

Print this item

  telnet to a device under tacacs management
Posted by: kang18 - Jun-05-2020, 06:11 AM - Forum: Networking - No Replies

Hi,

I am trying to telnet a device under a tacacs management. but it seems I am missing something. When i run the code it just stop and terminate t..... More

Print this item

  Difficulty when trying to call all the input values
Posted by: extricate - Jun-05-2020, 05:50 AM - Forum: Homework - Replies (2)

Hi,

Below is my code:

[python]def add_report(report):
total = 0
item = ""
user = input("Enter an integer to add to toal or Q")
..... More

Print this item

  Python SCV
Posted by: ranjjeetk - Jun-05-2020, 05:36 AM - Forum: Homework - No Replies

I have below task to be completed.


  1. Import two modules sklearn.datasets, and sklearn.model_selection.

    Load popular digits dataset ..... More

Print this item

  Locking Canvas to a Window
Posted by: drnshaw - Jun-05-2020, 02:25 AM - Forum: GUI - Replies (4)

I've searched and experimented but am unable to solve my problem with canvas. I have been teaching myself Python. I first wrote a text program to test..... More

Print this item

  String slicing and loop iteration
Posted by: divyansh - Jun-04-2020, 11:08 PM - Forum: General Coding Help - Replies (9)

[python]
string="demoString"
for ch in string:
print(ch) # this for loop will post a single character
#current outpput
#d
#e
#m
#o
#S..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 6 hours ago tester_V noisefloor General Codin...
  My goal to be hired worki... Yesterday, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... Yesterday, 18:49 arbiel Gribouillis General Codin...
  My First App Yesterday, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... Yesterday, 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
  extracting data from a us... 09-25, 13:49 Perry DeaD_EyE General Codin...
Most views
  The best Prog... 577251
  Tutorial Requ... 500293
  Web Scraping ... 440937
  Newbie with P... 384952
  New Users Int... 369268
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 7368
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
zalexstolzeoz5360 Today
Edzed4431 Yesterday
chaoh1911 Yesterday
KaydenJonah098 Yesterday
carlbidwell Yesterday

User Panel Messages

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