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,237
» Latest member: alexmaarley8855
» Forum threads: 38,776
» Forum posts: 175,790

Full Statistics

Online Users
There are currently 31 online users.
» 0 Member(s) | 29 Guest(s)
Google, Bing

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

 
  Integrating vue.js with Django framework
Posted by: saisankalpj - Jun-29-2022, 01:27 PM - Forum: Web Scraping & Web Development - No Replies

I am working on a Django project in the backend side. The front end is written in Vue.js. Now,we need to integrate frontend(vue.js) with the backend(..... More

Print this item

  How to use an Emulator and a MttQ broker?
Posted by: Frankduc - Jun-29-2022, 01:10 PM - Forum: General Coding Help - Replies (22)

Hello,

I am having trouble using an Emulator and mqtt broker.
When one click button lumiere entree or lumiere salon "ON" the GPIO in the emulator ..... More

Print this item

  Terminal project running on web
Posted by: guilhermeafonso - Jun-29-2022, 12:56 PM - Forum: Web Scraping & Web Development - No Replies

Hi! I'm new in python, and I have a doubt.

Can I run a python project, which I run from the terminal on a website?
How can I do this?

Print this item

  How to find a job as Software Developer in Switzerland? (step by step guide)
Posted by: jharp - Jun-29-2022, 12:23 PM - Forum: Bar - Replies (3)

[Image: hire-developer-resume.svg]

[size=xx-large]1. How difficult is to find a job as a Software Develop..... More

Print this item

  Job offer for Python developers near Stuttgart, Germany
Posted by: solarjoe - Jun-29-2022, 08:43 AM - Forum: Jobs - No Replies

We are a medium-sized company that develops innovative machines for measuring and quality assurance. Our location is close to Stuttgart, Germany.

W..... More

Print this item

  Dynamically allocated array
Posted by: JESuh - Jun-29-2022, 06:40 AM - Forum: General Coding Help - Replies (1)

Hello,

Well, I'm not sure if I can ask this question here.. Please let me know if I came to wrong place.

I want to wrap c++ code to make pyd and..... More

Print this item

  OSERROR When mkdir
Posted by: Oshadha - Jun-29-2022, 05:09 AM - Forum: General Coding Help - Replies (4)

[error]OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'D:\\1. Oshadha\\2. Code\\Python\\11. Discord Bot\\L..... More

Print this item

  Tutorial on SDR and DSP using python
Posted by: Larz60+ - Jun-28-2022, 10:07 PM - Forum: News and Discussions - No Replies

Thought I'd share this wanna build a wide range radio receiver (500 kHz up to 1.75 GHz) for about $30?
Disclaimer: this device may be illegal without..... More

Print this item

  Using yt-dlp options in Python
Posted by: Pavel_47 - Jun-28-2022, 04:25 PM - Forum: Web Scraping & Web Development - Replies (8)

Hello,

Does exist some document that explain how to use yt-dlp options in Python.
There are a lot of options an it's more or less clear how to use..... More

Print this item

  Can't import logging
Posted by: hary - Jun-28-2022, 03:42 PM - Forum: General Coding Help - Replies (2)

Hi

I'm on a Raspberry pi and VSCode trying to import 'logging' but I get an error despite it should already be with python 3.9.2.

When I import ..... More

Print this item

  Cannot get output for df.head()
Posted by: Led_Zeppelin - Jun-28-2022, 02:15 PM - Forum: General Coding Help - No Replies

I get the following response when I run some python code and use

StandardScaler

[code]
scaler=StandardScaler()
df=scaler.fit_transform(df)
[..... More

Print this item

  pymysql; insert on duplicate key update fails
Posted by: wardancer84 - Jun-28-2022, 10:19 AM - Forum: General Coding Help - Replies (4)

i dont want to go to deep here so...i want to do the above stated kind of query with pymysql...

relevant piece of code:

[python]
sql = "INSER..... More

Print this item

  How to load all pages of the pdf file to the program
Posted by: alicenguyen - Jun-28-2022, 06:51 AM - Forum: General Coding Help - Replies (9)

I'm working with the code to summarize the text using BERT. I am stopped at the step "loading all pages of the pdf file to the program". My code below..... More

Print this item

  Inconsistent sorting with the .sort_values() function
Posted by: devansing - Jun-28-2022, 03:31 AM - Forum: Data Science - Replies (4)

Hi,

I am trying to sort rows of data in a pandas Dataframe using the .sort_values() function. The goal is to change the order so that the numbers ..... More

Print this item

  Webapp for creating sheet music
Posted by: philipbergwerf - Jun-27-2022, 09:42 PM - Forum: Web Scraping & Web Development - Replies (2)

I want to make a webapp for creating alternative music notation and be able to export the drawing as pdf, print, edit etc...
I am not so experienced ..... More

Print this item

  Setup host for consistent data transfer to client via TCP
Posted by: Gustav97 - Jun-27-2022, 07:33 PM - Forum: General Coding Help - No Replies

Hi everyone,

I use a Raspberry PI4 for running a python script, which is using the RPI camera for detecting coordinates of body joints.
Basically..... More

Print this item

  ($123,500 - $145,000) Backend Engineer - Python / Django (Remote In Us) at 15Five
Posted by: djangojobs.net - Jun-27-2022, 06:41 PM - Forum: Jobs - No Replies

Quick Apply Link
djangojobs.net/jobs/1133/backend-engineer-python-django-remote-in-us-15five/

Join the Engineering Team at 15Five!

We're on a m..... More

Print this item

  Why the blank lines in output?
Posted by: Mark17 - Jun-27-2022, 06:24 PM - Forum: General Coding Help - Replies (6)

I'm having problems with my program so I added a tracer (?) line to print out some variables at the beginning of every iteration [loop]:

[Python]
if ..... More

Print this item

  Go to next page TKinter
Posted by: achim1024768 - Jun-27-2022, 05:20 PM - Forum: General Coding Help - Replies (2)

hello,

i have a little question to my code. i have 2 files in the same folder, script 1 and script 2
code in script 1:
[python]from tkinter impor..... More

Print this item

Question [Solved] Running Gunicorn with flask....
Posted by: SpongeB0B - Jun-27-2022, 02:34 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi everyone,

I try to run Flask with gunicorn Wall

I've created a venv , here the si..... More

Print this item

  Excel file in use from Python
Posted by: Mark17 - Jun-27-2022, 12:49 PM - Forum: General Coding Help - Replies (7)

Hi all! My program writes to three .csv files. At the end of the program, I do a filename.close() for all three. Usually, this does the trick and a..... More

Print this item

  Give visit number ( or counter) within the same time frame
Posted by: balthordu - Jun-27-2022, 09:48 AM - Forum: General Coding Help - Replies (1)

Hi all

Thanks in advance for your help.

I have this below dataset.

[output]Visitor ID Visit time
AAA 27/06/2022 10:00:00
AAA ..... More

Print this item

  python-docx regex : Browse the found words in turn from top to bottom
Posted by: Tmagpy - Jun-27-2022, 08:19 AM - Forum: General Coding Help - No Replies

I'm trying to finalize my personal project and i'm having a new problem which is matching top to bottom positions in and out of the board to change wo..... More

Print this item

  Extract text
Posted by: rektcol - Jun-27-2022, 07:52 AM - Forum: General Coding Help - Replies (6)

Hello everyone,
I hope it will be comprehensible.

I have to extract text from file in repository. These files are like :

"
titi
titi
titi
yes
ok
o..... More

Print this item

  Insert into SQL Table only when Table is First Created?
Posted by: Extra - Jun-26-2022, 10:41 PM - Forum: General Coding Help - Replies (4)

Hello,

I'm trying to add default values to my SQLite table when it first gets created using and INSERT statement.
Right now, every time I run the..... More

Print this item

  In consistency in code execution
Posted by: Led_Zeppelin - Jun-26-2022, 08:45 PM - Forum: General Coding Help - Replies (1)

The following piece of code does not produce the output that I am seeking.

[code]
df.head()

df1 = df

df.drop(["timestamp","time_period","mac..... More

Print this item

  find some word in text list file and a bit change to them
Posted by: RolanRoll - Jun-26-2022, 12:40 PM - Forum: General Coding Help - Replies (3)

hi
I need to find some word in my text list file for example V_20220412 in
S1A_IW_SLC__1SDV_20220412T022912_20220412T022940_042734_05197D_3860..... More

Print this item

  Merge video with subtitles
Posted by: Pavel_47 - Jun-26-2022, 10:57 AM - Forum: General Coding Help - Replies (26)

Hello,
I'm looking for a solution allowing to merge video file (.mp4) with subtitles file (.vtt).
Any suggestions ?
Thanks

Print this item

  Connect to HC-05 Bluetooth (NOT BLE)
Posted by: korenron - Jun-26-2022, 09:06 AM - Forum: General Coding Help - No Replies

Hello,
I'm trying to connect to a HC05 Bluetooth and send it "0"\"1"

in the scan I can see the device , but I'm unable to connect to it
when I t..... More

Print this item

  Shopping cart program
Posted by: Tofuboi03 - Jun-26-2022, 06:11 AM - Forum: Homework - Replies (7)

#This is a shopping cart program that I am doing for school. I've managed to store the item and price. But can't get to do it the total or remove. I'm..... More

Print this item

  why /local?
Posted by: Skaperen - Jun-26-2022, 04:13 AM - Forum: News and Discussions - Replies (2)

Python 3.8.10 on Xubuntu (Ubuntu) 20.04.4

when i install a package using pip, it creates directory /local (not /usr/local) and instal..... More

Print this item

  I'm getting a String index out of range error
Posted by: debian77 - Jun-26-2022, 12:37 AM - Forum: General Coding Help - Replies (7)

This function returns True if the first letter of the string is the same as the last letter of the string and False if they’re different.

I'm havin..... More

Print this item

  The Text in the Label widget Tkinter cuts off the Long text in the view
Posted by: malmustafa - Jun-25-2022, 02:46 PM - Forum: GUI - Replies (4)

Hi all,

I'm using Windows 10 and Anaconda Jupyter. I'm trying to build a GUI with one button that randomly picks up a question from an Excel file ..... More


Attached Files

Thumbnail(s)
   
Print this item

  Matplotlib example nodes available
Posted by: KennedyRichard - Jun-25-2022, 01:31 PM - Forum: Data Science - No Replies

Nodezator is out since last weekend! Install instructions on https://github.com/KennedyRichard/nodezator and manual on https://manual.nodezator.com
..... More

Print this item

  select files such as text file
Posted by: RolanRoll - Jun-25-2022, 12:56 PM - Forum: General Coding Help - Replies (2)

Hi I want to find and select files that has the same word in my text list for example choose and select
S1A_OPER_AUX_POEORB_OPOD_20190122T120724_V..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Two arguments in input fu... 11 hours ago Alfredd noisefloor 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... 578682
  Tutorial Requ... 509110
  Web Scraping ... 441840
  Newbie with P... 385791
  New Users Int... 375048
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
alexmaarley8855 Yesterday
Cristiano Yesterday
Alfredd Yesterday
clayote Yesterday
yutaozhou 11-07

User Panel Messages

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