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,398
» Latest member: zasamueluniorz7349
» Forum threads: 38,825
» Forum posts: 176,036

Full Statistics

Online Users
There are currently 47 online users.
» 0 Member(s) | 38 Guest(s)
Bing, Google, Applebot, Facebook Dev, AOL

Latest Threads
Check if running from she...
Forum: General Coding Help
Last Post: noisefloor
7 hours ago
» Replies: 2
» Views: 133
Sorry Help
Forum: General Coding Help
Last Post: noisefloor
7 hours ago
» Replies: 2
» Views: 112
IP address for users
Forum: Networking
Last Post: DeaD_EyE
Yesterday, 08:02 PM
» Replies: 6
» Views: 7,180
Merge video with subtitle...
Forum: General Coding Help
Last Post: OtiliaGen
Yesterday, 07:58 AM
» Replies: 28
» Views: 15,645
Opencv findContours Q
Forum: General Coding Help
Last Post: Pedroski55
Dec-30-2025, 12:11 AM
» Replies: 1
» Views: 196
Struggles I Faced While E...
Forum: Code Review
Last Post: padma121
Dec-29-2025, 09:12 AM
» Replies: 1
» Views: 4,627
Willing to pay for help w...
Forum: General Coding Help
Last Post: noisefloor
Dec-29-2025, 08:37 AM
» Replies: 4
» Views: 282
Create dataframe from the...
Forum: Data Science
Last Post: OtiliaGen
Dec-29-2025, 07:27 AM
» Replies: 7
» Views: 3,640
How to Integrate External...
Forum: General Coding Help
Last Post: noisefloor
Dec-27-2025, 06:21 PM
» Replies: 1
» Views: 254
Calling python from anoth...
Forum: General Coding Help
Last Post: eedjsa
Dec-27-2025, 04:06 PM
» Replies: 9
» Views: 392

 
  I'd like to avoid using Net Use
Posted by: tester_V - Feb-19-2021, 08:17 AM - Forum: Networking - Replies (2)

Hi,
Is there any 'easy way' in Python to mount a drive with credentials without using 'NET USE'?
Or make or make windows remember credentials?
Than..... More

Print this item

  creating an object at another objects position
Posted by: gr3yali3n - Feb-19-2021, 06:13 AM - Forum: GUI - Replies (7)

i want to create a small block to be a 'laser' and fire it from the canvas image im using as a ship. i've already created a list to append to and a tt..... More

Print this item

  Help regarding geoJSON
Posted by: vicegb009 - Feb-19-2021, 05:35 AM - Forum: Homework - Replies (2)

Hi! I have a geoJSON file with 160 restaurant location within a city. I have to arrange some specific data sets into columns, e.g. restaurant name, re..... More

Print this item

  Nested if Statement help
Posted by: olliej - Feb-19-2021, 12:40 AM - Forum: General Coding Help - Replies (3)

Hello All,

I understand this is probably a very basic question but I would appreciate any help.

I am working on the logic for some code and crea..... More

Print this item

  Control Mouse and Keyboard Across the Country Without VNC on Target PC
Posted by: Khuber79 - Feb-18-2021, 10:17 PM - Forum: General Coding Help - Replies (5)

Would it be possible to code a piece of software to emulate a Bluetooth Keyboard and Mouse to control another computer from a different part of the wo..... More

Print this item

  If an element of a 'Split' is empty
Posted by: tester_V - Feb-18-2021, 09:47 PM - Forum: General Coding Help - Replies (6)

Hi,
I'm 'splitting' a string and if an 'empty element found I'm trying replacing it with an "EMPTY ELEMENT"
Code:
[python]
import os
l_f = 'ELEM..... More

Print this item

  tkinter -- after() method and return from function -- (python 3)
Posted by: Nick_tkinter - Feb-18-2021, 08:23 PM - Forum: GUI - Replies (12)

Hello.I have 2 problems with my GUI. First of all I have 2 files ,one named GUI_password.py and the other one GUI_main.py.
Code of GUI_password.py be..... More

Print this item

  Help with SQLITE DB
Posted by: Tuxedo - Feb-18-2021, 07:28 PM - Forum: Data Science - Replies (5)

I have a two part question. I've created a DB via SQLITE containing personal financial transactions consisting of transaction date, amount, descripti..... More

Print this item

  Overwhelmed with error message using pandas drop()
Posted by: EmmaRaponi - Feb-18-2021, 06:26 PM - Forum: General Coding Help - Replies (1)

Dear Forum,

I just loaded pandas and am overwhelmed by error messages. I using an input file (type CSV) which contains the following columns: repo..... More

Print this item

  python delay without interrupt the whole code
Posted by: Nick_tkinter - Feb-18-2021, 06:00 PM - Forum: General Coding Help - Replies (4)

Hello.I have the following function:
[python]from threading import Timer
a = 0
def TaskManager():
global a
t = Timer( 1, TaskManager )
..... More

Print this item

Exclamation binwalk Win32 compile
Posted by: hackstunt - Feb-18-2021, 05:17 PM - Forum: General Coding Help - Replies (2)

hi! Cool

i'm currently in a particular situation where cannot use python directly on Windows (but only on Android 9.0 Pie ARMv8 [Motorola E6 Pl..... More

Print this item

  DJANGO Looping Through Context Variable with specific data
Posted by: Taz - Feb-18-2021, 03:52 PM - Forum: Web Scraping & Web Development - No Replies

Hey there everybody! I am trying to return the number of threads and posts that belong to that specific forum. The structure is like this: Category ->..... More

Print this item

  matplotlib x-axis wrong order
Posted by: SchroedingersLion - Feb-18-2021, 03:50 PM - Forum: General Coding Help - Replies (4)

Greetings!

I would like to create a simple 2D plot of 270 data points.
[python]
batchnrs = list(range(0,135))*2
plt.plot(batchnrs, loss_per_batch, l..... More

Print this item

  How to get registeration data from a website that uses .aspx? Help me brothers.
Posted by: humble_coder - Feb-18-2021, 03:37 PM - Forum: Web Scraping & Web Development - Replies (1)

The website I am trying to get data from is https://indiapostgdsonline.in/gdsonlinec...orgot.aspx

Help me brothers if you can, thanks in adva..... More

Print this item

  Web Scraping
Posted by: ti82 - Feb-18-2021, 03:03 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi folks,

This is my first time posting so apologies if there is any errors. I currently have a file with a list of URLs, and I am trying to create..... More

Print this item

  How to keep the process alive?
Posted by: maiya - Feb-18-2021, 02:57 PM - Forum: General Coding Help - Replies (2)

Hi All,

I wanted to keep the process alive while opening a process using subprocess and keep firing the commands and read its output throughout the..... More

Print this item

  NameError. Please Help
Posted by: yusifahmadov - Feb-18-2021, 01:40 PM - Forum: General Coding Help - Replies (1)

[python]

import sqlite3
con=sqlite3.connect("contactbook.db")
cursor=con.cursor()

def add_contact(group,first_name,last_name,title,mobile):
..... More

Print this item

  Conditional RegEx
Posted by: pprod - Feb-18-2021, 01:14 PM - Forum: General Coding Help - Replies (2)

Hi,
I'd like the RegExs below to output 'NULL' when they don't find a match but I haven't figured out how to do this. I'd like to do this so that whe..... More

Print this item

  BST insert using recursive
Posted by: hichipi12 - Feb-18-2021, 12:55 PM - Forum: General Coding Help - Replies (5)

I am working on implementing an insert function in BST. When I print out the bst out, there are two true and two false. It supposed to be all true. I ..... More

Print this item

  Flying a Tello Drone via Node-Red Dashboard
Posted by: G_rizzle - Feb-18-2021, 11:32 AM - Forum: GUI - Replies (1)

hello,

as a university project I am thinking about buying a Tello Drone and flying it via a Node-Red Dashboard. I have already found a module in th..... More

Print this item

Star Convert Bytearray into List using list()
Posted by: Shlok - Feb-18-2021, 09:10 AM - Forum: General Coding Help - Replies (2)

Following is code for creating list from bytearray with proper indexing using list:
P.S.: Code can be small but I have [b]inserted debug stat..... More

Print this item

  Python Matplotlib: Create chart for every 4 columns in Excel file
Posted by: JaneTan - Feb-18-2021, 04:01 AM - Forum: General Coding Help - Replies (2)

Hi

I want to loop through every 4 columns in an Excel file and create line charts in a pdf file.

There is no upload function for me to show my E..... More

Print this item

  issue with Tabula-py, pyinstaller and java
Posted by: maurom82 - Feb-17-2021, 10:16 PM - Forum: General Coding Help - Replies (2)

Hi guys,
I hope someone can help me.
I wrote a code that reads a pdf page after page, with a cycle, by using tabula-py.
Code works properly, and al..... More

Print this item

  Killer features/libraries of various languages
Posted by: nilamo - Feb-17-2021, 10:08 PM - Forum: Bar - Replies (8)

What's a strong reason to use a particular language? For python, there's a strong argument for ML (pyTorch, TensorFlow, etc), or scipy/numpy. Either..... More

Print this item

  Hosmer-Lemeshow test in logistic regression
Posted by: Ninax - Feb-17-2021, 08:48 PM - Forum: Data Science - Replies (1)

Hello all,

I would like to apply the Hosmer-Lemeshow test to a logistic regression model.
However, I am a complete Phython newbie. Apparently ther..... More

Print this item

  Sorting problem
Posted by: deanhystad - Feb-17-2021, 08:05 PM - Forum: General Coding Help - Replies (2)

I am trying to sort by dependency. I get the feeling this is a solved problem, so before digging in I thought I'd ask here if anyone can point me at ..... More

Print this item

  reading a csv file
Posted by: Led_Zeppelin - Feb-17-2021, 05:59 PM - Forum: General Coding Help - Replies (3)

[code]
import csv
import pickle
import logging
import numpy as np
from sklearn.svm import SVR

logging.basicConfig(level=logging.INFO)
logger ..... More

Print this item

Shocked An array "mystery": The same array, the same operations but different outcomes
Posted by: mewss - Feb-17-2021, 05:30 PM - Forum: General Coding Help - Replies (3)

I wrote the following code, where two identical arrays h and h1 are defined in different ways.
Then I produce the same operations on them and print th..... More

Print this item

  Can you give me some advices to create a Web GUI for Python?
Posted by: TurboC - Feb-17-2021, 04:25 PM - Forum: News and Discussions - Replies (3)

I don't know how can I explain, except Python I don't know other programming languages, but just to give you an idea, I want to create a web GUI, and ..... More

Print this item

  PyInstaller Executable Does Nothing
Posted by: pdihawk - Feb-17-2021, 03:48 PM - Forum: General Coding Help - Replies (18)

I have read through and tried a bunch of different How-tos on using PyInstaller to turn my python script into an executable but everything I have trie..... More

Print this item

  Gaussian Curve Fit using Scipy ODR
Posted by: 83dons - Feb-17-2021, 12:03 PM - Forum: Data Science - Replies (1)

I am trying to plot a simple curve in Python using matplotlib with a Gaussian fit which has both x and y errors. The best fit curve should take into a..... More

Print this item

  problems to install PYZO
Posted by: chris1 - Feb-17-2021, 11:32 AM - Forum: News and Discussions - Replies (6)

Hello
I use Python 3.9 on Windows 10 with IDLE without any problem.
I would like to test PYZO and I installed it in the same directory as Python...... More

Print this item

  For loops & DataFrames
Posted by: pprod - Feb-17-2021, 10:54 AM - Forum: General Coding Help - Replies (5)

I'm running RegExs on a 13-page PDF file in a Jyputer notebook and I want to display the result in a DataFrame. However, when I execute the code below..... More

Print this item

  Pygame attribute error
Posted by: djwilson0495 - Feb-17-2021, 10:02 AM - Forum: Game Development - Replies (3)

I'm trying to get a pygame window with a grid of stars. Here's my code:

[python]
import sys

import pygame # contains functionality to make a ..... More

Print this item

  KafkaUtils module not found on spark 3 pyspark
Posted by: aupres - Feb-17-2021, 07:09 AM - Forum: General Coding Help - Replies (2)

I use hadoop 3.3.0 and spark 3.0.1-bin-hadoop3.2. And my python ide is eclipse version 2020-12. I try to develop python application with KafkaUtils py..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Check if running from she... 7 hours ago rjdegraff42 noisefloor General Codin...
  Sorry Help 7 hours ago BioNanoTech noisefloor General Codin...
  IP address for users Yesterday, 20:02 Robots DeaD_EyE Networking
  Merge video with subtitle... Yesterday, 07:58 Pavel_47 OtiliaGen General Codin...
  Opencv findContours Q 12-30, 00:11 jogl Pedroski55 General Codin...
  Struggles I Faced While E... 12-29, 09:12 baffa_dbt padma121 Code Review
  Willing to pay for help w... 12-29, 08:37 braillescribe noisefloor General Codin...
  Create dataframe from the... 12-29, 07:27 Calab OtiliaGen Data Science
  How to Integrate External... 12-27, 18:21 finallen321 noisefloor General Codin...
  Calling python from anoth... 12-27, 16:06 eedjsa eedjsa General Codin...
  Lottery generator (beginn... 12-27, 01:10 Hullari Pedroski55 General Codin...
Most views
  The best Prog... 580481
  Tutorial Requ... 520068
  Web Scraping ... 442797
  Newbie with P... 387016
  New Users Int... 386806
Most reputation
buran 581
snippsat 511
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+ 12117
buran 8198
snippsat 7398
deanhystad 6920
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
zasamueluniorz7349 Today
BioNanoTech Today
CarlApome Yesterday
cruisesfares 12-30
azam 12-30

User Panel Messages

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