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,549
» Latest member: RodneyTen
» Forum threads: 38,592
» Forum posts: 174,855

Full Statistics

Online Users
There are currently 516 online users.
» 1 Member(s) | 510 Guest(s)
Bing, Yandex, Google, Applebot, snippsat

Latest Threads
Error without reason
Forum: General Coding Help
Last Post: deanhystad
21 minutes ago
» Replies: 3
» Views: 91
[SOLVED] Open file, and i...
Forum: General Coding Help
Last Post: Winfried
1 hour ago
» Replies: 0
» Views: 61
Nested Dictionaries, good...
Forum: General Coding Help
Last Post: Curbie
2 hours ago
» Replies: 2
» Views: 205
Dichaelmag
Forum: General Coding Help
Last Post: TimsothyKat
2 hours ago
» Replies: 0
» Views: 40
Enhancement for Python’s ...
Forum: Code sharing
Last Post: 14mhz
Today, 12:30 AM
» Replies: 0
» Views: 184
Error on import: SyntaxEr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 01:55 PM
» Replies: 10
» Views: 21,688
Picamera2 add text to cam...
Forum: General Coding Help
Last Post: GigiG
Yesterday, 11:46 AM
» Replies: 0
» Views: 109
Functions: why use a vari...
Forum: General Coding Help
Last Post: DeaD_EyE
Yesterday, 05:55 AM
» Replies: 3
» Views: 272
PYTHONHOME Variable corre...
Forum: General Coding Help
Last Post: msetzerii
May-25-2025, 11:48 PM
» Replies: 0
» Views: 146
Best way to pass data to ...
Forum: Game Development
Last Post: RogereK
May-25-2025, 06:39 AM
» Replies: 7
» Views: 5,163

 
  any cron job equivalent in windows
Posted by: saisankalpj - Jun-03-2022, 12:13 PM - Forum: Web Scraping & Web Development - Replies (2)

I am implementing cron job in django to schedule a task.But when i run the command ,

python manage.py crontab add
, I am getting the er..... More

Print this item

  All product links to products on a website
Posted by: MarionStorm - Jun-02-2022, 11:17 PM - Forum: Web Scraping & Web Development - No Replies

Hello,

would like to scrape all product links from the website www.otto.de. Is this possible?
So not only the links on the page you are on, but al..... More

Print this item

  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: 212)
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: 288)
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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Error without reason 21 minutes ago Azdaghost deanhystad General Codin...
  [SOLVED] Open file, and i... 1 hour ago Winfried Winfried General Codin...
  Nested Dictionaries, good... 2 hours ago Curbie Curbie General Codin...
  Dichaelmag 2 hours ago TimsothyKat TimsothyKat General Codin...
  Enhancement for Python’s ... Today, 00:30 14mhz 14mhz Code sharing
  Error on import: SyntaxEr... Yesterday, 13:55 kirkwilliams2049 deanhystad General Codin...
  Picamera2 add text to cam... Yesterday, 11:46 GigiG GigiG General Codin...
  Functions: why use a vari... Yesterday, 05:55 MMartin71 DeaD_EyE General Codin...
  PYTHONHOME Variable corre... 05-25, 23:48 msetzerii msetzerii General Codin...
  [PyGame] Best way to pass... 05-25, 06:39 Milosz RogereK Game Developm...
  Is Python used to make po... 05-24, 04:17 ironsheep RogereK Game Developm...
Most views
  The best Prog... 569338
  Tutorial Requ... 472567
  Web Scraping ... 434013
  Newbie with P... 373950
  Thread remain... 345939
Most reputation
buran 580
snippsat 506
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 449
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12053
buran 8172
snippsat 7328
deanhystad 6831
metulburr 5151
Top referrers
Googlepro 22
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
RodneyTen Today
TimsothyKat Today
Stobi Today
Prekshit Today
Ellon8121 Today

User Panel Messages

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