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

Full Statistics

Online Users
There are currently 32 online users.
» 1 Member(s) | 26 Guest(s)
Bing, Google, AOL, Apple, snippsat

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

 
  Package installed through Anaconda "not found" by Python
Posted by: zonova - May-08-2020, 11:50 PM - Forum: General Coding Help - No Replies

I'm trying to install the python package "quspin" on windows through Anaconda, following the instructions here:
http://weinbe58.github.io/QuSpin/Inst..... More

Print this item

  Getter/Setter : get parent attribute, but no Getter/Setter in parent
Posted by: nboweb - May-08-2020, 10:40 PM - Forum: General Coding Help - Replies (2)

Hi all,

Trying to understand getter/setter...

The following code works fine.
B.x always returns 1 more than A.x (only interested in getters in ..... More

Print this item

  Rearrange Columns in a CSV File
Posted by: rjj920 - May-08-2020, 10:06 PM - Forum: General Coding Help - Replies (1)

Hello,

I've got a file that I am trying to reformat into a new file, but am having issues with the code I am using. It is adding a blank row in be..... More

Print this item

  How to do datascience with genoma? Or other thing that uses all computer tech mine
Posted by: enriquemesa8080 - May-08-2020, 09:37 PM - Forum: Data Science - Replies (1)

Hello. I am a computer science student, who wants to work with a data science project.

I am currently looking for bioinformatics. How this can be m..... More

Print this item

  Issue with item counter
Posted by: Ayckinn - May-08-2020, 09:10 PM - Forum: Game Development - Replies (5)

Hi everyone Big Grin ,

I'm new on this forum and i'm student in Python.

Ok here is my issue.
I need to create a game by using an item coun..... More

Print this item

  Pygame lag
Posted by: CrazyMakes - May-08-2020, 09:09 PM - Forum: Game Development - Replies (6)

So my Pygame game has a lag issue its a clicker game and I think the lag is caused by the auto miner and I have tried a few things to fix it but I cou..... More

Print this item

  Building Skills in Object-Oriented Design
Posted by: menator01 - May-08-2020, 08:25 PM - Forum: Tutorials - Replies (3)

I do not know where to post this but, the book that is in the thread subject gives a 403 error.

Print this item

  Mensagem error
Posted by: Dalpi - May-08-2020, 06:49 PM - Forum: General Coding Help - Replies (4)

Dear all, after update Anaconda the old programs are not running in the new version.
Below are the program and the error mensagem. Somebody could hel..... More

Print this item

  How can I make a plot representing connection relationship with python matplotlib?
Posted by: Berlintofind - May-08-2020, 06:32 PM - Forum: General Coding Help - Replies (1)

I want to make a plot composed of of dots and connections lines with matplotlib. (It's not a bar chart or normal line chart with axis)

For example, I..... More

Print this item

  installing vader in python
Posted by: apokar2020 - May-08-2020, 06:32 PM - Forum: Data Science - Replies (6)

Hello everyone, i'm an inexperienced user in python and i have a problem. I need to do condact a sentiment analysis using vader and i dont know how t..... More

Print this item

  'numpy.ndarray' object is not callable
Posted by: ato_cr - May-08-2020, 05:48 PM - Forum: Data Science - Replies (1)

distances = np.zeros(points.shape[0])

for i in range(len(distances)):
    distances[i] = distances(p, points[i])
        
[er..... More

Print this item

  Deleting a PDF Open on the Server
Posted by: b29vnor - May-08-2020, 05:05 PM - Forum: General Coding Help - Replies (1)

Hello all,

I am writing a script that updates a directory with a folder structure filled with PDFs. We would like to run this script to update the..... More

Print this item

  Strange output
Posted by: kintarowonders - May-08-2020, 04:30 PM - Forum: General Coding Help - Replies (6)

I am writing a method and it outputs unexpected results. It is supposed to break up some strings and create lists from them. Yet the lists don't conta..... More

Print this item

  SMTP problem
Posted by: MajK - May-08-2020, 04:10 PM - Forum: General Coding Help - Replies (6)

Hello, i have programed a smaller program and when i run it in pycharm everything works fine, but when i save this project on desktop and want to run ..... More

Print this item

  I want to solve the following problem
Posted by: srisrinu - May-08-2020, 04:06 PM - Forum: General Coding Help - Replies (4)

[quote]There are N people on a street (numbered 1 through N). For simplicity, we'll view them as points on a line. For each valid i, the position of t..... More

Print this item

  Joining Excel data into existing Excel file
Posted by: RemFreeman - May-08-2020, 04:01 PM - Forum: General Coding Help - No Replies

Hi there,

I'm coming back to Python after quite a bit of time away, and I'm facing an issue in trying to bring data from Excel file into another. ..... More

Print this item

  cannot build python 3.8.2 (make test fails on test_imprtlib)
Posted by: borabora - May-08-2020, 03:30 PM - Forum: General Coding Help - Replies (1)

i downloaded python 3.8.2

https://www.python.org/downloads/

in the read me file it says :
[spoiler]Bui..... More

Print this item

  Cancelling 'open directory' leading to crash
Posted by: Fairbz_ - May-08-2020, 01:59 PM - Forum: General Coding Help - Replies (1)

Hi there,

So I'm pretty new to Python coding, I have old code here that isn't very robust when it comes to extreme user inputs. I'm trying to fix t..... More

Print this item

  self function problem
Posted by: Agusben - May-08-2020, 12:35 PM - Forum: General Coding Help - Replies (6)

I have a problem with a program that uses a button that is created in a self function.

[python]
from tkinter import *
from tkinter import ttk
i..... More

Print this item

  struggling w/ fonctions in Python
Posted by: Tiril123 - May-08-2020, 12:23 PM - Forum: Homework - Replies (7)

Hello, I have several Python exercises to do in homework. I find some of them impossible to do, I hope you can help me:
"You must write a function c..... More

Print this item

  Finding Max and Min Values Associated with Unique Identifiers in Python
Posted by: ubk046 - May-08-2020, 11:47 AM - Forum: General Coding Help - Replies (1)

I need help to edit my Python code below - to search the ID column and then give the max and min values for each ID and write them into 2 new columns...... More

Print this item

  Scraping a Website (HELP)
Posted by: LearnPython2 - May-08-2020, 10:09 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi, I need to scrape out all the links on a website.

I want to crawl something like Screaming Frog but with Python.

This is my code:

[pyth..... More

Print this item

  Doubt in Linear Reg by 'MLE' method
Posted by: kumarants - May-08-2020, 09:34 AM - Forum: Data Science - Replies (2)

[python]
import numpy as np
from scipy.optimize import minimize
import matplotlib.pyplot as plt
def lik(parameters):
m=parameters[0]
b=p..... More

Print this item

  struggling with one part of python
Posted by: Lucifer - May-08-2020, 09:13 AM - Forum: Homework - Replies (23)

Hello,

i am struggling to finish the last bit of my script, its for an assessment. I am terrible at scripting unless its for security or penetration...... More

Print this item

  pip upgrade error
Posted by: most197 - May-08-2020, 08:36 AM - Forum: General Coding Help - Replies (4)

I tried to upgrade pip by 'python -m pip install --upgrade pip' but there is an error:

Traceback (most recent call last):
File "C:\Users\most1\A..... More

Print this item

  Python to interact with the Linux Command Line - Centos/RHEL
Posted by: redhat_boy - May-08-2020, 08:01 AM - Forum: Web Scraping & Web Development - Replies (2)

Hi,

This is part of my project. If I have a Python script ready to work on CLI as menu-driven to perform certain System Administration tasks on a L..... More

Print this item

  PySerial delay
Posted by: mikeybg - May-08-2020, 06:44 AM - Forum: Networking - Replies (1)

Geeting! I stumbled across this forum in search of help so hopefully someone here has the magic answer.
I have a python script that pulls JSON data,..... More

Print this item

  crack the safe - Gangster Nation
Posted by: asiaphone12 - May-08-2020, 06:40 AM - Forum: Code sharing - Replies (8)

hello, I play a game called "Gangster Nation", where the game is like creating mafia community. there is one feature that made me interested, that is ..... More

Print this item

  Help with expression
Posted by: ajay_askoolum - May-08-2020, 05:49 AM - Forum: General Coding Help - Replies (1)

I have never coded Python, came across a code snippet that I'd like to port to C#. I need to understand this expression,
[python]r-C(n-cs,k-s)>0:[/py..... More

Print this item

  len() function, numbers doesn't work with Geany Editor
Posted by: Penguin827 - May-08-2020, 02:42 AM - Forum: General Coding Help - Replies (3)

HI all,


i am a beginner and study python via Geany.
I encounter the below issues.
when i input the code in Geany and run the program,the geany ..... More

Print this item

  Returning always the last image into Label
Posted by: Lucas_Ribeiro - May-08-2020, 02:35 AM - Forum: GUI - Replies (1)

I'm making a web scrapping on a website for a private game server using Python. In a part of this website prints the result of the last nation war win..... More

Print this item

  python if command for a list
Posted by: fid - May-07-2020, 11:31 PM - Forum: General Coding Help - Replies (3)

Hi,

Please check the following code.
[python]
number = 20000

lst = [0,12500,50000,150000]

lst.append(number)
lst.sort()

for b in lst:
..... More

Print this item

  wierd output syntax for variables
Posted by: Zirizo - May-07-2020, 10:07 PM - Forum: General Coding Help - Replies (7)

I feel as if I'm doing the code correctly and it comes out with an outcome but the outcome for the print function is being weird (I'm using Visual Stu..... More

Print this item

  F-score, Precision, and Recall values
Posted by: Hani - May-07-2020, 08:58 PM - Forum: Data Science - Replies (3)

from tensorflow.keras import backend as K
.
.
.
def computeMetrics(true, pred): # considering sigmoid activation, threshold = 0.5
pred = K...... More

Print this item

  Why, TypeError: expected string or bytes-like object ?
Posted by: JohnnyCoffee - May-07-2020, 08:56 PM - Forum: General Coding Help - Replies (3)

The method below aims to receive parameters in order to detect xss threat. I could not identify an error in the code below but only on the return of t..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 1 hour ago tester_V Pedroski55 General Codin...
  Select Python comment (#)... Yesterday, 18:39 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... 577286
  Tutorial Requ... 500427
  Web Scraping ... 440964
  Newbie with P... 384997
  New Users Int... 369392
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
samuelshlzeo7159 Today
Seu12Jorge Yesterday
seomelbourneaustralia Yesterday
Jacobjoift Yesterday
zalexstolzeoz5360 Yesterday

User Panel Messages

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