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,937
» Latest member: AdrianCocian
» Forum threads: 38,722
» Forum posts: 175,510

Full Statistics

Online Users
There are currently 52 online users.
» 0 Member(s) | 44 Guest(s)
Google, Bing, AOL, Facebook

Latest Threads
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Yesterday, 07:55 PM
» Replies: 2
» Views: 399
403 Error
Forum: Web Scraping & Web Development
Last Post: CaptainNewb
Yesterday, 06:57 PM
» Replies: 10
» Views: 3,872
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Yesterday, 12:30 PM
» Replies: 1
» Views: 3,416
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Yesterday, 11:11 AM
» Replies: 4
» Views: 763
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,238
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,106
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,332
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,319
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,447
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,008

 
  Analysis
Posted by: tech93 - Sep-02-2021, 08:19 AM - Forum: Data Science - Replies (5)

Hi,

[1.1] “Appendix J: Multiple (Maximum and Range) Pooling Statistics in a Convolution Network” in the book, Understanding
Deep Learning. Downlo..... More

Print this item

  drawing random over the image
Posted by: jenya56 - Sep-02-2021, 12:45 AM - Forum: General Coding Help - No Replies

I am trying to draw randomly over the image. Image can be either .jpeg file or simple black background. Once the drawing is complete I need to save th..... More

Print this item

  Newbie have thoughts about logic
Posted by: sdd - Sep-01-2021, 10:20 PM - Forum: General Coding Help - Replies (32)

I have just started learning python and being a logical person and seeing this language with fresh new eyes I get curious about the logic in some of t..... More

Print this item

  Installed versions of Python
Posted by: SamHobbs - Sep-01-2021, 07:19 PM - Forum: General Coding Help - Replies (5)

I am new to Python. I have not been as methodical as I should about installing Python. I am interested in some guidance about the versions I have inst..... More

Print this item

  Problem with concurrent.futures.
Posted by: thunderspeed - Sep-01-2021, 04:32 PM - Forum: General Coding Help - Replies (3)

Hello everyone,

I'm trying to use:

with concurrent.futures.ProcessPoolExecutor() as executor:

but the code just keeps proceeding further befo..... More

Print this item

  twisted: catch return from sql
Posted by: wardancer84 - Sep-01-2021, 03:50 PM - Forum: General Coding Help - No Replies

hi all,

I got this function inside twisted...

[python]
@inlineCallbacks
def get_or_create_node_id(self,node_name):
try:
reco..... More

Print this item

  trace_add question
Posted by: DPaul - Sep-01-2021, 09:45 AM - Forum: GUI - Replies (7)

Hi,
I am working on an app that reads input into an entrybox, coming from a barcode reader .
I created the barcodes myself, and printed them out.
..... More

Print this item

  How do I use bounding box to locate a table in a pdf file?
Posted by: JaneTan - Sep-01-2021, 08:49 AM - Forum: Data Science - Replies (1)

I am completely new to bounding boxes. I only know bounding box can be used to locate objects.

So I am wondering if BB box can be used to locate a ..... More

Print this item

  Python Networkx: Visualize an edge weight with a bubble/circle
Posted by: uvw - Sep-01-2021, 06:26 AM - Forum: General Coding Help - No Replies

Hello

I am trying to plot a network in python using networkx. on the edges there should be circle or bubbles with sizes according to the weight of ..... More


Attached Files

Thumbnail(s)
   
Print this item

  Running A Loop Until You See A Particular Result
Posted by: knight2000 - Sep-01-2021, 06:23 AM - Forum: General Coding Help - Replies (6)

Hi guys,

I've been learning about rotating proxies and have found myself a little stuck and after many many hours have passed, I thought it was tim..... More

Print this item

  DSGE Models
Posted by: Scott - Aug-31-2021, 06:56 PM - Forum: Data Science - Replies (1)

Hi guys,

I am wanting to test some modelling approaches for forecasting some timeseries data. I have an LSTM and would like to compare it to a DSGE m..... More

Print this item

  Cython np.where slows down the code
Posted by: Johanoosterwaal - Aug-31-2021, 05:51 PM - Forum: General Coding Help - Replies (1)

Hi Everyone,

Working on rebuilding my code into Cython but during the rebuild i got stuck on a part of the code
and cannot seem to get it at Cyth..... More

Print this item

  list index out of range
Posted by: OliverG - Aug-31-2021, 05:13 PM - Forum: Homework - Replies (3)

The python code isnt working because the loop i think isnt doing the things in the right order. Been trying to fix this for 4hours and want to know wh..... More


Attached Files

.py   Summer coding project.py (Size: 914 bytes / Downloads: 388)
Print this item

  Checking for a recognized text in a Dataframe
Posted by: KDE - Aug-31-2021, 04:44 PM - Forum: Data Science - No Replies

I have a Recognition code to identify text written of trucks, i just have to add a dataframe in the same code in order to identify if it contains the ..... More


Attached Files

Thumbnail(s)
   
Print this item

  Packages inconsistent warning during hdbscan install
Posted by: Led_Zeppelin - Aug-31-2021, 04:10 PM - Forum: General Coding Help - No Replies

I tried to install hdbscan by the book so to speak. It gave me a warning.

[output]
Downloads>conda install -c conda-forge hdbscan
Collecting pa..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  what does % stand for in ... Yesterday, 19:55 arbiel arbiel General Codin...
  403 Error Yesterday, 18:57 CaptainNewb CaptainNewb Web Scraping ...
  Scraping a page with log ... Yesterday, 12:30 iamaghost Hershien Web Scraping ...
  C++ program embedding Pyt... Yesterday, 11:11 Alexandros Alexandros General Codin...
  [Tkinter] Too much space ... 09-17, 11:22 RonR RonR GUI
  datetime in SQL query. 09-17, 10:31 Dibbley Dibbley General Codin...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  real community 09-15, 20:16 decuser decuser News and Disc...
  variable changing types f... 09-15, 18:45 Azdaghost Gribouillis General Codin...
  looking for help 09-15, 17:03 Azdaghost Azdaghost Bar
  Seeking feedback: dynamic... 09-15, 15:28 Bona2000 Bona2000 General Codin...
Most views
  The best Prog... 576318
  Tutorial Requ... 498029
  Web Scraping ... 440236
  Newbie with P... 384085
  New Users Int... 366880
Most reputation
buran 581
snippsat 508
Larz60+ 452
Gribouillis 362
deanhystad 327
Most replies
  New Users Int... 451
  [book] Variou... 188
  CKEditor / Ri... 100
  moving from t... 95
  Free keys and... 91
Top posters
Larz60+ 12089
buran 8175
snippsat 7367
deanhystad 6891
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
AdrianCocian Today
humanoidAI Today
Baran12332 Yesterday
Hershien Yesterday
Diyaseating Yesterday

User Panel Messages

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