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,926
» Latest member: goodness4u
» Forum threads: 38,721
» Forum posts: 175,493

Full Statistics

Online Users
There are currently 33 online users.
» 0 Member(s) | 28 Guest(s)
Bing, AOL, Apple

Latest Threads
JSHOP.CC, NON VBV CC, SPA...
Forum: Game Development
Last Post: goodness4u
1 hour ago
» Replies: 0
» Views: 20
REACH OUT TO FUNDS RETRIE...
Forum: Game Development
Last Post: shirleyjacobs112
2 hours ago
» Replies: 0
» Views: 11
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
3 hours ago
» Replies: 6
» Views: 670
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
11 hours ago
» Replies: 2
» Views: 389
New to Python and Pygame
Forum: Game Development
Last Post: JMcM
Yesterday, 11:25 AM
» Replies: 7
» Views: 1,666
Python Installation issue
Forum: News and Discussions
Last Post: Dev
Yesterday, 11:16 AM
» Replies: 4
» Views: 15,598
New to the field
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 08:15 AM
» Replies: 1
» Views: 312
Too much space between gr...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:34 AM
» Replies: 1
» Views: 356
I'm trying to make a piec...
Forum: General Coding Help
Last Post: MilesWeb
Sep-13-2025, 06:11 AM
» Replies: 5
» Views: 1,438
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Stowersw
Sep-12-2025, 03:23 PM
» Replies: 4
» Views: 2,402

 
  The *Best Python Cheat Sheet
Posted by: kmh - Apr-07-2024, 04:26 AM - Forum: Tutorial Requests and Submissions - No Replies

The *Best Python Cheat Sheet

A dense Python cheat sheet with just what you nee..... More

Print this item

  How to accept facebook cookies using python selenium?
Posted by: pablo86ad - Apr-06-2024, 09:19 PM - Forum: General Coding Help - No Replies

I have a problem clicking the facebook accept cookies button.
Thank you for your help

[python]from selenium import webdriver
from selenium.webdri..... More

Print this item

  adding mouse control to game
Posted by: flash77 - Apr-06-2024, 06:39 PM - Forum: Game Development - Replies (7)

Hi,
I'm trying to add mouse control for the character in a Space Invaders clone whose code I found online.
Determining the X position of the mouse p..... More

Print this item

  Address Extraction
Posted by: standenman - Apr-06-2024, 03:47 PM - Forum: Data Science - Replies (7)

I am trying to map out a strategy for extracting text data from a pdf files. The files are semi-structured and would be created by the social securit..... More


Attached Files

.pdf   RedactedMRR.pdf (Size: 93.46 KB / Downloads: 6)
Print this item

  Unable to install ops_passmgmt
Posted by: maxwell2k19 - Apr-06-2024, 06:43 AM - Forum: News and Discussions - No Replies

Hi all
On one of my Windows Server i have installed Python Launcer version 3.12.2150.0.
i have requirement to install passmgmt module but i am gettt..... More

Print this item

  Using zipfile module - finding folders not files
Posted by: darter1010 - Apr-06-2024, 01:49 AM - Forum: General Coding Help - Replies (2)

I would like to look into a zipped file and make sure it does not contain a Folder and only contains files. I am using Ubuntu 22 if that matters.
Is..... More

Print this item

  distribution fit
Posted by: Glaucio - Apr-05-2024, 09:00 PM - Forum: General Coding Help - Replies (1)

I am trying to perform a best fit distribution using fitter (python).
But i am not able to understand the distribution parameters used in scipy
For ..... More

Print this item

  i have not decided which API to use
Posted by: Skaperen - Apr-05-2024, 04:27 AM - Forum: GUI - Replies (3)

i have not decided which GUI API to use in Python. i am at the stage where having some single-purpose code examples would be helpful. sources of exa..... More

Print this item

  Python vs low level languages, (say C++)
Posted by: astral_travel - Apr-04-2024, 07:50 PM - Forum: News and Discussions - Replies (1)

I have a feeling, when I learn python, that sometimes when I'm introduced to a new feature, I , feel like the "job" has already been done for me, and ..... More

Print this item

  Issue with GUI screen switching in Python QT5 code
Posted by: greenelephant - Apr-04-2024, 07:05 PM - Forum: GUI - Replies (1)

I have exhausted all the possible remedies ChatGPT could offer me in resolving my issue.
Basically I cant use a GUI command button on 2 seperate GUI ..... More

Print this item

  Fuzzy Wuzzy how to get my fuzzyratio displayed
Posted by: windingsareuseful - Apr-04-2024, 03:11 PM - Forum: General Coding Help - Replies (3)

Hi, I am a python novice. I am trying to use FuzzyWuzzy to compare the text in 2 columns. I have imported my csv with just the 2 columns I want to c..... More

Print this item

  Commas issue in variable
Posted by: ddahlman - Apr-04-2024, 01:38 PM - Forum: General Coding Help - Replies (6)

This is the code I am having an issue with

[python]tagPath = system.tag.read("[e1ccd]Extruder/E1_ExtruderAData_MeltPumpAdapterPressure_PV")
today ..... More

Print this item

  Data Science Roadmap for Career Advancement
Posted by: shiv11 - Apr-04-2024, 08:27 AM - Forum: Data Science - Replies (3)

What are the key milestones and methods outlined in the Data Science Roadmap for anyone looking to succeed in this dynamic field? How can one successf..... More

Print this item

  the quest for a mutable string (more)
Posted by: Skaperen - Apr-04-2024, 04:01 AM - Forum: News and Discussions - No Replies

i've been thinking about making Python easier to handle mutable strings in the type of bytearray. this should be possible in the defini..... More

Print this item

  the quest for a mutable string (buffer)
Posted by: Skaperen - Apr-04-2024, 03:46 AM - Forum: News and Discussions - Replies (2)

so often i am taking some logic from some program not in Python and need to implement it in Python. so many of these programs are constructing string..... More

Print this item

  Advice needed on how to approach this problem...
Posted by: sawtooth500 - Apr-04-2024, 02:37 AM - Forum: General Coding Help - Replies (1)

I need advice on how to approach this problem.

I'm analyzing historical stock tick data. If I take a symbol, say AAPL, years worth of tick data wi..... More

Print this item

  Why is the copy method name in python list copy and not `__copy__`?
Posted by: YouHoGeon - Apr-04-2024, 12:58 AM - Forum: General Coding Help - Replies (2)

Why is the name of copy method in python list copy and not __copy__?

As a result, I confirmed that separate exception handling logic was written fo..... More

Print this item

  Problems passing arguments containing spaces to bash script and then on to python
Posted by: kaustin - Apr-03-2024, 03:38 PM - Forum: General Coding Help - Replies (6)

I am a definite newbie to python. I've written some pretty basic programs that use shell scripts to pass user supplied arguments to my python programs..... More


Attached Files

.txt   rep_employment_verification.txt (Size: 2.46 KB / Downloads: 167)
Print this item

  Bitwise Operations in numpy
Posted by: Sowmya - Apr-03-2024, 12:44 PM - Forum: Data Science - Replies (3)

Hi all
I am learning Numpy class they said bitwise operations but did not understand how the out put come like this

import numpy as np
a = np.arr..... More

Print this item

Question [Abandoned] Get the good type to pass to a transcriber model
Posted by: slain - Apr-03-2024, 12:42 PM - Forum: Data Science - Replies (11)

Hello,
I'm quite new to Python, and trying to get a working transcriber with Streamlit and HuggingFace models.

I have an hardware constraint, my s..... More

Print this item

  Minimize function with SciPy
Posted by: PierreLCV - Apr-03-2024, 09:29 AM - Forum: General Coding Help - Replies (3)

Hello everyone,
I'm currently trying to minimize a function using a Python algorithm. The function is a bit complicated and requires an FEA solver to..... More

Print this item

  Free hosting
Posted by: Sowmya - Apr-03-2024, 04:26 AM - Forum: Bar - Replies (1)

Hi all
I want to upload my Django project folders in Github. But I am unable to upload folders , I tried Git desktop also I did not get solution and..... More

Print this item

  How to get all items in SharePoint recycle bin by using sharepy library in Python?
Posted by: QuangHuynh - Apr-03-2024, 03:01 AM - Forum: General Coding Help - Replies (2)

I'm trying to retrieve all items from the recycle bin on SharePoint. Below is my code. Currently, I notice that I can only retrieve items deleted by t..... More

Print this item

  tkinter - Random Quote from internet
Posted by: menator01 - Apr-02-2024, 07:44 PM - Forum: Code sharing - No Replies

Gets random quote from internet

[python]
import requests
import json
import tkinter as tk



root = tk.Tk()
root.title('Random quote of the..... More

Print this item

  Calling methods and getting results out
Posted by: HerrAyas - Apr-02-2024, 02:25 PM - Forum: General Coding Help - Replies (4)

Hello again,
I know what I want. I know the algorithm. But I got confused writing my intention in python :(
There are cards, values, colours, comple..... More

Print this item

  scikit-image for 32bit windows
Posted by: Andrey_82 - Apr-02-2024, 11:21 AM - Forum: News and Discussions - No Replies

Hello everyone,

I'm currently working on a project that heavily relies on the scikit-image package. I have an up-to-date Anaconda installation on a..... More

Print this item

  Line graph with two superimposed lines
Posted by: sawtooth500 - Apr-02-2024, 08:49 AM - Forum: General Coding Help - Replies (4)

Using matplotlib or another graphing library -

Let's say you have a dataframe with cols Time, A, and B.

Time is just seconds - let's say 1-60...... More

Print this item

  Python newb need help
Posted by: Fictile - Apr-02-2024, 02:33 AM - Forum: General Coding Help - Replies (1)

Hello everyone,

You like 'em tattooed with that bad girl vibe? Done. Prefer 'em sweet and spicy next door types? Get ready to pop because these lad..... More

Print this item

  Variable Explorer in spyder
Posted by: driesdep - Apr-01-2024, 10:50 PM - Forum: General Coding Help - Replies (1)

Hello,

I don't know if there are many spyder users here: but i want to ask :
I have made a small program in python, but i don't understand, why th..... More


Attached Files

Thumbnail(s)
   
Print this item

  How to Randomly Print a Quote From a Text File When User Types a Command on Main Menu
Posted by: BillKochman - Apr-01-2024, 09:53 PM - Forum: General Coding Help - Replies (12)

Hello. Just recently I put my BBS back online after nine years, and I am trying to write a python-based game -- for my BBS.

Before I continue, let ..... More

Print this item

Big Grin An easy task. Not for me though.
Posted by: The_One_Reborn - Apr-01-2024, 04:01 PM - Forum: Homework - Replies (1)

Greetings! I broke my head over this, please help Undecided

#Merge the pairs of elements together: [12, 34, 56]
nlist = [1, 2, 3, 4, 5, 6]

Print this item

  class definition and problem with a method
Posted by: HerrAyas - Apr-01-2024, 02:23 PM - Forum: General Coding Help - Replies (2)

Hi all,
I am trying to understand the correct usage of classes and methods (== functions inside the class definition?)
Below you see a class "Punkt"..... More

Print this item

  ndim array
Posted by: Sowmya - Apr-01-2024, 04:24 AM - Forum: Data Science - Replies (2)

Hi all

thrD = np.array([[1,2,3],[3,4,5],[1,-2,8]])

print(thrD.ndim)
Output

Output:
2
My doubts: What are dimens..... More

Print this item

  How to use async/await in Python
Posted by: pynerds - Apr-01-2024, 02:44 AM - Forum: Tutorial Requests and Submissions - No Replies

How to use async/await in Python
In asynchronous programming[url=https://python-forum.io/thread-41877.html]..... More

Print this item

  store arbitrary Python objects in an SQLite database in sqlite3
Posted by: pynerds - Apr-01-2024, 02:16 AM - Forum: Code sharing - No Replies

The SQLite database only allows basic types such as numbers, texts and blobs.

In order to make an SQLite support objects of a particular type, we ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [PyOpenGL] JSHOP.CC, NON ... 1 hour ago goodness4u goodness4u Game Developm...
  REACH OUT TO FUNDS RETRIE... 2 hours ago shirleyjacobs112 shirleyjacobs112 Game Developm...
  Select Python comment (#)... 3 hours ago SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 11 hours ago fred1232 deanhystad General Codin...
  New to Python and Pygame Yesterday, 11:25 JMcM JMcM Game Developm...
  Python Installation issue Yesterday, 11:16 RFHill Dev News and Disc...
  New to the field Yesterday, 08:15 Polybunny Larz60+ News and Disc...
  [Tkinter] Too much space ... Yesterday, 02:34 RonR deanhystad GUI
  I'm trying to make a piec... 09-13, 06:11 Alislugacool MilesWeb General Codin...
  Seeking feedback: dynamic... 09-12, 15:23 Bona2000 Stowersw General Codin...
  Python and excel vba codi... 09-12, 11:09 odiez DeaD_EyE General Codin...
Most views
  The best Prog... 575593
  Tutorial Requ... 496659
  Web Scraping ... 439666
  Newbie with P... 383291
  New Users Int... 364474
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+ 12087
buran 8174
snippsat 7366
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
goodness4u Today
shirleyjacobs112 Today
Fobertsmene Yesterday
jeremyn24503 Yesterday
homataheri Yesterday

User Panel Messages

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