Python Forum
Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 20,388
» Latest member: DTECHSYSTEM
» Forum threads: 38,820
» Forum posts: 176,017

Full Statistics

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

Latest Threads
Calling python from anoth...
Forum: General Coding Help
Last Post: Gribouillis
2 hours ago
» Replies: 8
» Views: 192
IP address for users
Forum: Networking
Last Post: itx_sumeet
9 hours ago
» Replies: 4
» Views: 7,057
Lottery generator (beginn...
Forum: General Coding Help
Last Post: Pedroski55
Today, 01:10 AM
» Replies: 5
» Views: 9,879
[split] How to ask Smart ...
Forum: General Coding Help
Last Post: Pedroski55
Dec-25-2025, 07:58 AM
» Replies: 2
» Views: 130
Need Help with Pandas Con...
Forum: Bar
Last Post: Axel_Erfurt
Dec-24-2025, 10:07 AM
» Replies: 1
» Views: 73
requests.post not sending...
Forum: Web Scraping & Web Development
Last Post: noisefloor
Dec-24-2025, 09:20 AM
» Replies: 2
» Views: 132
Looking for constructive ...
Forum: News and Discussions
Last Post: cecrease
Dec-24-2025, 03:16 AM
» Replies: 2
» Views: 1,290
Switching from batch proc...
Forum: GUI
Last Post: arbiel
Dec-23-2025, 09:38 PM
» Replies: 0
» Views: 98
Exploring Different Pytho...
Forum: News and Discussions
Last Post: ankitsharma32
Dec-23-2025, 01:01 PM
» Replies: 3
» Views: 752
We open-sourced kubesdk —...
Forum: Code sharing
Last Post: beslanpuzl
Dec-21-2025, 11:52 AM
» Replies: 0
» Views: 165

 
  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: 257)
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 (2)

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: 337)
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

  Same Data Showing Several Times With Beautifulsoup Query
Posted by: eddywinch82 - May-29-2022, 07:00 PM - Forum: General Coding Help - Replies (2)

Hi there,

I have the following Python Code :-

[python]import pandas as pd
import requests
import numpy as np
from bs4 import BeautifulSoup
i..... More

Print this item

  Date format error getting weekday value
Posted by: Aggie64 - May-29-2022, 06:51 PM - Forum: General Coding Help - Replies (2)

I get the following error on line 4 when running the code below:
valueError: timedata '05/09/2022' does not match format '%m %d %Y'

I am trying to..... More

Print this item

Question Parameterized math calculations?
Posted by: babaliaris - May-29-2022, 06:17 PM - Forum: General Coding Help - Replies (7)

Is there a way to do maths in python that results in parameterized solutions?

For example 2a+3a = 5a

What I want to do is, to use an algorith..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Calling python from anoth... 2 hours ago eedjsa Gribouillis General Codin...
  IP address for users 9 hours ago Robots itx_sumeet Networking
  Lottery generator (beginn... Today, 01:10 Hullari Pedroski55 General Codin...
  [split] How to ask Smart ... 12-25, 07:58 yoanselcp Pedroski55 General Codin...
  Need Help with Pandas Con... 12-24, 10:07 naproxy_1 Axel_Erfurt Bar
  requests.post not sending... 12-24, 09:20 JarredAwesome noisefloor Web Scraping ...
  Looking for constructive ... 12-24, 03:16 decuser cecrease News and Disc...
  [PyQt] Switching from bat... 12-23, 21:38 arbiel arbiel GUI
  Exploring Different Pytho... 12-23, 13:01 girish_benvanshi ankitsharma32 News and Disc...
  We open-sourced kubesdk —... 12-21, 11:52 beslanpuzl beslanpuzl Code sharing
  a function to watch files 12-21, 07:43 Skaperen Gribouillis News and Disc...
Most views
  The best Prog... 580343
  Tutorial Requ... 518935
  Web Scraping ... 442764
  Newbie with P... 386945
  New Users Int... 386118
Most reputation
buran 581
snippsat 511
Larz60+ 452
Gribouillis 362
deanhystad 328
Most replies
  New Users Int... 452
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12117
buran 8198
snippsat 7398
deanhystad 6920
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
DTECHSYSTEM Today
zashleyfracesz3221 Today
itx_sumeet Today
zaathonyshulze4201 Today
Michaelhauct Yesterday

User Panel Messages

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