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,940
» Latest member: Littlefish
» Forum threads: 38,723
» Forum posts: 175,516

Full Statistics

Online Users
There are currently 61 online users.
» 1 Member(s) | 54 Guest(s)
Applebot, AOL, Bing, Google, AOL, kshahzad1985

Latest Threads
A coding beginner needs h...
Forum: General Coding Help
Last Post: paul18fr
9 hours ago
» Replies: 1
» Views: 251
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Today, 04:48 AM
» Replies: 8
» Views: 396
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,594
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 967
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,316
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,856
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,638
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,737
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,921
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 1,469

 
  Using pip correctly in Windows and Mac
Posted by: bytecrunch - Feb-19-2021, 01:31 PM - Forum: General Coding Help - Replies (4)

Hello Forum,
I would like to see if anyone could confirm which command prompt instructions are correct as far as using pip when installing modules or..... More

Print this item

  Invalid syntax error - need help fixing
Posted by: calgk01 - Feb-19-2021, 11:05 AM - Forum: General Coding Help - Replies (3)

[python]j = 0
while j < 36:
A[j] = (0.04*(x[j]**2))+(0.04*(y[j]**2))
print(type(A))
B[j] = (x[j]**2)+(y[j]**2)
..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  A coding beginner needs h... 9 hours ago Littlefish paul18fr General Codin...
  Using a For Loop to subtr... Today, 04:48 Anunderling deanhystad General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  C++ program embedding Pyt... 09-19, 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...
  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... 576607
  Tutorial Requ... 498627
  Web Scraping ... 440458
  Newbie with P... 384376
  New Users Int... 367642
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+ 12087
buran 8175
snippsat 7368
deanhystad 6893
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 6
buran 3
Newest members
Littlefish Today
Noya_Yonatan Yesterday
Saipython555 Yesterday
Anunderling Yesterday
Monir Yesterday

User Panel Messages

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