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,560
» Latest member: OldMan57
» Forum threads: 38,665
» Forum posts: 175,212

Full Statistics

Online Users
There are currently 263 online users.
» 1 Member(s) | 255 Guest(s)
Apple, Bing, Google, Baidu, Yandex, Mojeek, snippsat

Latest Threads
Code stoped working
Forum: News and Discussions
Last Post: Axel_Erfurt
1 hour ago
» Replies: 1
» Views: 25
gpiozero buttons stop wor...
Forum: General Coding Help
Last Post: duckredbeard
5 hours ago
» Replies: 6
» Views: 282
Made my first Python prog...
Forum: Game Development
Last Post: Ricky1178
Yesterday, 11:12 PM
» Replies: 8
» Views: 10,663
How to package code for d...
Forum: General Coding Help
Last Post: snippsat
Yesterday, 11:36 AM
» Replies: 2
» Views: 175
pip3 install certifi fail...
Forum: General Coding Help
Last Post: Pedroski55
Jul-15-2025, 08:52 AM
» Replies: 1
» Views: 126
My first python game : Ti...
Forum: Game Development
Last Post: walterliz
Jul-15-2025, 07:45 AM
» Replies: 8
» Views: 55,768
A penny doubled every day...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:35 AM
» Replies: 6
» Views: 756
Exercise on reading a chu...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:31 AM
» Replies: 3
» Views: 1,220
While loop is terminating...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:29 AM
» Replies: 3
» Views: 458
Custom Sorting List of Di...
Forum: Homework
Last Post: walterliz
Jul-15-2025, 07:28 AM
» Replies: 3
» Views: 248

 
  Search Outlook Inbox for set of values
Posted by: cubangt - Jun-28-2023, 03:13 PM - Forum: General Coding Help - Replies (1)

So im being tasked with capturing status of key things within multiple projects.. The only bad thing is that not everyone follows the email standard f..... More

Print this item

  Rename all files in a folder
Posted by: hitoxman - Jun-28-2023, 01:47 PM - Forum: General Coding Help - Replies (9)

Hi everyone,

I have a folder which contains all files exported from Dropbox. All these files have been named using the date when they are created. ..... More

Print this item

  Python: Regex is not good for re.search (AttributeError: 'NoneType' object has no att
Posted by: Melcu54 - Jun-28-2023, 06:46 AM - Forum: General Coding Help - Replies (9)

In my html file I have this line:

[python] <div class="color-black mt-lg-0" id="hidden">, in</div>
<a href="https://neculaifantanaru.co..... More

Print this item

  Seaborn not displaying the specified n bins
Posted by: russellm10 - Jun-28-2023, 02:51 AM - Forum: Data Science - No Replies

Hi everyone,

I am working on a Jupiter notebook, and I am creating a histogram using the seaborn function histplot(). However, I specify 50 bins, f..... More

Print this item

  Pyautogui, İmagesearch, Moving target
Posted by: Beyazx - Jun-27-2023, 08:47 PM - Forum: General Coding Help - No Replies

"
[python]while True:

p01 = imagesearch("p01.png")
if p01[0] != -1:
pyautogui.click(p01[0], p01[1]) (click)
..... More

Print this item

  download a file from a URL
Posted by: JayManPython - Jun-27-2023, 04:27 PM - Forum: General Coding Help - Replies (8)

inspecting a HTML page i have managed to get a URL of a report i want to download
If a put the URL into a browser and press enter or put the URL into..... More

Print this item

  [SOLVED] Using Python to connect to an XML ?
Posted by: jehoshua - Jun-27-2023, 02:45 AM - Forum: General Coding Help - Replies (21)

Can I use Python to connect to an XML, and then based on the data and certain rules, create a spreadsheet similar to OpenOffice calc ? Or it doesn't ..... More

Print this item

  getting unexpected indent errors trying to move cells up
Posted by: jensengt - Jun-27-2023, 02:19 AM - Forum: General Coding Help - Replies (4)

I have a worksheet with two tables, after comparing and deleting duplicates from the one table I'm left with a number of empty rows in column H,I & J...... More


Attached Files

.xlsx   example workbook2.xlsx (Size: 9.42 KB / Downloads: 271)
Print this item

  Using pyinstaller with .ui GUI files - No such file or directory error
Posted by: diver999 - Jun-26-2023, 03:20 PM - Forum: General Coding Help - Replies (3)

Hi All, I'm sure I'm not the first to encounter this but can't seem to find a solution.I hope someone can help.

I'm using W11, python 3.11 & PyQt5...... More

Print this item

  Computing GC Content
Posted by: uwl - Jun-25-2023, 10:04 PM - Forum: General Coding Help - Replies (3)

I have been trying to find the solution to a programming problem which asks me to find the GC content. The example online displays:

[i]Sample Dataset..... More

Print this item

  Incredible stability of Python code
Posted by: Gribouillis - Jun-25-2023, 08:39 PM - Forum: News and Discussions - Replies (1)

I downloaded the Tkinter examples of the old John Grayson's book "Python and Tkinter programming", which were written for Python 1.5 in 1999 or so and..... More

Print this item

  how do I open two instances of visual studio code with the same folder?
Posted by: SuchUmami - Jun-25-2023, 04:28 PM - Forum: General Coding Help - Replies (3)

I'd like to run two pieces of code simultaneously. I thought the easiest way to do that would be just to open two instances of studio code and run the..... More

Print this item

  Subtitle Access
Posted by: jrockow - Jun-25-2023, 02:14 PM - Forum: General Coding Help - Replies (3)

I have been searching for quite a while to find the correct attribute to toggle thru the subtitles in my Pyhton VLC script.
When I use VLC directly t..... More

Print this item

  Refutation of the Euler hypothesis
Posted by: Vitulus - Jun-24-2023, 05:29 PM - Forum: Homework - Replies (2)

Problem with completing the task.
good time of day. In the process of learning programming in the Python environment, I encountered the problem of in..... More


Attached Files

.py   main.py (Size: 322 bytes / Downloads: 258)
Print this item

  Excel - Python
Posted by: bckdw3tci6 - Jun-24-2023, 04:19 PM - Forum: General Coding Help - Replies (4)

Greetings all,
I am one of those trying to learn Python on my own. I have pretty extensive excel function and I am trying to convert a lot of unstruc..... More

Print this item

  Boustrophedon path planning
Posted by: proteca - Jun-24-2023, 02:45 PM - Forum: General Coding Help - No Replies

Hello everyone, I'm trying to cover an entire area with a step size of 0.4. I would like that with each change of "parallel line" the following point ..... More


Attached Files

Thumbnail(s)
       
Print this item

  Why doesn't calling a parent constructor work with arbitrary keyword arguments?
Posted by: PurposefulCoder - Jun-24-2023, 11:02 AM - Forum: General Coding Help - Replies (4)

I have a module named user_admin_privileges.py with 3 classes in it: Privileges, User, and Admin.

In my program I import the class Admin from the m..... More

Print this item

  How to "tee" (=split) output to screen and into file?
Posted by: pstein - Jun-23-2023, 06:59 PM - Forum: General Coding Help - Replies (6)

Assume I want to write something from inside a *.py script to screen AND into file D:\tools\python\myoutput.log

How can I achive this WITHOUT execu..... More

Print this item

  How to pause execution (on windows)?
Posted by: pstein - Jun-23-2023, 06:54 PM - Forum: General Coding Help - Replies (1)

Assume I have created a *.py script (on windows).
If I double click on it it is executed. But the command prompt windows vanishes immediately.
I can..... More

Print this item

  does not save in other path than opened files before
Posted by: icode - Jun-23-2023, 03:38 PM - Forum: General Coding Help - Replies (3)

Hi,
sorry for my poor title description.
I am rather new to python and programming, but read some tutorials and books about simple string manipulati..... More

Print this item

  parse/read from file seperated by dots
Posted by: giovanne - Jun-23-2023, 12:49 PM - Forum: General Coding Help - Replies (5)

File.txt:
...
Step.1 = Task1
Step.1.Name = My first Task
Step.1.Result = good
Step.1.Progress = finished
Step.2 = Task2
Step.2.Name = My second..... More

Print this item

  Timestamp of file changes if a share mapped to a server….
Posted by: tester_V - Jun-23-2023, 07:29 AM - Forum: General Coding Help - Replies (34)

Greetings!
This is a very strange problem. Wall
I’m copying files from Asia and we have like a 15 hours difference in time.
I’m trying to cop..... More

Print this item

  calling external function with arguments
Posted by: Wimpy_Wellington - Jun-23-2023, 04:43 AM - Forum: General Coding Help - Replies (6)

I am new to python...

I am trying to call a function defined in a separate program, but I cannot figure out how to pass an argument. How to do?
..... More

Print this item

  redirect STDIO in the Python code
Posted by: Skaperen - Jun-23-2023, 01:32 AM - Forum: General Coding Help - Replies (6)

i need to have the ability to do standard I/O redirection within a CLI script in Python. I've done this a few times in C. to do this in Python i cou..... More

Print this item

  Code works but doesn't give the right results
Posted by: colin_dent - Jun-22-2023, 01:22 AM - Forum: General Coding Help - Replies (2)

Sorry, I didn't post the code right and problem was fixed in the meantime.

Thanks for all feedback.

Print this item

  Lost Modules
Posted by: standenman - Jun-21-2023, 09:44 PM - Forum: General Coding Help - Replies (2)

I cannot access the modules I have pip installed in my virtual environment. I have checked the interpreter and it seems to be ok. In the example, ca..... More

Print this item

  Programmatically creating buttons that remember their positions
Posted by: Clunk_Head - Jun-21-2023, 02:20 PM - Forum: GUI - Replies (6)

I'm looking to create buttons that remember where they are are in a 2D list. This way they can share a single function that takes their 2D list indice..... More

Print this item

  While Loop Does Not Work Properly
Posted by: mactron - Jun-21-2023, 11:41 AM - Forum: General Coding Help - Replies (4)

I am scraping some data from a local website, and everything works fine except for the while loop for proxies. I'm not exactly sure where the issue li..... More

Print this item

  tkinter mapview in a frame
Posted by: janeik - Jun-21-2023, 10:18 AM - Forum: GUI - Replies (2)

I have 3 frames ipage1, page2,page3 in app, starting at page2 when entering app.
Page2 runs tkinter mapview.
Entering paee1/page2 "kills" the mapvie..... More

Print this item

  Getting App to Run
Posted by: Zachary1234 - Jun-21-2023, 05:25 AM - Forum: Web Scraping & Web Development - Replies (4)

I have been doing an online Python Tutorial at https://www.youtube.com/watch?v=B9nFMZIYQl0 at a..... More

Print this item

  COMPLEX! Transparent Canvas Linux
Posted by: AceScottie - Jun-20-2023, 10:55 PM - Forum: GUI - Replies (7)

Im looking to make my code cross compatible with Linux.
Unfortunatly i have some bits of code that rely on the win32 module and windows API calls to..... More

Print this item

  [PySide6] Alarms App
Posted by: carecavoador - Jun-20-2023, 02:05 PM - Forum: Code Review - Replies (2)

Hello everyone.

Here is my alarms app. I did it for fun, because programming is a hobby for me, and because my girlfriend asked for something to he..... More

Print this item

Sad Can anyone help me successfully run this code?
Posted by: TheMouseAvenger - Jun-19-2023, 08:13 PM - Forum: General Coding Help - Replies (26)

OK, so I'm a TOTAL newbie to Python, & I hope this is the only time I will ever have to use it! But in any case, this is my dilemma...

(Oh, an imp..... More

Print this item

  How would I alter this to a single api request?
Posted by: SuchUmami - Jun-19-2023, 04:00 PM - Forum: General Coding Help - Replies (1)

I wrote this code that will fetch data from different currencies from a crypto exchange and saves the data into a file:

[python]import krakenex
im..... More

Print this item

  How to detect abnormal data in big database python
Posted by: vanphuht91 - Jun-19-2023, 03:20 PM - Forum: General Coding Help - Replies (5)

I have a database with 10,000 rows and 3,000 columns. My task is detect abnormal data when compare line by line, item by item.

[python]
import mat..... More


Attached Files

Thumbnail(s)
       

.xlsx   Book1.xlsx (Size: 16.29 KB / Downloads: 243)
Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Code stoped working 1 hour ago OldMan57 Axel_Erfurt News and Disc...
  gpiozero buttons stop wor... 5 hours ago duckredbeard duckredbeard General Codin...
  [PyGame] Made my first Py... Yesterday, 23:12 andrerocha1998 Ricky1178 Game Developm...
  How to package code for d... Yesterday, 11:36 mayukun snippsat General Codin...
  pip3 install certifi fail... 07-15, 08:52 rb9594 Pedroski55 General Codin...
  My first python game : Ti... 07-15, 07:45 ForsakenDusk walterliz Game Developm...
  A penny doubled every day... 07-15, 07:35 esoyboy walterliz Homework
  Exercise on reading a chu... 07-15, 07:31 Nit_Picker walterliz Homework
  While loop is terminating... 07-15, 07:29 jumpsworthnow walterliz Homework
  Custom Sorting List of Di... 07-15, 07:28 aryasinner walterliz Homework
  Unable to define function... 07-15, 07:26 gmonroe walterliz Homework
Most views
  The best Prog... 572726
  Tutorial Requ... 485784
  Web Scraping ... 437179
  Newbie with P... 380144
  Thread remain... 351394
Most reputation
buran 581
snippsat 507
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+ 12072
buran 8174
snippsat 7353
deanhystad 6860
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
OldMan57 Today
coolwaves4all Today
Stephenchers Today
chocheng211 Today
comptonden1 Today

User Panel Messages

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