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

Full Statistics

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

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

 
  regular expression
Posted by: pramod - Jun-15-2020, 07:07 PM - Forum: Data Science - Replies (4)

HI, I am trying to write a re pattern in below example and following thread: let me know.

Thread: https://python-forum.io/Thread-regular-expression..... More

Print this item

  Running input() from mac terminal
Posted by: jdhamblett - Jun-15-2020, 03:50 PM - Forum: General Coding Help - Replies (2)

Hi all -
Total newbie question here...just getting started.
I'm running Python3 3.8.3.

Wondering what I'm doing wrong here.

Here's my code........ More

Print this item

  Login Help
Posted by: wxnerd - Jun-15-2020, 02:32 PM - Forum: GUI - Replies (1)

I need help figuring out my code as it is not running after this part (Line 49), where it shows, "Welcome..." any thoughts??
[python]t=0
#Authentica..... More

Print this item

  Killing processes via python
Posted by: Lavina - Jun-15-2020, 02:24 PM - Forum: General Coding Help - Replies (2)

Hello,

my knowledge of python is rather limited so I might just be poking in the dark...

What I am attempting to do is open a file, write some ..... More

Print this item

  Make the script read from any directory
Posted by: falahfakhri - Jun-15-2020, 12:25 PM - Forum: General Coding Help - Replies (2)

Hi,

How could I make the script read the data from any directory,

I'd like to make it something like this,

product_path = os.path.join('pro..... More

Print this item

  NameError: name 'pins' is not defined
Posted by: glennford49 - Jun-15-2020, 11:50 AM - Forum: General Coding Help - Replies (2)

NameError: name 'pins' is not defined

[python]
result_names = 'elena'
dict={"glenn":1,"elena":2}
def person(names):
pins =dict.get(names)
re..... More

Print this item

  finding percentage in a list.
Posted by: samh625 - Jun-15-2020, 10:44 AM - Forum: Homework - Replies (3)

Hi everyone, i very new to python, for my uni course they have tasked us on finding a percentage in a list of 1's and 0's. for example [python]occupie..... More

Print this item

  Hello python community!
Posted by: eddiemyson - Jun-15-2020, 10:38 AM - Forum: Bar - Replies (8)

I'd like to say hello to everyone on these forums and also introduce myself.

My name is, "eddiemyson". I am a "disabled" vet, bored with nothing mu..... More

Print this item

  Pandas + Groupby + Filter unique values
Posted by: JosepMaria - Jun-15-2020, 05:53 AM - Forum: Data Science - Replies (1)

I have this dataset:

[python]df=pd.DataFrame({'user':[1,1,2,2,2,3,3,3,3,3,4,4],
'date':['1995-09-01','1995-09-02','1995-10-03','199..... More

Print this item

  RSS per topic
Posted by: SpongeB0B - Jun-15-2020, 05:50 AM - Forum: Board - Replies (5)

Hi everyone,

is it possible to generate an rss feed to follow per topic ?

Thank you

Print this item

  Launch another python command without waiting for a return.
Posted by: SpongeB0B - Jun-15-2020, 05:47 AM - Forum: General Coding Help - Replies (13)

Hi everyone,

Is it possible to launch a python command without waiting for a return ? and therefore start the next command without waiting the prev..... More

Print this item

  Need help decoding
Posted by: extricate - Jun-15-2020, 04:51 AM - Forum: Homework - Replies (7)

Hi,

This pertains to a question in my assignment where I'm required to: Create a program inputs a phrase (like a famous quotation) and prints all o..... More

Print this item

  Running script from Anaconda prompt
Posted by: acollins555 - Jun-15-2020, 03:40 AM - Forum: General Coding Help - No Replies

I have Anaconda3 running with Python 3.6.10 and everything works fine. I was able to use Spyder to write and test the code. I can also run simple one ..... More

Print this item

  Selenium extract id text
Posted by: xzozx - Jun-15-2020, 01:07 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello, I am a beginner in programming and I decided to start with python, I am trying to extract statistics from the flashscore.com website, all games..... More

Print this item

  Infinite Looping Issue
Posted by: nsadams87xx - Jun-14-2020, 11:58 PM - Forum: General Coding Help - Replies (1)

Hey everyone,

I'm trying to write the darts game "Cricket". If anyone is not familiar with the game it goes like this:

A player needs to hit 15..... More

Print this item

  Js2Py module not found problem
Posted by: Charliedactyl1 - Jun-14-2020, 06:23 PM - Forum: General Coding Help - Replies (5)

I am just doing some testing for js2py and i wrote some simple code which should output 6, however whenever i try to run it, it says there is no modul..... More

Print this item

  Wsgiref versus Requisitions
Posted by: JohnnyCoffee - Jun-14-2020, 04:52 PM - Forum: General Coding Help - Replies (1)

I need to be aware of the limitations of http requests of the Wsgiref module, what is the supported capacity and know the best way to deal with these ..... More

Print this item

  Code with empty list not executing
Posted by: adeana - Jun-14-2020, 04:02 PM - Forum: General Coding Help - Replies (9)

[python]
usernames = []
for username in usernames:
if username == 'admin':
print("Hello admin, would you like a status report?")
..... More

Print this item

  File Counter Help!
Posted by: jubin3 - Jun-14-2020, 03:12 PM - Forum: General Coding Help - No Replies

Hi,

I've been working on a file counter that will cout files from a folder in linux (CentOS7) that can output to to a page which i can use promethe..... More

Print this item

  Linked List - Ordering by largest population with country name.
Posted by: PaleHorse - Jun-14-2020, 02:16 PM - Forum: Homework - Replies (2)

As the title says, I have an assignment where I must used a linked list to create a sorting algorithm, ordering the largest population by the availabl..... More

Print this item

  multiprocessing.shared_memory
Posted by: bronlib - Jun-14-2020, 02:06 PM - Forum: General Coding Help - Replies (2)

I can create many instances of multiprocessing shared_memory.
But I can only access the last one that was created by name. Am I doing something wron..... More

Print this item

  Build project with cxfreeze
Posted by: Kolterdyx - Jun-14-2020, 01:24 PM - Forum: General Coding Help - Replies (2)

I'm trying to make and executable from a project I'm working on, to test it on a different computer, without requiring python installed.

I want to ..... More

Print this item

  Pythonista on iPad install plotly
Posted by: SwissPython - Jun-14-2020, 01:12 PM - Forum: General Coding Help - Replies (2)

Hi
I am new, and my question is may simple, but with all search on the internet, I could not solve ist.
I run Pythonista 3.6 on an iPad Pro 11“ (OS ..... More

Print this item

  PyAudio throwing Input overflowed
Posted by: anthares - Jun-14-2020, 08:50 AM - Forum: General Coding Help - Replies (3)

Hello everyone,

I am trying out pyaudio with python3.
I am following the example provided at this link to record audio with pyaudio.

https://..... More

Print this item

  cannot reshape array of size 0 into shape
Posted by: Roro - Jun-14-2020, 08:42 AM - Forum: Data Science - Replies (2)

After a correction on the program i am using, i get an error on my code :
[python]import numpy as np
import gzip
import struct


def load_images..... More

Print this item

  How to see python default methods from inside
Posted by: mariolucas75 - Jun-14-2020, 05:22 AM - Forum: General Coding Help - Replies (3)

Dear forum,

Could you please advise how / where to see from what script Python standard built-in functions or methods are composed of ?
For exampl..... More

Print this item

  Problem With Tutorial
Posted by: BeginningCoder - Jun-14-2020, 04:12 AM - Forum: General Coding Help - Replies (12)

I'm trying to learn Python as I will need to be able to use it for a project I'm working on. I'm using an online tutorial to teach myself about it. In..... More

Print this item

  Currency converter
Posted by: Scott - Jun-14-2020, 01:00 AM - Forum: General Coding Help - Replies (5)

Hi everyone,

I found a exchange rate calculator online built in tkinter and am trying to update it to reference my dataframe exchange rate variable..... More

Print this item

  Problems creating a search engine
Posted by: card51shor - Jun-14-2020, 12:46 AM - Forum: Homework - Replies (26)

Hey guys now I'm trying to do a search of a table with isbn title author and year. For now I'm just trying direct searches since I don't want to invo..... More

Print this item

  slope intercept form
Posted by: Dasiey12 - Jun-14-2020, 12:31 AM - Forum: General Coding Help - Replies (6)

Hi,

I am working on trying to write a program to convert any form of the slope intercept equation into the standard, y=mx+b form. I always have a ..... More

Print this item

  Web server (http)
Posted by: JohnnyCoffee - Jun-14-2020, 12:12 AM - Forum: General Coding Help - Replies (1)

Does anyone know how to tell me the path of stones to develop a web server that runs python? What are the basic requirements to start one?

Att,
Jo..... More

Print this item

  Hex input
Posted by: omega_elite - Jun-13-2020, 11:37 PM - Forum: General Coding Help - Replies (2)

Hi

I am looking to have user input 6 hex bytes that are then stored in a variable that I can then send out serial or IP socket, I am fine with the ..... More

Print this item

  get method not counting number of strings in dictionary
Posted by: LearningTocode - Jun-13-2020, 10:26 PM - Forum: General Coding Help - Replies (2)

Hi,

I've only been learning to code for a couple of weeks now. This is my first post. If I've posted incorrectly please do let me know.

So, I've..... More

Print this item

  Run a Python script reliable on a server
Posted by: Chris80 - Jun-13-2020, 07:29 PM - Forum: General Coding Help - Replies (3)

Hello,

I have written my first python application for my server and I’m not sure how to run it reliably. What is the most robust and professional w..... More

Print this item

  Infinite generating tilemap pygame
Posted by: Kolterdyx - Jun-13-2020, 06:18 PM - Forum: Game Development - Replies (2)

I am trying to get an infinite generating 2D world algorithm to work.

  1. I first get an area that gives me 36 chunk positions around the ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Comparing 2 100GB Drives/... 1 hour ago tester_V noisefloor General Codin...
  My goal to be hired worki... 11 hours ago 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... 577203
  Tutorial Requ... 500220
  Web Scraping ... 440902
  Newbie with P... 384918
  New Users Int... 369202
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
Edzed4431 Yesterday
chaoh1911 Yesterday
KaydenJonah098 Yesterday
carlbidwell Yesterday
llarkin6 09-26

User Panel Messages

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