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,236
» Latest member: Cristiano
» Forum threads: 38,776
» Forum posts: 175,791

Full Statistics

Online Users
There are currently 47 online users.
» 1 Member(s) | 43 Guest(s)
Bing, Google, AOL, snippsat

Latest Threads
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
5 hours ago
» Replies: 4
» Views: 109
Backward compatibility qu...
Forum: News and Discussions
Last Post: buran
Yesterday, 10:39 AM
» Replies: 3
» Views: 98
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-07-2025, 07:29 PM
» Replies: 0
» Views: 73
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 111
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 375,080
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,365
Recommend me a Python boo...
Forum: Data Science
Last Post: mamta25
Nov-06-2025, 08:33 AM
» Replies: 7
» Views: 5,556
Code runs perfectly and j...
Forum: General Coding Help
Last Post: noisefloor
Nov-05-2025, 05:56 PM
» Replies: 2
» Views: 188
Natural language processi...
Forum: Homework
Last Post: offsoar
Nov-05-2025, 02:03 PM
» Replies: 2
» Views: 3,197
Can I develop a live vide...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-05-2025, 08:31 AM
» Replies: 5
» Views: 7,443

 
  Help with Integration Pandas excel - Python
Posted by: Gegemendes - Jun-05-2022, 05:23 PM - Forum: General Coding Help - Replies (5)

I'm fascinated with the programming area and yesterday I started to study Python on Youtube.

I started to make a video class, I had some setbacks, ..... More


Attached Files

Thumbnail(s)
       
Print this item

Sad Python help
Posted by: cagueca - Jun-05-2022, 01:59 PM - Forum: General Coding Help - No Replies

Hello :

im new to python and i need a bit of help ..

im trying to build one password finder but im stuck .

Here is the code i have .

* proble..... More

Print this item

  Returning to coding after >1 year
Posted by: micseydel - Jun-05-2022, 12:59 PM - Forum: News and Discussions - Replies (8)

I posted to the mods forum recently about returning after my long break but thought I'd post here too. I took a break from the forum because of mental..... More

Print this item

Star Infinity loop
Posted by: edek121 - Jun-05-2022, 12:47 PM - Forum: General Coding Help - No Replies

Hello.

Good morning everyone :)

I warn you in advance that this is just the beginning of my adventure with "programming", so I ask for understandin..... More

Print this item

  Headfirst Python Exercise
Posted by: GeorgeSears - Jun-05-2022, 10:27 AM - Forum: General Coding Help - Replies (3)

Hi guys, I have a question. I'm currently working my way through the Headfirst Python book. And there is an exercise where you create an app based a..... More

Print this item

  How do loop over curl and 'put' different values in API call?
Posted by: onenessboy - Jun-05-2022, 05:24 AM - Forum: General Coding Help - No Replies

Hi

Objective: How to loop through over curl statement and 'put' key and value into curl put statement

Input: This is my sql query output in json..... More

Print this item

  [solved thanks]hey need help for jupyter
Posted by: irisislearning - Jun-05-2022, 01:42 AM - Forum: General Coding Help - Replies (1)

i’m working with jupyter in anaconda lab.
arithmetic operation doesn’t work after i assign value to parameters.
e.g.
when i input :
`
(12-10)/1..... More

Print this item

  supported backslash escapes
Posted by: Skaperen - Jun-05-2022, 12:02 AM - Forum: News and Discussions - Replies (8)

in this:

Output:
>>> repr('\n') "'\\n'" >>> repr('\b') "'\\x08'" >>>
you can used either backslash escape in source code but [inlin..... More

Print this item

  Regex higher IR library
Posted by: DreamingInsanity - Jun-04-2022, 11:37 PM - Forum: General Coding Help - Replies (6)

Before I delve into making my own module, I was wondering if there already exists a regex higher IR (intermediary representation) of regex tokens for ..... More

Print this item

  space–time correlations
Posted by: MMAS - Jun-04-2022, 11:35 PM - Forum: Data Science - Replies (2)

Is their any library in python to calculate space time correlation function.

Print this item

  Django: Adding Row Data To Existing Model Instance Question/Problem.
Posted by: Steven_Pinkerton - Jun-04-2022, 12:25 PM - Forum: General Coding Help - Replies (1)

Hello. So my problem is quite simple and I suspect the answer is also quite simple. I'm doing a project in Django and I've a Database with three model..... More

Print this item

  Pyinstaller error
Posted by: amdi40 - Jun-04-2022, 09:10 AM - Forum: General Coding Help - Replies (7)

Hello, I have created a program for which I want to create an exe. file for.
But I keep getting an error, and I have no clue how to fix it.
The pro..... More

Print this item

  Python code keeps duplicating information - OOP ( Could be related to shallow copy? )
Posted by: ben1122 - Jun-04-2022, 08:33 AM - Forum: Homework - Replies (1)

never mind, asked a friend.

Print this item

  Code lines implementation
Posted by: mirjam - Jun-04-2022, 08:01 AM - Forum: Homework - Replies (2)

Hi,

I am kindly asking to help me with the implementation of each line of the following python code. Thank you very much.

[python]
sum = 0
for..... More

Print this item

  Sorting numerical values provided by QAbstractTableModel
Posted by: BigMan - Jun-04-2022, 12:32 AM - Forum: General Coding Help - No Replies

Hi,

I have subclassed QAbstractTableModel, and overwrote its data method like this:
[python]
def data(self, index, role):
if role ==..... More

Print this item

  front-end js and back-end python
Posted by: 3lnyn0 - Jun-03-2022, 08:49 PM - Forum: General Coding Help - No Replies

Hi!
Can you guide me how can I link pycharm with intellij?

I worked at an app for an interview, I made the back-end part in pycharm with python and f..... More

Print this item

  Post request not saving in DRF
Posted by: Dexty - Jun-03-2022, 12:35 PM - Forum: Web Scraping & Web Development - No Replies

Anytime I try to post a request in Django-Rest-Framework view, it returns an empty array. This looks like a DRF issue and not a Django one but I don't..... More

Print this item

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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Two arguments in input fu... 5 hours ago Alfredd Pedroski55 General Codin...
  Backward compatibility qu... Yesterday, 10:39 yutaozhou buran News and Disc...
  [Tkinter] I’m building a ... 11-07, 19:29 tsgiannis tsgiannis GUI
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
  Recommend me a Python boo... 11-06, 08:33 woodward mamta25 Data Science
  Code runs perfectly and j... 11-05, 17:56 compuman145 noisefloor General Codin...
  Natural language processi... 11-05, 14:03 maaaa2401 offsoar Homework
  Can I develop a live vide... 11-05, 08:31 mtrkhan ankitsharma32 Web Scraping ...
  [SOLVED] Linefeed when wr... 11-04, 11:51 Winfried buran General Codin...
Most views
  The best Prog... 578689
  Tutorial Requ... 509156
  Web Scraping ... 441842
  Newbie with P... 385796
  New Users Int... 375080
Most reputation
buran 581
snippsat 510
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+ 12102
buran 8194
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Cristiano Yesterday
Alfredd Yesterday
clayote Yesterday
yutaozhou 11-07
EchoFlowar3Dip 11-07

User Panel Messages

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