Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,279
» Latest member: ndx101
» Forum threads: 38,790
» Forum posts: 175,868

Full Statistics

Online Users
There are currently 46 online users.
» 1 Member(s) | 40 Guest(s)
Applebot, Google, Bing, Mojeek, buran

Latest Threads
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
7 hours ago
» Replies: 4
» Views: 1,450
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Yesterday, 02:10 PM
» Replies: 2
» Views: 98
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Yesterday, 06:48 AM
» Replies: 0
» Views: 34
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:59 AM
» Replies: 11
» Views: 6,008
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Yesterday, 04:46 AM
» Replies: 2
» Views: 4,284
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 307
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 151
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 213
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,116
[SOLVED] Access keys and ...
Forum: General Coding Help
Last Post: Winfried
Nov-17-2025, 11:47 AM
» Replies: 4
» Views: 259

 
  Counting the number of occurrences of characters in a string
Posted by: nsadams87xx - Jun-16-2020, 07:18 PM - Forum: Homework - Replies (1)

Hey everyone,

I was presented with a challenge where I need to code a function that takes a string and then counts the number of times each charact..... More

Print this item

  How to Calculate CPU, Disk, Memory and Network utilization rate
Posted by: skvivekanand - Jun-16-2020, 07:17 PM - Forum: General Coding Help - Replies (1)

How to Calculate CPU, Disk, Memory and Network utilization rate

Print this item

  Password output
Posted by: swittler - Jun-16-2020, 06:40 PM - Forum: General Coding Help - Replies (5)

I very new to python and this post may not be allowed.

I'm looking to be able to input the password in a field and get a result like the below.
..... More

Print this item

  Flask export/upload database table in cvs/xlsx format
Posted by: steve87bg - Jun-16-2020, 05:29 PM - Forum: Web Scraping & Web Development - Replies (4)

I have a download button on my flask app and i am trying to add functionality that will allow user to download all data from books table locally in cs..... More

Print this item

  Get the record number of a dBASE dbf file
Posted by: DarkCoder2020 - Jun-16-2020, 05:11 PM - Forum: General Coding Help - No Replies

Do anyone know how I could get the record number of a dbf file in python? Is there some type of function I could use ?

Print this item

  How to check to see a dbf file is EOF ?
Posted by: DarkCoder2020 - Jun-16-2020, 05:03 PM - Forum: General Coding Help - No Replies

I'm trying to make a if statement to check an see if my visual foxpro dbf file is at the end or not ? Any suggestions? Since Python doesn't use EOF()...... More

Print this item

  How to use function result in another function
Posted by: Ayckinn - Jun-16-2020, 03:12 PM - Forum: General Coding Help - Replies (4)

Hi everyone,

I would like to know how to use function result in another function.. I explain..
I created a function to retrieve weather data in a ..... More

Print this item

  Where to find some very old stock price
Posted by: Lexus007 - Jun-16-2020, 01:16 PM - Forum: Data Science - Replies (2)

Hello guys, I am doing a research about the Great Depression. I need the stock prices at that time, for example General Motors stock price during 1929..... More

Print this item

  Python for loops
Posted by: Kristenl2784 - Jun-16-2020, 12:39 PM - Forum: General Coding Help - Replies (3)

Hello,

Below is a code that will open a source file, and copy it to a template and then save the files as a new name. I would like to add multiple..... More

Print this item

  My very first "thing" what I'm somewhat proud of, after a week udomy class. Register
Posted by: Haulpa - Jun-16-2020, 11:25 AM - Forum: Code Review - Replies (3)

[Python]
import time
def log_in ():
return ()

print("Register:")
ui = []
pw = []
while True == 1:
userid = input("Give you User nam..... More

Print this item

  How to do this kind of IF STATEMENT?
Posted by: glennford49 - Jun-16-2020, 10:46 AM - Forum: General Coding Help - Replies (4)

How to do this kind of IF STATEMENT?
[python]
p1=1
p2=0
p3=0
p4=0
pins=[p1,p2,p3,p4]
for i in pins:
if (pins has value==1)
print("true")
..... More

Print this item

  How to scrolling Picture in x axis
Posted by: kalihotname - Jun-16-2020, 09:26 AM - Forum: General Coding Help - Replies (1)

I have the picture [Image: 5s7cyv0] like this and i need to scroll this image in x axis following the data that come from the UDP for..... More

Print this item

  Reading Smartphone Battery Level via Bluetooth
Posted by: maxwell - Jun-16-2020, 08:47 AM - Forum: General Coding Help - Replies (1)

Hello,
similiar to what you may have in your car, I would like to indicate my Smartphone's (in my case an iPhone 6s) battery level in an UI programme..... More

Print this item

  Increasing validation accuracy on a CNN
Posted by: hobbyist - Jun-16-2020, 08:19 AM - Forum: Data Science - Replies (4)

Hello,

I followed this tutorial: https://keras.io/examples/vision/image_clas[url=https://python-forum.io/thread-27665.html]..... More

Print this item

  Check for specific values on screen
Posted by: and2handles - Jun-16-2020, 08:10 AM - Forum: General Coding Help - Replies (2)

I am building an autoclicker tool atm with pyautogui and want to make it more intelligent. So I want to replace the wait function with a screen..... More

Print this item

  [GI] Error when I close the interface Glade/GTK3/
Posted by: Charles25 - Jun-16-2020, 07:54 AM - Forum: GUI - Replies (2)

Hello everyone

I have a probleme with my interface glade. I can open my interface, no problem with that, It's work in the way I want but when I cl..... More

Print this item

  coding has run for 7 days but still yet to got any result?
Posted by: syhue2 - Jun-16-2020, 06:10 AM - Forum: General Coding Help - Replies (3)

[size=medium]Hello. I am trying to take the average time for the 1000 signature generation operation. The two keys generated is also taking from the a..... More

Print this item

  Displaying search results
Posted by: card51shor - Jun-16-2020, 05:37 AM - Forum: Homework - Replies (82)

Hey guys so now I'm on the next stage of my project that I've been slaving over thanks to you guys!

I now have it where it searches the database a..... More

Print this item

  Mathematical Conversion Scripts for Weather Station
Posted by: Mickey53usa - Jun-16-2020, 01:18 AM - Forum: General Coding Help - Replies (11)

New person here - new to Python.

Looking for some scripts to display data in a different format. Example - take a KPa and convert and display as In..... More

Print this item

  testing for a network connection
Posted by: Skaperen - Jun-16-2020, 01:02 AM - Forum: News and Discussions - Replies (5)

my function gets an open file with a write method. what's the simplest way to test if it is a network connection that is connected?

Print this item

  My very first "thing" what I'm somewhat proud of, after a week udomy class. Register
Posted by: Haulpa - Jun-15-2020, 11:57 PM - Forum: Code Review - Replies (5)

[python]import time
def log_in ():
return ()

print("Register:")
ui = []
pw = []
while True == 1:
userid = input("Give you User name: " )..... More

Print this item

  special results from calling a function
Posted by: Skaperen - Jun-15-2020, 11:40 PM - Forum: News and Discussions - No Replies

it's certainly possible to get multiple answers from a called function by having it return a dictionary. but what about an extra, special, result in ..... More

Print this item

  openpyxl Pasting data to different cells
Posted by: Kristenl2784 - Jun-15-2020, 07:54 PM - Forum: General Coding Help - Replies (3)

Hello,

Let me start off by saying I'm brand new at using Python. This script is far from what I want it to do, but I'm just getting a feel for it...... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My goal to be hired worki... 7 hours ago GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... Yesterday, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... Yesterday, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... Yesterday, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... Yesterday, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
  [SOLVED] Access keys and ... 11-17, 11:47 Winfried Winfried General Codin...
  PermissionError: [Errno 1... 11-17, 08:44 Tuurbo46 Tuurbo46 GUI
Most views
  The best Prog... 579193
  Tutorial Requ... 511936
  Web Scraping ... 442143
  Newbie with P... 386225
  New Users Int... 379163
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12109
buran 8196
snippsat 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
ndx101 Today
OtiliaBecker Today
NAGASOWMYAGUNDU Yesterday
shipa1autotransport Yesterday
eastnoob 11-19

User Panel Messages

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