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 38 online users.
» 0 Member(s) | 33 Guest(s)
Bing, Google, AOL, Apple

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

 
  Create a program
Posted by: aien33 - Jun-17-2020, 04:39 AM - Forum: General Coding Help - Replies (1)

hello, im new to this. im wondering if i am possible to create a program which can prompt user some information bfore they can use an application.

..... More

Print this item

  Loading Images to Tkinter with Pillow
Posted by: Tomli - Jun-17-2020, 04:02 AM - Forum: GUI - Replies (2)

Hi everyone!

I'm trying as an experiment to build a very basic image viewer program with tkinter:

[python]from tkinter import *
from PIL import..... More

Print this item

  Automated Change
Posted by: Nox - Jun-17-2020, 03:20 AM - Forum: News and Discussions - No Replies

I work with a MODBUS that has parameters that we must change by accessing the IP and then navigating to the parameter, and then hitting submit. I am g..... More

Print this item

  Append only adding the same list again and again
Posted by: viraj1123 - Jun-17-2020, 02:57 AM - Forum: General Coding Help - Replies (4)

Hi, I'm facing this really weird issue.I've been appending different lists to my list but while i print the result it shows that the last value append..... More

Print this item

  short code to list AWS regions
Posted by: Skaperen - Jun-16-2020, 11:38 PM - Forum: Code sharing - No Replies

this is some short code (148 bytes on a NL text system, 150 bytes on a CRLF system) to list the names of AWS regions. to use this you need:
* an AWS ..... More

Print this item

  socket without blocking loop and automatically retrieve data from the port
Posted by: RubenP - Jun-16-2020, 11:17 PM - Forum: Networking - Replies (3)

I have a program in a loop.
how to add data transmission via socket in a loop without blocking the loop itself.
and automatically retrieve data from..... More

Print this item

  Nested for loop not looping
Posted by: puttingwordstogether - Jun-16-2020, 11:15 PM - Forum: General Coding Help - No Replies

I'm trying to get this code to open a page, pull item and info data, add it to a dictionary then repeat on the next page. It works fine on the first p..... More

Print this item

  Downgrade from Python 64-bit to 32-bit?
Posted by: bmccollum - Jun-16-2020, 09:21 PM - Forum: General Coding Help - No Replies

I've been running the 64-bit version of Anaconda/Python on my development machine. I have the 64-bit Oracle client installed on this development mach..... More

Print this item

  Python loop problem
Posted by: Kristenl2784 - Jun-16-2020, 09:03 PM - Forum: General Coding Help - Replies (11)

Hello,

I'm trying to get this script to loop through 27 excel files (source), and paste them one by one to my template file, and then save to an ou..... More

Print this item

  How to analyze a string, then write to SPSS
Posted by: Twanski94 - Jun-16-2020, 08:38 PM - Forum: Data Science - No Replies

Hi:

New to SPSS and python, but trying to make it work. I will give my initial thoughts on how to do this at the end. I have lists of various parti..... More

Print this item

  Updating a list with multiprocessing
Posted by: bRitch022 - Jun-16-2020, 08:09 PM - Forum: General Coding Help - Replies (1)

I am writing a program to control a machine, and this machine needs to have a central registry to keep track of all parameters about the machine (Inpu..... More

Print this item

  How to fix looking specific word in a webpage
Posted by: BSOD - Jun-16-2020, 08:01 PM - Forum: Web Scraping & Web Development - No Replies

I was using to scrape a website to look for wordpress on as "/wp-", and it partially works, but it also partially doesn't.

The problem is that when..... More

Print this item

  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

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... 577195
  Tutorial Requ... 500212
  Web Scraping ... 440899
  Newbie with P... 384913
  New Users Int... 369194
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