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,932
» Latest member: Dibbley
» Forum threads: 38,721
» Forum posts: 175,507

Full Statistics

Online Users
There are currently 50 online users.
» 2 Member(s) | 38 Guest(s)
Bing, Google, AOL, AOL, Mojeek, Internet Archive, Facebook, snippsat, Dibbley

Latest Threads
Too much space between gr...
Forum: GUI
Last Post: RonR
2 hours ago
» Replies: 4
» Views: 1,026
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
3 hours ago
» Replies: 3
» Views: 51
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Yesterday, 07:07 AM
» Replies: 1
» Views: 437
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-15-2025, 08:58 PM
» Replies: 8
» Views: 2,617
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 1,613
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 528
looking for help
Forum: Bar
Last Post: Azdaghost
Sep-15-2025, 05:03 PM
» Replies: 0
» Views: 164
Seeking feedback: dynamic...
Forum: General Coding Help
Last Post: Bona2000
Sep-15-2025, 03:28 PM
» Replies: 7
» Views: 3,036
Select Python comment (#)...
Forum: General Coding Help
Last Post: Pedroski55
Sep-14-2025, 11:27 PM
» Replies: 6
» Views: 1,268
data input while debuggin...
Forum: General Coding Help
Last Post: deanhystad
Sep-14-2025, 03:32 PM
» Replies: 2
» Views: 947

 
  Web development noobs questions
Posted by: mark - Jun-07-2022, 05:02 PM - Forum: Web Scraping & Web Development - Replies (1)

A few years ago I started with python, but only with client applications.
Now, I want to start with web apps.

I have a lot of knowledge in web-sc..... More

Print this item

  1st layer tf.keras output shape set at multiple - need help!
Posted by: Afrodizzyjack - Jun-07-2022, 04:53 PM - Forum: Data Science - No Replies

Hello all,

The output shape of my first layer when calling model.summary() comes out as "multiple". I'm pretty sure this means that I have multiple..... More

Print this item

  Python Tunnel
Posted by: martinmistere - Jun-07-2022, 03:05 PM - Forum: General Coding Help - No Replies

Ciao,
I've been able, thanks to your support to realize an ssh connection...now what I want to do is, once I've done the connection to the first mach..... More

Print this item

  super multiple parallel classes
Posted by: catlessness - Jun-07-2022, 01:46 PM - Forum: General Coding Help - Replies (2)

[python]
class a():
def __init__(self):
print('this is a')

class b():
def __init__(self):
print('this is b')

class ..... More

Print this item

  Installing and Using Seaborn
Posted by: Led_Zeppelin - Jun-06-2022, 08:35 PM - Forum: General Coding Help - Replies (4)

I am on Windows 10 with professional edition. I have tried to install seaborn several times. It installs.

But in a program when I have a line that ..... More

Print this item

  [Solved]How to check if row is selected and grab Name from row
Posted by: Extra - Jun-06-2022, 08:14 PM - Forum: GUI - Replies (6)

Hello,

I'm trying to get the Item Name from the currently selected row. I'm also trying to make an if statement that checks to make sure a row is s..... More

Print this item

  How can I add reset button?
Posted by: andrex353 - Jun-06-2022, 06:12 PM - Forum: GUI - Replies (2)

I need to add a reset button/option. Can someone help me?

[python]
import random
import time
from tkinter import Tk, Button, DISABLED, messagebo..... More


Attached Files

.py   non.py (Size: 1.81 KB / Downloads: 317)
Print this item

  why is this not working
Posted by: Mawixy - Jun-06-2022, 03:50 PM - Forum: General Coding Help - Replies (1)

[python]def cos(x):
while x<=0:
print("Podaj prawidłową liczbę\n")
x = int(input("Podaj liczbę większą od zera różną od 0\n")
..... More

Print this item

  Problem in formulating append logic
Posted by: shantanu97 - Jun-06-2022, 02:29 PM - Forum: General Coding Help - Replies (1)

I have a SQL Server table where 3 entries are present. I am passing these values one by one to an API function(Main) and getting Magnetic Declination(..... More

Print this item

  Open a dos shell for ssh command
Posted by: martinmistere - Jun-06-2022, 02:22 PM - Forum: General Coding Help - Replies (6)

Ciao, which is the istruction that allows to open a dos shell in which I can eventually send ssh commands?


EDIT:

with the command os.system("cmd ..... More

Print this item

  Initializing a PRINTDLG structure-how to
Posted by: hammer - Jun-06-2022, 11:48 AM - Forum: General Coding Help - Replies (4)

I am trying to find documentation (in python) on how to initialize windows PRINTDLG and pass the structure to PrintDlg.
Thanks for any help.

Print this item

  Flask: editing a submitted form
Posted by: test - Jun-06-2022, 04:40 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi!
I am making a form which has a many fields. Some are radio buttons and dropdowns. Once i store the value of the input in my database, how can i ma..... More

Print this item

  Understanding parentage in environment diagrams
Posted by: Clunk_Head - Jun-05-2022, 11:02 PM - Forum: General Coding Help - Replies (1)

I'm confused about defining the parent of a function as the frame in which the function is defined as it pertains to a HOF that defines a function and..... More

Print this item

  compiling but not running source code
Posted by: Skaperen - Jun-05-2022, 10:17 PM - Forum: News and Discussions - Replies (1)

if it's a function i can just run the "python3" command on that source file and i will get a failure and a message if there is a syntax error. but fo..... More

Print this item

  Update old Python version because of security threads
Posted by: SanderV - Jun-05-2022, 09:40 PM - Forum: General Coding Help - Replies (2)

Hello,

I am an IT System Engineer. IT Security department asked me to update all old Python versions on our PC's because of security threads.
The ..... More


Attached Files

Thumbnail(s)
   
Print this item

  Multiplication Table code
Posted by: alexsendlegames100 - Jun-05-2022, 08:36 PM - Forum: General Coding Help - Replies (3)

Hello guys I need some help with my code.
I tried to do a multiplication table.
But I have no idea how do I move a table from the bottom to the side..... More


Attached Files

Thumbnail(s)
       
Print this item

  Help with Integration Pandas excel - Python
Posted by: Gegemendes - Jun-05-2022, 05:23 PM - Forum: General Coding Help - Replies (5)

I'm fascinated with the programming area and yesterday I started to study Python on Youtube.

I started to make a video class, I had some setbacks, ..... More


Attached Files

Thumbnail(s)
       
Print this item

Sad Python help
Posted by: cagueca - Jun-05-2022, 01:59 PM - Forum: General Coding Help - No Replies

Hello :

im new to python and i need a bit of help ..

im trying to build one password finder but im stuck .

Here is the code i have .

* proble..... More

Print this item

  Returning to coding after >1 year
Posted by: micseydel - Jun-05-2022, 12:59 PM - Forum: News and Discussions - Replies (8)

I posted to the mods forum recently about returning after my long break but thought I'd post here too. I took a break from the forum because of mental..... More

Print this item

Star Infinity loop
Posted by: edek121 - Jun-05-2022, 12:47 PM - Forum: General Coding Help - No Replies

Hello.

Good morning everyone :)

I warn you in advance that this is just the beginning of my adventure with "programming", so I ask for understandin..... More

Print this item

  Headfirst Python Exercise
Posted by: GeorgeSears - Jun-05-2022, 10:27 AM - Forum: General Coding Help - Replies (3)

Hi guys, I have a question. I'm currently working my way through the Headfirst Python book. And there is an exercise where you create an app based a..... More

Print this item

  How do loop over curl and 'put' different values in API call?
Posted by: onenessboy - Jun-05-2022, 05:24 AM - Forum: General Coding Help - No Replies

Hi

Objective: How to loop through over curl statement and 'put' key and value into curl put statement

Input: This is my sql query output in json..... More

Print this item

  [solved thanks]hey need help for jupyter
Posted by: irisislearning - Jun-05-2022, 01:42 AM - Forum: General Coding Help - Replies (1)

i’m working with jupyter in anaconda lab.
arithmetic operation doesn’t work after i assign value to parameters.
e.g.
when i input :
`
(12-10)/1..... More

Print this item

  supported backslash escapes
Posted by: Skaperen - Jun-05-2022, 12:02 AM - Forum: News and Discussions - Replies (8)

in this:

Output:
>>> repr('\n') "'\\n'" >>> repr('\b') "'\\x08'" >>>
you can used either backslash escape in source code but [inlin..... More

Print this item

  Regex higher IR library
Posted by: DreamingInsanity - Jun-04-2022, 11:37 PM - Forum: General Coding Help - Replies (6)

Before I delve into making my own module, I was wondering if there already exists a regex higher IR (intermediary representation) of regex tokens for ..... More

Print this item

  space–time correlations
Posted by: MMAS - Jun-04-2022, 11:35 PM - Forum: Data Science - Replies (2)

Is their any library in python to calculate space time correlation function.

Print this item

  Django: Adding Row Data To Existing Model Instance Question/Problem.
Posted by: Steven_Pinkerton - Jun-04-2022, 12:25 PM - Forum: General Coding Help - Replies (1)

Hello. So my problem is quite simple and I suspect the answer is also quite simple. I'm doing a project in Django and I've a Database with three model..... More

Print this item

  Pyinstaller error
Posted by: amdi40 - Jun-04-2022, 09:10 AM - Forum: General Coding Help - Replies (7)

Hello, I have created a program for which I want to create an exe. file for.
But I keep getting an error, and I have no clue how to fix it.
The pro..... More

Print this item

  Python code keeps duplicating information - OOP ( Could be related to shallow copy? )
Posted by: ben1122 - Jun-04-2022, 08:33 AM - Forum: Homework - Replies (1)

never mind, asked a friend.

Print this item

  Code lines implementation
Posted by: mirjam - Jun-04-2022, 08:01 AM - Forum: Homework - Replies (2)

Hi,

I am kindly asking to help me with the implementation of each line of the following python code. Thank you very much.

[python]
sum = 0
for..... More

Print this item

  Sorting numerical values provided by QAbstractTableModel
Posted by: BigMan - Jun-04-2022, 12:32 AM - Forum: General Coding Help - No Replies

Hi,

I have subclassed QAbstractTableModel, and overwrote its data method like this:
[python]
def data(self, index, role):
if role ==..... More

Print this item

  front-end js and back-end python
Posted by: 3lnyn0 - Jun-03-2022, 08:49 PM - Forum: General Coding Help - No Replies

Hi!
Can you guide me how can I link pycharm with intellij?

I worked at an app for an interview, I made the back-end part in pycharm with python and f..... More

Print this item

  Post request not saving in DRF
Posted by: Dexty - Jun-03-2022, 12:35 PM - Forum: Web Scraping & Web Development - No Replies

Anytime I try to post a request in Django-Rest-Framework view, it returns an empty array. This looks like a DRF issue and not a Django one but I don't..... More

Print this item

  any cron job equivalent in windows
Posted by: saisankalpj - Jun-03-2022, 12:13 PM - Forum: Web Scraping & Web Development - Replies (2)

I am implementing cron job in django to schedule a task.But when i run the command ,

python manage.py crontab add
, I am getting the er..... More

Print this item

  All product links to products on a website
Posted by: MarionStorm - Jun-02-2022, 11:17 PM - Forum: Web Scraping & Web Development - No Replies

Hello,

would like to scrape all product links from the website www.otto.de. Is this possible?
So not only the links on the page you are on, but al..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  [Tkinter] Too much space ... 2 hours ago RonR RonR GUI
  datetime in SQL query. 3 hours ago Dibbley Dibbley General Codin...
  Another app idea - intera... Yesterday, 07:07 decuser Lenowell News and Disc...
  403 Error 09-15, 20:58 CaptainNewb snippsat Web Scraping ...
  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...
  Select Python comment (#)... 09-14, 23:27 SpongeB0B Pedroski55 General Codin...
  data input while debuggin... 09-14, 15:32 fred1232 deanhystad General Codin...
  New to Python and Pygame 09-14, 11:25 JMcM JMcM Game Developm...
Most views
  The best Prog... 575893
  Tutorial Requ... 497261
  Web Scraping ... 439878
  Newbie with P... 383606
  New Users Int... 365764
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+ 12088
buran 8174
snippsat 7367
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
Dibbley Today
XenonBlack Yesterday
Lenowell Yesterday
luisshulez6883 09-15
KennedyRichadGuerra 09-15

User Panel Messages

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