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,932
» Latest member: Dibbley
» Forum threads: 38,721
» Forum posts: 175,507

Full Statistics

Online Users
There are currently 42 online users.
» 0 Member(s) | 34 Guest(s)
Google, Bing, DuckDuckGo, AOL, Facebook

Latest Threads
Too much space between gr...
Forum: GUI
Last Post: RonR
5 hours ago
» Replies: 4
» Views: 1,067
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
5 hours ago
» Replies: 3
» Views: 89
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 457
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-15-2025, 08:58 PM
» Replies: 8
» Views: 2,643
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,632
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 552
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 172
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,066
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,294
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 970

 
  Hello World!
Posted by: rufenghk - Jun-02-2022, 09:48 PM - Forum: General Coding Help - No Replies

I love Python

Print this item

  [Solved]Add a SpinBox to MsgBox or Carry Variable Over?
Posted by: Extra - Jun-02-2022, 07:53 PM - Forum: GUI - Replies (6)

Hello,

I'm trying to build my Checkout function which when an Item/row is selected and the 'Checkout' button is clicked a spinBox pops up asking th..... More

Print this item

  ESPtools... how to install?
Posted by: bwanna - Jun-02-2022, 07:14 PM - Forum: General Coding Help - Replies (1)

Hi,
Newbie here to Python and can't find simple COMPLETE instructions for installation, etc.

I was able to install Python on my Win10 PC, but tha..... More

Print this item

  Need help with PEG Grammar
Posted by: pptx704 - Jun-02-2022, 06:45 PM - Forum: News and Discussions - Replies (2)

Hello, I am an undergraduate student who's doing undergrad research on language grammars. My specific task is to convert different language grammars t..... More

Print this item

  [Solved]Display Search Results in QTable
Posted by: Extra - Jun-02-2022, 06:00 PM - Forum: GUI - Replies (5)

Hello,

I'm trying to get my search bar working on my GUI, so when the user searches for a part, the results are shown to the screen.

Right now ..... More

Print this item

  Need help solving a problem
Posted by: rufenghk - Jun-02-2022, 03:02 PM - Forum: General Coding Help - Replies (7)

Hi, I'm a Python novice. I have the following code, but after running it doesn't return any result, not even error code, what is the problem?

[python..... More

Print this item

  Flask or Django: Which Framework Support Database?
Posted by: ankitdixit - Jun-02-2022, 07:30 AM - Forum: News and Discussions - Replies (2)

Hello All, I am working on a web development project and I want to know which one is support database between Flask and Django? According to this [url..... More

Print this item

  Create recursion for elementwise operation
Posted by: divon - Jun-02-2022, 04:01 AM - Forum: General Coding Help - Replies (2)

Hello everyone

I have these two operations:
[Image: f-function.png]
[Image: g-function.png]..... More

Print this item

  Showing an empty chart, then input data via function
Posted by: kgall89 - Jun-02-2022, 01:53 AM - Forum: General Coding Help - No Replies

Hello.

I have been able to create a chart with the data I am looking for via button click/function. The chart only shows after I click on the butt..... More

Print this item

  Knowledge on Python script's dependencies
Posted by: almahdi - Jun-01-2022, 11:57 PM - Forum: News and Discussions - Replies (1)

How can we know a Python script's dependencies recursively, entirely ie. of any kind of subroutines including of Python itself?

Print this item

  pymssql module not found
Posted by: shifts - Jun-01-2022, 08:18 PM - Forum: Web Scraping & Web Development - Replies (5)

Hi,

I'm new here and it's my first post, that's why don't judge too harshly.

I am traying to make web page on Raspberry pi 4B using Flask framew..... More

Print this item

  Array in tictactoe machine not working?
Posted by: Illumimint - Jun-01-2022, 05:35 PM - Forum: General Coding Help - Replies (4)

Hi! I'm new here and I was wondering, I keep on trying different things such as putting in prints in certain points to pinpoint the issue, although th..... More

Print this item

  Syntax when initializing empty lists
Posted by: Mark17 - Jun-01-2022, 05:19 PM - Forum: General Coding Help - Replies (2)

Hi all,

I have two questions with regard to initializing empty lists. This works:

[Python]
list_a, list_b, list_c = ([] for i in range(3))
[/Python..... More

Print this item

  Read value from a CSV
Posted by: martinmistere - Jun-01-2022, 02:50 PM - Forum: General Coding Help - Replies (3)

Ciao,

I'm basically new with python. I have a CSV like the one one attached and I want save each column (without the ";") into a variable.
I nee..... More


Attached Files

.csv   csv_prova.csv (Size: 189 bytes / Downloads: 241)
Print this item

  Identifying if the program I have is python and then decompiling
Posted by: jpnyc - Jun-01-2022, 02:39 PM - Forum: General Coding Help - Replies (7)

My wife befriended someone online and he said he could write a program to help her with some data input on her web site. He wrote a 9mb executable for..... More

Print this item

  Read buffer from bluetooth
Posted by: frohr - Jun-01-2022, 08:35 AM - Forum: General Coding Help - Replies (2)

Hi,
I try to use pybluez to read data from Arduino/bluetooth to Python on Win10. I have now working code for reading via USB and it works well. But I ..... More

Print this item

  Best book on learning Python by referring C++
Posted by: almahdi - May-31-2022, 10:50 PM - Forum: News and Discussions - Replies (1)

What is the best book on learning Python by way of comparing as equivalent to C/C++ side by side?

Print this item

  What's the best Android app to read Python documentation offline?
Posted by: anata2047 - May-31-2022, 08:56 PM - Forum: Tutorial Requests and Submissions - Replies (1)

I'd like to use an Android app to read latest Python documentation offline
(I can occasionally update).
Currently I use Python (Learn Python)..... More

Print this item

  Are list/dict comprehensions interpreted really sequentially?
Posted by: anata2047 - May-31-2022, 08:08 PM - Forum: General Coding Help - Replies (3)

In any programming course/books I learned the intro section mentions the sequential
mode of execution of any program (implying at least the sequentia..... More

Print this item

  [SOLVED] How to change button label?
Posted by: Winfried - May-31-2022, 04:57 PM - Forum: GUI - Replies (3)

Hello,

I can't figure out how to change a button's label when clicking on it:

[python]import wx

class MyFrame(wx.Frame):
def __init_..... More

Print this item

  How to find the second lowest element in the list?
Posted by: Anonymous - May-31-2022, 12:22 PM - Forum: General Coding Help - Replies (3)

I have a list of students and I have to print the names of students who have scored second lowest.

students = [['Harry', 37.21], ['Berry', 37.21]..... More

Print this item

  Is this possible to write a script for checking data from website?
Posted by: WanW - May-31-2022, 09:33 AM - Forum: General Coding Help - Replies (2)

I am doing some data checking about name, mmsi and length of the ships. ( https://www.marinetraffic.com/en/ais/hom...2.5/zoom:6 ..... More

Print this item

  run "install pip" when I get ModuleNotFoundError?
Posted by: korenron - May-31-2022, 09:26 AM - Forum: General Coding Help - Replies (2)

Hello,
wanted to know if there is a smart way to download when library is not exists?

for example :

[python]try:
import pandas as pd
exc..... More

Print this item

  Loading an array into a matrix
Posted by: Scott - May-31-2022, 08:28 AM - Forum: General Coding Help - Replies (1)

Hi everyone,

I am trying to load the output of my model into matrix. Below is the model output:

[python][array([[3.3480644, 2.6733143, 2.3946035..... More

Print this item

  pygame tic tac toe
Posted by: menator01 - May-31-2022, 06:44 AM - Forum: Code sharing - Replies (1)

I found a pygame tic tac toe on the web and applied it to classes (mvc). It does not yet have the win functions (draws a line for winner) as the origi..... More

Print this item

  How To Set Up And Execute A Python File
Posted by: knight2000 - May-31-2022, 01:17 AM - Forum: General Coding Help - Replies (4)

Hi all,

I've been slowly trying different things with Python whenever I get time and last year I created a couple of python files in Pycharm on my ..... More

Print this item

  to get a list of pip packages that were installed
Posted by: Skaperen - May-30-2022, 10:41 PM - Forum: News and Discussions - Replies (12)

i have most files from a previous Ubuntu Linux system that had a few pips installed, saved on a spare disk. i'd like to extract a list of [i]which[/i..... More

Print this item

  Retrieve variables from the log and send to the database
Posted by: klanhar1425 - May-30-2022, 02:33 PM - Forum: Jobs - No Replies

Hi, I need to write a bit of a complicated script (at least for me).
I need exactly this, on the path "C:\Users\pc\Documents\GTA San Andreas User Fil..... More

Print this item

  i need help at the part where i have to use a function and initialise the menu.
Posted by: imbacoconut - May-30-2022, 02:30 PM - Forum: Homework - Replies (5)

i am doing an assignment for a ESP system , something like a grocery cart where i can list the items, add to cart, display cart etc.
can anyone help ..... More


Attached Files

.py   ESPsystem.py (Size: 3.83 KB / Downloads: 324)
Print this item

  What is CMS?
Posted by: diegoruiz0333 - May-30-2022, 01:03 PM - Forum: Web Scraping & Web Development - Replies (2)

I want to create a website but anyone tell me about CMS, how it works.

Print this item

  from-to search
Posted by: DPaul - May-30-2022, 08:27 AM - Forum: General Coding Help - Replies (18)

Hi,
A directory contains, say, 100.000 images.
They are filenamed: img000001.tif, img000002.tif,...... img099999.tif, etc.

An excel sheet tells..... More

Print this item

  Retrieve variables from the log and send to the database
Posted by: klanhar1425 - May-30-2022, 07:25 AM - Forum: Homework - Replies (3)

Hi, I need to write a bit of a complicated script (at least for me).
I need exactly this, on the path "C:\Users\pc\Documents\GTA San Andreas User Fil..... More

Print this item

  a function to get IP addresses of interfaces
Posted by: Skaperen - May-30-2022, 04:22 AM - Forum: General Coding Help - Replies (2)

i am looking around for a function that can return IP addresses of named interfaces, supporting both IPv4 and IPv6. a function that can return a list..... More

Print this item

  how far is this line indented?
Posted by: Skaperen - May-30-2022, 04:09 AM - Forum: General Coding Help - Replies (3)

i get a line of data that may be indented much like Python code. i have bad code that tries things to see how much indentation there is. in C i coul..... More

Print this item

  Retrieve data from ajax
Posted by: pthon3 - May-29-2022, 10:32 PM - Forum: Web Scraping & Web Development - No Replies

Hello. I need to scrape following page:

https://www.semanticscholar.org/paper/BE.../df2b0e26d..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] Too much space ... 5 hours ago RonR RonR GUI
  datetime in SQL query. 5 hours ago Dibbley Dibbley General Codin...
  Another app idea - intera... Yesterday, 07:07 decuser Lenowell News and Disc...
  403 Error 09-15, 20:58 CaptainNewb snippsat Web Scraping ...
  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...
  New to Python and Pygame 09-14, 11:25 JMcM JMcM Game Developm...
Most views
  The best Prog... 575908
  Tutorial Requ... 497280
  Web Scraping ... 439894
  Newbie with P... 383623
  New Users Int... 365911
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+ 12088
buran 8174
snippsat 7367
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
NonEntity 6
python 6
metulburr 6
buran 3
Newest members
Dibbley Today
XenonBlack Yesterday
Lenowell Yesterday
luisshulez6883 09-15
KennedyRichadGuerra 09-15

User Panel Messages

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