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,248
» Latest member: kai_cow2710
» Forum threads: 38,779
» Forum posts: 175,818

Full Statistics

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

Latest Threads
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
1 hour ago
» Replies: 6
» Views: 160
New to python and coding
Forum: Homework
Last Post: lary_p
1 hour ago
» Replies: 3
» Views: 94
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 09:52 AM
» Replies: 11
» Views: 298
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 05:07 AM
» Replies: 5
» Views: 269
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 101
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,618
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 201
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 185
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,157
Best book on learning Pyt...
Forum: News and Discussions
Last Post: mamta25
Nov-07-2025, 06:07 AM
» Replies: 2
» Views: 3,421

 
  deploying python script on a server
Posted by: rickyrt - Aug-31-2021, 04:03 PM - Forum: Web Scraping & Web Development - No Replies

I have a python web scraping script written with selenium and beautiful soup modules.

At the moment it uses chrome driver to connect a chrome bro..... More

Print this item

  ModuleNotFoundError: No module named 'bluetooth' Error
Posted by: Rovelin - Aug-31-2021, 02:04 PM - Forum: General Coding Help - Replies (4)

Hi everyone, when I'm trying to run the code below, Im getting ModuleNotFoundError: No module named 'bluetooth' error and even if I pip install pyblue..... More

Print this item

  Plotting boxed coordinates over a map
Posted by: 83dons - Aug-31-2021, 01:26 PM - Forum: General Coding Help - Replies (3)

I have a dataframe that has 8 coordinates representing a boxed area on the surface of Mars. I would like to pick a row from my dataframe and represent..... More

Print this item

  Finding overlap of boxed coordinates
Posted by: 83dons - Aug-31-2021, 01:19 PM - Forum: Data Science - Replies (4)

I have a panda dataframe that I would like to now query. The dataframe contains the 4 coordinates of a geographic area using longotude and latitude so..... More

Print this item

  Installing time module
Posted by: Led_Zeppelin - Aug-31-2021, 12:38 PM - Forum: General Coding Help - Replies (2)

When I try to install time, I get the following output:

[output]
pip install time
ERROR: Could not find a version that satisfies the requirement ..... More

Print this item

  How to use a function from third party library?
Posted by: rrowhe4d - Aug-31-2021, 12:19 PM - Forum: General Coding Help - Replies (2)

There is a library called mouse. It has a function called mouse.hook(callback). I'm trying to use this function to i..... More

Print this item

  pip install dlib packge issue
Posted by: MahendraYadav - Aug-31-2021, 11:21 AM - Forum: General Coding Help - Replies (1)

pip install dlib packge issue please help me

C:\WINDOWS\system32>pip install dlib
Collecting dlib
Using cached dlib-19.22.1.tar.gz (7.4 MB)
Bu..... More

Print this item

  Improves performance on socket multi-threaded servers for object detection
Posted by: pennant - Aug-31-2021, 07:20 AM - Forum: General Coding Help - Replies (1)

I'm trying to create an object detection program through a multi-thread socket server.
[Image: attachment.php?aid=1243]
Wh..... More


Attached Files

Thumbnail(s)
   
Print this item

  Which method for arrays is faster ?
Posted by: thunderspeed - Aug-30-2021, 11:58 PM - Forum: General Coding Help - Replies (2)

Hello everyone,
I hope you are well.

I wonder which of those two methods for dealing with arrays would be faster in python:
method 1: define arra..... More

Print this item

  Line 42 syntax error..Help!!1
Posted by: patpython - Aug-30-2021, 11:12 PM - Forum: General Coding Help - Replies (4)

Hello, I'm just getting my feet wet in python, and I can't seem to figure out line 42 syntax error. Can someone give me some wisdom on how to fix this..... More

Print this item

  Error about missing directory
Posted by: Led_Zeppelin - Aug-30-2021, 08:49 PM - Forum: General Coding Help - Replies (3)

Whenever I try to install software such as neat I get the following error:

[output]
(base-dup) C:\Users\james\Downloads>pip install neat
Requirem..... More

Print this item

  I need Turkish Text Summarization (I need roadmap)
Posted by: Prusa - Aug-30-2021, 05:57 PM - Forum: News and Discussions - Replies (1)

Hi my friends,

I need Turkish text summarization, i looked on the web but i think all of them English. But i need Turkish. How can i handle this? ..... More

Print this item

  Noobie Python TypeError question
Posted by: zoid - Aug-30-2021, 05:12 PM - Forum: General Coding Help - Replies (4)

Just starting with Python, but have worked with several programming languages over the years. I always prefer explicit typing, but maybe Python will c..... More

Print this item

  Machine Learning Engineer @ D. E. Shaw Research
Posted by: patpat - Aug-30-2021, 05:03 PM - Forum: Jobs - No Replies

Machine learning engineers with impressive records of academic and professional achievements sought to join our interdisciplinary team in New York Cit..... More

Print this item

  IndexError: list index out of range" & "TypeError: The view function f: Flask Web App
Posted by: joelbeater992 - Aug-30-2021, 07:56 AM - Forum: Web Scraping & Web Development - Replies (5)

Hi there, this is my first ever post so im going to try to provide as much info as possible. Basically i have created an app for our company which re..... More

Print this item

  progressbar
Posted by: DPaul - Aug-30-2021, 07:37 AM - Forum: GUI - Replies (9)

Hi, I have a name confusion.
In another language I used progressbars like this:
eg. maxValue = 100, step = 1 etc, but the steps are added by a loop,..... More

Print this item

  mySQL Database error not resolving.
Posted by: cybertooth - Aug-30-2021, 07:10 AM - Forum: General Coding Help - Replies (2)

Hi everyone . I get an error. " Unknown column 'xyz' in 'where clause' ". I have tried many options but am unable to solve it. I have triple checked t..... More

Print this item

  Getting error trying to use functions to multiply numbers
Posted by: rrowhe4d - Aug-30-2021, 05:25 AM - Forum: General Coding Help - Replies (5)

For some reason I get an error trying to multiply two numbers after returning each value through its respected function.

[python]
def get_user_inp..... More

Print this item

  checking for valid hexadecimal digits
Posted by: Skaperen - Aug-29-2021, 11:14 PM - Forum: General Coding Help - Replies (3)

i have a string that may be a valid AMI ID in AWS context. that would be "ami-" followed by 17 hexadecimal digits. checking the prefix and length is..... More

Print this item

  Sending string commands from Python to a bluetooth device
Posted by: Rovelin - Aug-29-2021, 06:19 PM - Forum: General Coding Help - Replies (13)

Hi everyone, I hope you all okay. Nowadays I am dealing with arduino bluetooth module(HC-05) and I have a problem which exceeds my little knowledge. I..... More


Attached Files

Thumbnail(s)
   
Print this item

  max() and min() in Python
Posted by: coder_sw99 - Aug-29-2021, 06:03 PM - Forum: General Coding Help - Replies (3)

Hello,

If two iterable objects are put
in the max or min function, then the sum of both iterables is calculated and the
iterable with the biggest ..... More

Print this item

  Using curve_fit to optimize function (TypeError)
Posted by: Laplace12 - Aug-29-2021, 05:05 PM - Forum: General Coding Help - Replies (4)

Hey!

I have some experimental data that I know follows a certain function. My aim is to fit a function (dy) to the data points and get Python to re..... More

Print this item

  Trying to set color preferences in VS Code
Posted by: Truman - Aug-29-2021, 04:56 PM - Forum: Bar - Replies (5)

When I try to change Color Theme in VS Code receive a message "unable to write into user settings"
When I open settings the path should be added afte..... More

Print this item

  Know when the pyttsx3 engine stops talking
Posted by: UsualCoder - Aug-29-2021, 03:29 PM - Forum: General Coding Help - Replies (3)

So I am having this issue, I recently discovered the pyttsx3 API and the documentation isn't really helping, the "isBusy" function doesn't seem to wor..... More

Print this item

  Problem in saving .xlsm (excel) file using pandas dataframe in python
Posted by: shantanu97 - Aug-29-2021, 09:41 AM - Forum: General Coding Help - Replies (2)

I have two macro excel files(.xlsm file) with different information. I have written the python code that basically checks certain fields, and if that ..... More


Attached Files

.py   Incoming.py (Size: 1.84 KB / Downloads: 441)
Print this item

  File type (mode)
Posted by: rayleiter - Aug-28-2021, 06:43 PM - Forum: General Coding Help - Replies (5)

If I want to create a file which contains both ASCII Text AND Binary data, which mode is best to use when creating the file ("wt" OR "wb")? or perhaps..... More

Print this item

  Problem with my pong game code
Posted by: Than999 - Aug-28-2021, 04:12 PM - Forum: General Coding Help - Replies (8)

Hi, I am following a tutorial online: freecodecamp.org on Youtube. I am learning how to program a simple pong game in Python. However, when I go and..... More

Print this item

  can i had a cefpython3 to a labelframe
Posted by: razs - Aug-28-2021, 10:44 AM - Forum: GUI - Replies (25)

Im having some dificulties setting the browser window in a LabelFrame on the right, can someone help?

[python]from tkinter import *
from tkinter i..... More

Print this item

  Convert tkinter to pyqt
Posted by: razs - Aug-28-2021, 10:42 AM - Forum: GUI - Replies (6)

Hi all, is there a converter or something to pass a project in tkinter to pyqt?

I need a browser embed in the main window and only after finishing th..... More

Print this item

  File sorting by user-chosen category
Posted by: Bachelar - Aug-28-2021, 08:14 AM - Forum: General Coding Help - No Replies

Hi, y'all!
What I want to do is to sort epub files into category-based folders, I've got multiple categories and figured out a separator I'll put int..... More

Print this item

  logging vs print
Posted by: syafiq14 - Aug-28-2021, 04:26 AM - Forum: General Coding Help - Replies (2)

I'm learning to use logging in every project but, I'm starting to question the difference between logging.info vs print() they seem to have the same u..... More

Print this item

  If condition not met but still running
Posted by: CreeperBob16 - Aug-28-2021, 03:18 AM - Forum: General Coding Help - Replies (4)

I'm new to Python as a language but not coding as a whole, and I can't figure out why an if statement is running when the conditions aren't met. I'm t..... More

Print this item

  i think i need to use my own UTF-8 decoder code
Posted by: Skaperen - Aug-28-2021, 01:34 AM - Forum: News and Discussions - Replies (2)

i think i need to use my own UTF-8 decoder code:
[output]
lt2a/phil /home/phil 126> py tokenize_stdin.py <sfc.py|cut -c1-132|lineup >/dev/null
Trac..... More

Print this item

  Use Python to change a PHP file on my little webpage
Posted by: Pedroski55 - Aug-28-2021, 12:42 AM - Forum: General Coding Help - No Replies

On my little, simple webpage I have a PHP login system, because my boss needs a record of attendance from me.

At the moment, I need to change the t..... More

Print this item

  Handling interrupts in OOP
Posted by: Lou - Aug-27-2021, 10:50 PM - Forum: General Coding Help - Replies (2)

This is a project in process control. Originally a software simulator to keep my busy during long winter nights (two years ago). Over time the project..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Help with Serial.write in... 1 hour ago racingsubby Larz60+ General Codin...
  New to python and coding 1 hour ago lary_p lary_p Homework
  [Tkinter] I’m building a ... Yesterday, 09:52 tsgiannis tsgiannis GUI
  Backward compatibility qu... Yesterday, 05:07 yutaozhou Gribouillis News and Disc...
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [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
Most views
  The best Prog... 578842
  Tutorial Requ... 509873
  Web Scraping ... 441917
  Newbie with P... 385917
  New Users Int... 376157
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+ 12107
buran 8195
snippsat 7388
deanhystad 6907
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
kai_cow2710 Today
Kacper Yesterday
isla123456 Yesterday
vibrometro Yesterday
thebigback 11-10

User Panel Messages

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