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

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,759
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 651
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,414
Regarding pdf for PCEP an...
Forum: News and Discussions
Last Post: Biks
Sep-26-2025, 09:50 AM
» Replies: 1
» Views: 1,973

 
  Working code to build GPX from geotagged JPGs?
Posted by: Winfried - May-10-2020, 01:36 PM - Forum: General Coding Help - Replies (3)

Hello,

Before I spend time learning how to do it myself, would someone have a working script to read the GPS coordinates from a bunch of JPGs and b..... More

Print this item

  RE: the working of boolean value.
Posted by: thealiveghostsam570 - May-10-2020, 01:09 PM - Forum: General Coding Help - No Replies

Hello. I don't understand how boolean works in the while loops.

I've put "started" as false (CODE 2) and when i run the code and type "Start", th..... More

Print this item

  Numpy savetxt, how save number with decimal separator
Posted by: SpongeB0B - May-10-2020, 12:14 PM - Forum: General Coding Help - Replies (1)

I generated a Array with

x = numpy.zeros((2,2))
and assigned one "index" with a value =
x[0,1] = 5.25
I woul..... More

Print this item

  standard library modules
Posted by: chpyel - May-10-2020, 10:56 AM - Forum: General Coding Help - Replies (4)

where is located stored python standard library modules

I want to see the code

Print this item

  [WinError 10061] No connection could be made because the target machine actively refu
Posted by: kannanponraj - May-10-2020, 09:39 AM - Forum: Web Scraping & Web Development - Replies (1)

""requests.exceptions.ConnectionError: HTTPSConnectionPool(host='www.python.org', port=443): Max retries exceeded with url: / (Caused by NewConnection..... More

Print this item

  os.walk(Path("path_string")) giving error
Posted by: Kumarkv - May-10-2020, 06:24 AM - Forum: General Coding Help - Replies (4)

Is this correct

dir = "E:\\Books"
p = Path(dir)
reference : https://pbpyt[url=https://python-forum.io/thread-26697.html]..... More

Print this item

  using the reg expression split to get the words
Posted by: vlrk - May-10-2020, 05:05 AM - Forum: General Coding Help - Replies (2)

Hi ,

I am having a string like A(B,C) .

I want to read A B C separately .

I tried below code with class name as "G(A, B)"

[python]
52 ..... More

Print this item

  for loop script over telnet in Python 3.5 is not working
Posted by: abhijithd123 - May-10-2020, 02:55 AM - Forum: General Coding Help - Replies (1)

Hi,



I am getting below error while running For loop script over telnet.

[error]Traceback (most recent call last):

File "telnetgta.py", ..... More

Print this item

  Problem creating an archive
Posted by: trojantrojan - May-10-2020, 12:18 AM - Forum: General Coding Help - Replies (3)

Hi everyone, first of all, sorry if my english is quite poor.

I'm new into programming and python, and today, I found my first newbie problem that ..... More

Print this item

  calculate the difference
Posted by: buunaanaa - May-09-2020, 10:15 PM - Forum: Data Science - Replies (1)

I am totally NEW.
I have a CSV file, I only have Sales, I need to calculate the amt change which is (day2 Sales) - (day1 Sales)
I need to add all ..... More

Print this item

  Compare Two Lists and Replace Items In a List by Index
Posted by: nagymusic - May-09-2020, 10:13 PM - Forum: General Coding Help - Replies (2)

I'm working on a problem in which I'd like to compare two lists of numbers:

list_a = [0, 1, 2, 3]
list_b = [4, -2, 3, -1]
Then..... More

Print this item

  Newbie Needs Help with Python Port to Web
Posted by: RobertL - May-09-2020, 09:27 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi all,

Can anyone point me to a simple framework that would help create a simple web front-end for this program (work in progress)?

https://cor..... More

Print this item

  Tkinter checkbox value
Posted by: scratchmyhead - May-09-2020, 08:44 PM - Forum: GUI - Replies (5)

How do I get the current value of a checkbutton. So if someone checked a box, then how to get the value. Is the value either 1 or 0?

Example:

[p..... More

Print this item

  how to find module in installed packages
Posted by: keuninkske - May-09-2020, 08:21 PM - Forum: General Coding Help - Replies (3)

hello

i want to run code somebody else wrote a few years ago

no i have trouble run this code

[python]from apiclient.http import BatchHttpRequ..... More

Print this item

  how to check for thread kill flag
Posted by: nanok66 - May-09-2020, 08:09 PM - Forum: General Coding Help - Replies (1)

Hi,

I am looking for a way to kill a thread immediately and I have some working code that accepts keyboard input (the letter Q) to kill (by setting..... More

Print this item

  python error
Posted by: gfredrickson - May-09-2020, 07:42 PM - Forum: General Coding Help - Replies (2)

I have a windows 10 machine. I downloaded python yesterday and just created a small program as a test. I got an error.

[error]
C:\Users\gfred..... More

Print this item

  importing same python library in multiple custom module
Posted by: escape_freedom13 - May-09-2020, 07:10 PM - Forum: General Coding Help - Replies (6)

Hi All,

Scenario 01:

module:

import time


def printtime():
    print(time.time())
[b]master..... More

Print this item

  Nested Recursive Function not Returning
Posted by: Etotheitau - May-09-2020, 05:06 PM - Forum: General Coding Help - Replies (2)

I am trying to make a function that finds a local minimum of an arbitrary graph, using a recursive function. When I output the result with print(), it..... More

Print this item

  Documentation Question Python 3.8
Posted by: OldSubSailor - May-09-2020, 04:16 PM - Forum: News and Discussions - No Replies

never mind, I was sent to Github

Print this item

  xml decoding failure(bs4)
Posted by: roughstroke - May-09-2020, 04:10 PM - Forum: General Coding Help - Replies (1)

I've been trying to do something about web crawler,though i m new to this.

And i've just met something annoying

[python]
import urllib.request ..... More

Print this item

  Needs help to switch frame with functions
Posted by: scotesse - May-09-2020, 02:56 PM - Forum: GUI - Replies (6)

Hello,
I am having some troubles with my code.
My problem is that I have defined a canvas with a button and I want that when I click on that butto..... More

Print this item

  test
Posted by: majid - May-09-2020, 01:46 PM - Forum: General Coding Help - Replies (4)

aaaaa

Print this item

  How to automatically align an image
Posted by: robrod26 - May-09-2020, 01:05 PM - Forum: Data Science - Replies (1)

I have dozens of images of this coin at various rotations (34, 120, 170, etc. degrees). What would be the easiest and best way in Python to automatica..... More

Print this item

  Having a hard time combining two parts of code.
Posted by: Coozeki - May-09-2020, 11:48 AM - Forum: General Coding Help - Replies (6)

Hey everyone!
It's been a week since I started making this script. The main idea was to make a script that will send a bitcoin price to my email ever..... More

Print this item

  TypeError: ENCODE Method, str instead of byte
Posted by: Rajath - May-09-2020, 11:01 AM - Forum: General Coding Help - Replies (1)

The code line in bold is giving me the following error, please help:
Traceback (most recent call last):
File "bath_dataset_lit_link.py", line 81, ..... More

Print this item

  Understanding how reassignment works
Posted by: Shreya10o - May-09-2020, 10:50 AM - Forum: General Coding Help - Replies (4)

I tried the following code, the for loop was not changing the original variables but only printing out the changed results. Meaning, ..... More

Print this item

  use for without in
Posted by: bermudj - May-09-2020, 10:33 AM - Forum: General Coding Help - Replies (6)

Hi,

Are there situations where one can use a for without an in?

Usually the for loop is

for x in whatever:
.....

I get the impression tha..... More

Print this item

  Adding loop results as rows in dataframe
Posted by: Shreya10o - May-09-2020, 09:34 AM - Forum: General Coding Help - Replies (2)

How do I make this for loop print the results as respective rows of the same dataframe. I tried this code but it doesn't seem to be working.

[pytho..... More

Print this item

  changing title text to bold in tkinter
Posted by: Kumarkv - May-09-2020, 08:42 AM - Forum: GUI - Replies (2)

How can i change title bar text to bold in tkinter.

i am getting below error

root.title("Counter Example", font="bold")
[error..... More

Print this item

  Iteration, selection and adding
Posted by: gandy - May-09-2020, 06:27 AM - Forum: General Coding Help - Replies (1)

First post here.
I'm trying to get the value of the cards in PlayersHand and add them.Then 'hit' a new card and add it to variable 'score'.
I've see..... More

Print this item

  pygame module not found on Idle after installing on Mac
Posted by: crunchypen - May-09-2020, 05:15 AM - Forum: Game Development - Replies (1)

Hi
Iam a beginner and
I am trying to install pygame on Mac OS. I tried a lot of times using a lot of stuff. To name a few:

python3 -m pip inst..... More

Print this item

  "SamiOS" A Python Project
Posted by: MarxMarc - May-09-2020, 04:21 AM - Forum: Code sharing - No Replies

So, I was working on this little project in Python. I know it's not really an Operating System, but It's a cool idea, if you have any suggestions for ..... More

Print this item

  Looking for programmer to help with my visual learning project
Posted by: Kai_dotcom - May-09-2020, 03:33 AM - Forum: Jobs - Replies (1)

Hi everyone, my name is Kai and I'm designing a visual learning material for my expertise: a certain subject in finance. The idea is to help people le..... More

Print this item

  I need my compiled Python Mac app to accept a file as a parameter
Posted by: Oethen - May-09-2020, 02:06 AM - Forum: General Coding Help - Replies (2)

I compiled my Python script to a Mac app. I need to have accept a file as a parameter (drag and drop onto app). I know I need to edit the info.plist a..... More

Print this item

  [Django] css file is not applying to the page
Posted by: SheeppOSU - May-09-2020, 01:43 AM - Forum: Web Scraping & Web Development - Replies (1)

I have a link to a css file in my html but it's not applying to the site. There are no errors and when I go to inspect -> sources the css file is not ..... 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... 500426
  Web Scraping ... 440964
  Newbie with P... 384996
  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