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,933
» Latest member: bennyanderson482
» Forum threads: 38,721
» Forum posts: 175,503

Full Statistics

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

Latest Threads
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Gribouillis
6 hours ago
» Replies: 2
» Views: 316
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Sep-17-2025, 05:56 PM
» Replies: 9
» Views: 3,349
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 1,753
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 725
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 973
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,036
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,073
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 646
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,626
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,850

 
  Tic Tac Toe problem
Posted by: JustDarkWTF - Jan-14-2022, 06:02 PM - Forum: Homework - Replies (2)

I have been doing a work on Tic tac toes but I need help with the positioning I have set that when I press a button I draw a circle or an X but the pr..... More


Attached Files

Thumbnail(s)
       
Print this item

  Bakery Problem.. Can you Help My Homework
Posted by: Cemvrs - Jan-14-2022, 05:28 PM - Forum: Homework - Replies (1)

[Image: 26dox3p]
[Image: 26doxkd]

help Please


https://prnt.sc/26doy3u
https://prnt.sc/26doxkd

Print this item

  How is it possible to work with Python more regularly?
Posted by: JgKSuperstar - Jan-14-2022, 05:23 PM - Forum: General Coding Help - Replies (1)

Hi, I want to separate my work from folder to folder. For example, pictures are in a separate folder, designs in a separate folder. But Python won't l..... More

Print this item

  Unwanted format carryover
Posted by: hammer - Jan-14-2022, 05:17 PM - Forum: GUI - Replies (1)

Updating a class attribute from a Kivy Textinput.text copies over an unexpected format.
Below i am sorting through the child widgets to expose the o..... More

Print this item

  Delete files from amazon s3 bucket
Posted by: python_student - Jan-14-2022, 04:51 PM - Forum: General Coding Help - No Replies

I am trying to delete all files from amazon s3 bucket before executing other tasks that will ingest data.
Basically delete files before uploading new..... More

Print this item

  Is it possible to open windows and do screenshots with Python?
Posted by: cubangt - Jan-14-2022, 01:41 PM - Forum: General Coding Help - Replies (2)

So just trying to see what is possible or if its worth it to try within python.

So during our testing, there are times we need to capture before, d..... More

Print this item

  function with 'self' input parameter errors out with and without 'self' called
Posted by: dford - Jan-14-2022, 01:06 PM - Forum: General Coding Help - Replies (12)

Hi,

I've got something that just cropped up. This is not a tkinter question, though I'm using tkinter in the app. I've got some functions that ar..... More

Print this item

  A plea for help
Posted by: Waylander - Jan-14-2022, 11:08 AM - Forum: General Coding Help - Replies (5)

Hi All

I am a old fella in need of some help,

can I put some background first.

We have a bespoke support ticketing system, that uses a Python..... More

Print this item

  Finding files matching pattern
Posted by: GrahamL - Jan-14-2022, 11:03 AM - Forum: General Coding Help - Replies (1)

Hi
From a given folder I want to find all files matching this pattern *Tests.dll
In addition these files must be in a directory called Release
In m..... More

Print this item

  please help with classes and return values
Posted by: jamie_01 - Jan-14-2022, 03:51 AM - Forum: General Coding Help - Replies (5)

[code]
#!/usr/bin/python3

import module

class StartProgram():
def display1(self):
print("This is superclass")

def function..... More

Print this item

Question How to get html information from a tab of my default browser opened with webbrowser?
Posted by: noahverner1995 - Jan-14-2022, 02:32 AM - Forum: General Coding Help - Replies (2)

I have tried to figure out how can I get html information (such as h1 tags) from a new tab in my default browser that was opened with..... More

Print this item

Question Is this the appropriate forum for MariaDB/MySQL threads?
Posted by: BrandonKastning - Jan-13-2022, 11:30 PM - Forum: Data Science - No Replies

Is this the appropriate forum for MariaDB/MySQL threads? Or would General be more suitable?

I have some obstacles regarding MariaDB/MYSQL and want ..... More

Print this item

  Invalid syntax with an f-string
Posted by: Mark17 - Jan-13-2022, 10:44 PM - Forum: General Coding Help - Replies (7)

I'm getting invalid syntax with Python showing a carrot under the first colon. What did I do wrong?

[Python]
print({}, ",", {..... More

Print this item

  unable to load an image with C (Cython)
Posted by: HLD202 - Jan-13-2022, 09:14 PM - Forum: General Coding Help - No Replies

Hello, I just learn about cython todays and im trying to play with it and now im trying to load and image from local storage with .pyx extension but i..... More

Print this item

  ttk extension (Tutorial Series)
Posted by: Knight18 - Jan-13-2022, 08:39 PM - Forum: Tutorial Requests and Submissions - Replies (1)

As an Add-on to my Tkinter Series, I recently came up with a ttk tutorial series[/u[url=https://python-forum.io/thread-36060.html]..... More

Print this item

  Formatting to output file
Posted by: Mark17 - Jan-13-2022, 08:08 PM - Forum: General Coding Help - Replies (2)

If I wanted to format decimal places in a print line, then I could do:

[Python]
s = 37.3829
print('This is an example of formatting to 2 decimal ..... More

Print this item

  Reading Excel file and use a wildcard in file name and sheet name
Posted by: randolphoralph - Jan-13-2022, 05:20 PM - Forum: General Coding Help - Replies (6)

I have a simple script that reads an excel file and captures certain columns and saves to a new Excel spreadsheet. I run this script each day and befo..... More

Print this item

  Python Based ETL Using Pandas
Posted by: HyperSpeed - Jan-13-2022, 04:16 PM - Forum: Data Science - No Replies

Hello all,

I am currently using a Python based ETL which uses Pandas.

I won't post all my code here because most of it isn't relevant, but I wil..... More

Print this item

Question Help to find the largest int number in a file directory
Posted by: SalzmannNicholas - Jan-13-2022, 03:38 PM - Forum: General Coding Help - Replies (1)

Hi, i am a little bit newbie in programming python. I have this problem:

I want to python give me the max value (integer) of a directory folder, th..... More

Print this item

  Python Code Review and Challenge
Posted by: cpatte7372 - Jan-13-2022, 03:01 PM - Forum: Homework - Replies (2)

Hello Community,

I have been given a challenge to review the following PySpark code and comment on any areas where I see there are errors.

While..... More

Print this item

  pyw IDLE =/= Non IDLE
Posted by: kucingkembar - Jan-13-2022, 12:10 AM - Forum: General Coding Help - Replies (3)

hi, is there any "special treatment" for .pyw?
i don't know why if I run pyw file via IDLE, then press F5, the program run normal,
but
when run like e..... More

Print this item

  Help with poorly formatted excel data
Posted by: armitron121 - Jan-13-2022, 12:00 AM - Forum: Data Science - Replies (1)

Hello - I have an excel file that is used to visually track and modify a schedule for multiple manufacturing lines. My goal is to write a python scrip..... More

Print this item

  Trying out the parsing/reading of emails from my outlook
Posted by: cubangt - Jan-12-2022, 08:59 PM - Forum: General Coding Help - No Replies

I'm dabbling in reading emails from python and have the following code just to get my feet wet in doing so, but wanted to see how i can look for certa..... More

Print this item

  How to make for loop display on 1 Line
Posted by: Extra - Jan-12-2022, 07:43 PM - Forum: General Coding Help - Replies (3)

Hello,

I have this auto typing text animation code

[python]
response = "Hello there..."
print ("Baxter: ")
for i in respons..... More

Print this item

  A Game Idea
Posted by: Prithak - Jan-12-2022, 05:38 PM - Forum: Bar - No Replies

So, I'm making a game, and here's the concept I came up with for it. I'd appreciate feedback for it, for now I don't have anything to show you because..... More

Print this item

  Padlock of alphabetical strings
Posted by: Men - Jan-12-2022, 05:32 PM - Forum: Homework - Replies (11)

Hi guys,

This actually is not my homework assignment. It's someone else's that I thought to try and see if I could get it running.
I've coded it t..... More

Print this item

  How to make IMG + FILTER object convertable for glTexImage2D
Posted by: buzzdarkyear - Jan-12-2022, 05:14 PM - Forum: General Coding Help - No Replies

I'm using a tool where an image is adjusted with a zoom function. Because of this it changes into a object which make me not able to apply glTextImage..... More

Print this item

  Pyzbar - skewed barcodes reading + PatchT
Posted by: wvanoeveren - Jan-12-2022, 04:52 PM - Forum: General Coding Help - No Replies

Hello,

I'm currently using pyzbar to read barcodes on images. it works good as long as they are not skewed. But from the moment they are slightly s..... More


Attached Files

Thumbnail(s)
   
Print this item

  Adding a Wake word to my Script
Posted by: Extra - Jan-12-2022, 04:34 PM - Forum: General Coding Help - Replies (9)

Hello,

I am trying to add a wake word to my voice assistant script but I don't know where to add it or how to get it working properly.

I have c..... More

Print this item

  gspread - applying ValueRenderOption to a range of cells
Posted by: dwassner - Jan-12-2022, 03:05 PM - Forum: General Coding Help - No Replies

I am able to successfully update the cell values of the target Google Sheet, and am successfully changing a specific range of cells to become an activ..... More

Print this item

  glTexImage2D is having problem loading img [update]
Posted by: buzzdarkyear - Jan-12-2022, 02:41 PM - Forum: General Coding Help - No Replies

I'm trying to upload a image trough glTexImage2D (line 125) so I can output it on a broadcasting network (Spout). I've added some filters to the img a..... More

Print this item

  UnicodeEncodeError caused by print when program runs from Popen
Posted by: SheeppOSU - Jan-12-2022, 07:46 AM - Forum: General Coding Help - Replies (5)

I am running a python program from another python program using subprocess.Popen, specifically like this [inline]subprocess.Popen(['python', self.path..... More

Print this item

  How can I create a new tag with PyQt5?
Posted by: nickzsche - Jan-12-2022, 07:22 AM - Forum: GUI - Replies (2)

Hello, I want to see the data I entered with PyQt5 by creating a new label. For example, if I gave 5 data, it should create 5 labels, if I gave 100 da..... More

Print this item

  please looking for typo in my code (solution please)
Posted by: jamie_01 - Jan-12-2022, 06:42 AM - Forum: General Coding Help - Replies (1)

[code]
#!/usr/bin/python3

class LaserWeaponArmory(Scene):

def enter(self):
print(dedent("""
You do a dive roll into t..... More

Print this item

  Slicing a 2 dimensional array
Posted by: Scott - Jan-12-2022, 06:16 AM - Forum: General Coding Help - Replies (2)

Hi guys,

I have the array below:

[python][[1.6727031 1.5464988 1.6836944 1.8492563 1.968533 2.2368639 2.6653275
2.7314425 2.8197284 2.969603..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  C++ program embedding Pyt... 6 hours ago Alexandros Gribouillis General Codin...
  403 Error 09-17, 17:56 CaptainNewb CaptainNewb Web Scraping ...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
Most views
  The best Prog... 576131
  Tutorial Requ... 497650
  Web Scraping ... 440077
  Newbie with P... 383870
  New Users Int... 366396
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 8174
snippsat 7367
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
bennyanderson482 Yesterday
AstoundzSEO Yesterday
tobey12 Yesterday
alexguemez 09-17
Shadab 09-17

User Panel Messages

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