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,975
» Latest member: Jacobjoift
» Forum threads: 38,733
» Forum posts: 175,564

Full Statistics

Online Users
There are currently 66 online users.
» 1 Member(s) | 59 Guest(s)
Google, Bing, AOL, AOL, Applebot, Jacobjoift

Latest Threads
Cannot update or install ...
Forum: General Coding Help
Last Post: Jacobjoift
Less than 1 minute ago
» Replies: 7
» Views: 237,226
NEED HELP TO RECOVER SCAM...
Forum: General Coding Help
Last Post: randydurham
7 minutes ago
» Replies: 0
» Views: 5
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
1 hour ago
» Replies: 2
» Views: 123
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
8 hours ago
» Replies: 2
» Views: 767
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 05:45 PM
» Replies: 6
» Views: 805
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 12:59 PM
» Replies: 8
» Views: 510
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Sep-28-2025, 06:39 PM
» Replies: 7
» Views: 2,888
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,289
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,857
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,279

 
  [split] import PIL dont work
Posted by: vedansh - Mar-29-2020, 06:00 AM - Forum: General Coding Help - Replies (1)

Pillow is not installing
can anybody guide me on anydesk
Thanks!


any online editor for python with pre installled libraries

Print this item

  IF ELSE Homework Question
Posted by: buckthimble - Mar-29-2020, 05:18 AM - Forum: Homework - Replies (1)

I have the code written to return the below values based on the age a user inputs. I am struggling to come up with an ELSE
statement that will only a..... More

Print this item

  appending list of list
Posted by: glennford49 - Mar-29-2020, 05:18 AM - Forum: General Coding Help - Replies (2)

whats wrong with my code?
i cant get the desired output

[python]
list1=[]
list2=[]
num=[1,2,3,4,5,6]
while(True):
if (len(list2)<=2): # ..... More

Print this item

  Python: how to do multiple qqplot in statsmodel
Posted by: Maxchen106 - Mar-29-2020, 04:27 AM - Forum: General Coding Help - No Replies

Hi,I'm new to python. At moment, I'm trying to do qqplot in statsmodels, with price data from dozens of stocks. apparently I'm on restricted group not..... More

Print this item

  Variable not updating
Posted by: Rayaan - Mar-29-2020, 01:21 AM - Forum: General Coding Help - Replies (3)

I am making a slot machine and I am not very experienced at coding. I am struggling to get the coins variable to update at all when I you either gain ..... More

Print this item

  how do i get rid of next lines in my list()
Posted by: ironpotatoe58 - Mar-28-2020, 11:22 PM - Forum: General Coding Help - Replies (10)

im taking a coding course and im stuck on an assignment,
[python]
fname = input("Enter file name: ")
fh = open(fname)
lst = list()
for line in fh..... More

Print this item

  regular expressions in openpyxl. format
Posted by: picnic - Mar-28-2020, 09:47 PM - Forum: General Coding Help - No Replies

In excell i have a column which contains several words. For my program I need only first one (and only letters). For example, cell -'dog,dogge', but w..... More

Print this item

  Error posting with requests
Posted by: julio2000 - Mar-28-2020, 09:25 PM - Forum: Web Scraping & Web Development - Replies (6)

So I've created a code that posts something on a website. It works perfectly fine when I run it like this (+ other code but that isnt important):
[py..... More

Print this item

  Resources for working with images and video?
Posted by: SheCurvesMobius - Mar-28-2020, 08:43 PM - Forum: General Coding Help - No Replies

Hello all,

I'm new to Python (I've come to it from Processing, p5.js, and Arduino).

I'm interested in using Python to work with images and video..... More

Print this item

  Encoding audio data
Posted by: TheHacker707 - Mar-28-2020, 08:04 PM - Forum: General Coding Help - No Replies

Hello, I want to be able to read the contents of a .wav file, decode it into a list of ints, analyse it/modify it, and then encode it and save it back..... More

Print this item

  when would a frozenset be needed?
Posted by: Skaperen - Mar-28-2020, 06:54 PM - Forum: News and Discussions - Replies (12)

when would a frozenset be needed over a regular set? or why?

Print this item

  Regex: finding if three groups have a value in them
Posted by: Daring_T - Mar-28-2020, 06:01 PM - Forum: General Coding Help - Replies (7)

Hello, I have started learning python via documentation & videos because I trying to make a program that converts episode number and timestamps in a ...... More

Print this item

  Latex spacing question
Posted by: StillAnotherDave - Mar-28-2020, 05:51 PM - Forum: General Coding Help - No Replies

Hi guys,

I imagine this is a pretty simple question:

plt.xlabel('$mass (kg)$')
plt.ylabel('$angular displacement (rad)$')
..... More

Print this item

  Black holes Home
Posted by: alfredocaronia - Mar-28-2020, 04:12 PM - Forum: Homework - Replies (2)

Refer link

http://astro.phys.wvu.edu/bhathome/black...en_US.html

I would like help and advice on the first steps to perform ..... More

Print this item

  Is it possible to use a tuple to click on a pixel with a bgr code?
Posted by: OliverMcC - Mar-28-2020, 04:09 PM - Forum: GUI - No Replies

Hi,

I have the following code:

[python]import pyautogui

#Clicks link
pyautogui.moveTo(2240, 733, 0.0)
pyautogui.click()

#Clicks link and..... More

Print this item

  Mukhanov equation + odeint
Posted by: Messier087 - Mar-28-2020, 04:03 PM - Forum: Data Science - No Replies

Hi,

I am currently trying to solve the Mukhanov equation for the power law inflation models. My code is as follows,

[python]#Code to compute the..... More

Print this item

  How to read multiple csv files and merge data
Posted by: rajeshE - Mar-28-2020, 04:01 PM - Forum: General Coding Help - No Replies

Hi,
I have two csv files,
csv1:

c1 c2 c3 c4 c5
BB 2  5  6  O
csv2:
c7 c8 c9 c10 c11
C  0  2  0  L
I want..... More

Print this item

  Regarding building a website
Posted by: jk91 - Mar-28-2020, 03:56 PM - Forum: Web Scraping & Web Development - Replies (65)

Hi,

How can we build a website that could cover below points;

1) Provides para/legal services.

2) Should be able to take and/or handle email/..... More

Print this item

  Monthly pollution rate
Posted by: RbaPhoenix - Mar-28-2020, 03:27 PM - Forum: Homework - Replies (4)

[b]Writing a python script that lets the user enter monthly air pollution amount for each of 12 months into tuple. The program should calculate and pr..... More

Print this item

  sequential sampling from an array to a matrix
Posted by: nsansen - Mar-28-2020, 02:35 PM - Forum: Data Science - Replies (1)

Dear all i have an Array A

A=[0 1 2 3 4 5 6 7 8 9 10 ... 200]

from this array i would like to make a matrix B (pandas dataframe) where each row..... More

Print this item

  Optimization suggestion
Posted by: Julia - Mar-28-2020, 02:16 PM - Forum: General Coding Help - Replies (2)

Hi everybody,
In this structure:
alpha is associated with beta, beta is the interruption time of alpha.
[python]x =int(input())
for _ in range(x)..... More

Print this item

  Virtual keyboard
Posted by: chesschaser - Mar-28-2020, 02:05 PM - Forum: GUI - Replies (4)

Hi everyone,

I'm trying to make a virtual keyboard in python (like Microsoft's on-screen keyboard) however
am experiencing a couple of glitches...... More

Print this item

  Flask - adding new page affects all other pages
Posted by: CMR - Mar-28-2020, 01:21 PM - Forum: Web Scraping & Web Development - Replies (15)

FLASK Error - Please help

I am trying to run a script but while when I comment out add VLAN, the add interface works, when I comment out add interf..... More

Print this item

  Guessing game with 4 different digits
Posted by: LinseyLogi - Mar-28-2020, 10:42 AM - Forum: Homework - Replies (6)

Hi,

I'm new to programming and I need to make a guessing game.
Python needs to generate a random code containing 4 digits, the 4 digits have to a..... More

Print this item

  User input & Dictionary
Posted by: tfernandes - Mar-28-2020, 09:33 AM - Forum: General Coding Help - Replies (5)

Hi All,

I'm just learning python.

I need user to enter Month and the print statement should print the complete Month
e.g.
Input = Jan
Ou..... More

Print this item

  TicTacToe PC vs PC
Posted by: harig3 - Mar-28-2020, 09:30 AM - Forum: General Coding Help - Replies (3)

Hi fellow forum users.

I have written following code where both users are computer. Only input required is to select the first user ( between PC1 a..... More

Print this item

  Trying Comparison Operators
Posted by: PythonGainz - Mar-28-2020, 07:33 AM - Forum: General Coding Help - Replies (3)

Good morrow, guys!

Used this code from a textbook and can't find the error. It seems like something at the beginning already, but I cant figure it ..... More

Print this item

  How to copy a .csv worksheet into a .xlsx file without the number values turning into
Posted by: YoshikageKira - Mar-28-2020, 04:30 AM - Forum: Data Science - Replies (7)

Hello there!

I'm having a problem with copying a .csv file into a .xlsx file. It does work because the information is there but the numbers do not ..... More

Print this item

  Need help to resolve this
Posted by: MK2020 - Mar-28-2020, 04:03 AM - Forum: General Coding Help - Replies (1)

I'm new to Phyton and do not have any Programming background.
I downloaded Phyton 3.8 and PYcharm. I tried to work the program below and am getting t..... More

Print this item

  Data written in loop not available afterwards
Posted by: Weird - Mar-28-2020, 03:05 AM - Forum: General Coding Help - Replies (7)

Greetings folks,

I am still fairly new to python and have a small problem with a function I have written:

[python]
def evaluate_tests(test_..... More

Print this item

  Path to python, matplotlib, scipy, numpy, etc.
Posted by: dcollett - Mar-28-2020, 01:16 AM - Forum: General Coding Help - Replies (6)

[font=Arial, Helvetica, sans-serif]
[size=medium]
Hi, everyone. I hope some of you can help me.

I'm running Python 3.8.2 on a Mac. I installed nu..... More

Print this item

  psutil for monitor a software finish process and notification
Posted by: Pyguys - Mar-27-2020, 11:15 PM - Forum: General Coding Help - No Replies

psutil for monitor a software finish process and notification

[python]
import psutil, time
PROCNAME = "monitor.exe"

for proc in psutil.process..... More

Print this item

  What is the Basic Knowledge Required To Understand Python?
Posted by: haimen - Mar-27-2020, 10:55 PM - Forum: News and Discussions - Replies (11)

Hello Everyone,

1) What is the Basic Knowledge Required To Understand Python?

2) How do I Learn Python in a month without Computer Science Backg..... More

Print this item

  Installation failure
Posted by: segall - Mar-27-2020, 09:03 PM - Forum: News and Discussions - Replies (2)

I get the message:
SETUP FAILED
0x80070642 - User cancelled installation

HELP PLEASE
THANKS
Adrian

Print this item

  Python Download
Posted by: GillietheSquid - Mar-27-2020, 06:42 PM - Forum: General Coding Help - Replies (2)

I am confused on if i should download Python 3.7 updated 3/10 or Python 3.8. Thank you!

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Cannot update or install ... Less than 1 minute ago nickystixx45 Jacobjoift General Codin...
  NEED HELP TO RECOVER SCAM... 7 minutes ago randydurham randydurham General Codin...
  Integer Factorization Too... 1 hour ago fosuwxb buran Code sharing
  My goal to be hired worki... 8 hours ago GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... Yesterday, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... Yesterday, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  [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...
Most views
  The best Prog... 577337
  Tutorial Requ... 500652
  Web Scraping ... 440999
  Newbie with P... 385037
  New Users Int... 369527
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+ 12090
buran 8178
snippsat 7370
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Jacobjoift Today
randydurham Today
sophielane Yesterday
Oscar0057 Yesterday
Cromulent Yesterday

User Panel Messages

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