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,614
» Latest member: Clement20
» Forum threads: 38,670
» Forum posts: 175,257

Full Statistics

Online Users
There are currently 205 online users.
» 1 Member(s) | 201 Guest(s)
Google, Bing, Baidu, yukitsunoda

Latest Threads
I need a specialist in Et...
Forum: General Coding Help
Last Post: yukitsunoda
4 minutes ago
» Replies: 0
» Views: 4
auto applying for jobs
Forum: General Coding Help
Last Post: noisefloor
5 hours ago
» Replies: 2
» Views: 120
please help with image re...
Forum: General Coding Help
Last Post: magnus28
Yesterday, 03:14 PM
» Replies: 5
» Views: 174
passing value from tkinte...
Forum: GUI
Last Post: deanhystad
Yesterday, 12:39 PM
» Replies: 4
» Views: 152
Gmpy2 Newbie Working on P...
Forum: General Coding Help
Last Post: SofiaJone
Yesterday, 06:39 AM
» Replies: 8
» Views: 2,727
Create bot to automate op...
Forum: General Coding Help
Last Post: liberwicca
Jul-25-2025, 11:26 PM
» Replies: 1
» Views: 23,577
How to use a proxy when w...
Forum: Web Scraping & Web Development
Last Post: Jemercyli
Jul-25-2025, 04:02 PM
» Replies: 1
» Views: 3,101
Key Logger
Forum: Homework
Last Post: Novaboxxx
Jul-25-2025, 02:42 AM
» Replies: 0
» Views: 101
How to Create Swagger/Ope...
Forum: Web Scraping & Web Development
Last Post: amandaevans
Jul-24-2025, 05:47 PM
» Replies: 6
» Views: 6,465
veri kazıma
Forum: Web Scraping & Web Development
Last Post: DeaD_EyE
Jul-24-2025, 07:30 AM
» Replies: 11
» Views: 419

 
  Stock clustering and portfolio diversification. Suitable features.
Posted by: timurkanaz - Mar-26-2024, 08:42 PM - Forum: Data Science - Replies (1)

Hi. I want to conduct a research. I want to cluster stocks and then make a safe diversified portfolio. I want to work with annual data. From price dat..... More

Print this item

Thumbs Up Sorting Steps
Posted by: MoreMoney - Mar-26-2024, 02:09 PM - Forum: General Coding Help - Replies (19)

I'm trying to make the output on the code
[python]input_str = input("Enter Frogs: ") # User types 5 1 3 4 2 <enter>. Do not type the zero.
frog_list..... More

Print this item

  Error (Errno 2), File upload with the Flask framework and a public IP
Posted by: Username_Python1 - Mar-26-2024, 11:48 AM - Forum: General Coding Help - No Replies

Hello everyone,

I would like to use the Flask framework to make a file upload over the internet. Locally over my home network and the localhost, th..... More

Print this item

  Compare current date on calendar with date format file name
Posted by: Fioravanti - Mar-25-2024, 08:40 PM - Forum: General Coding Help - Replies (1)

Good afternoon.

I'm new to the world of Python, I don't have any knowledge, but I have a challenge.

I have some images in a folder, where the na..... More

Print this item

  Help needed with img scraping script
Posted by: daajax - Mar-25-2024, 08:07 PM - Forum: Web Scraping & Web Development - Replies (1)

I am attempting to put together a lightweight script that will simply scrape a url for 1x1 images or transparent images and store the results and img ..... More

Print this item

  Can't load plugin: sqlalchemy.dialects:postgresql
Posted by: magomes - Mar-25-2024, 07:29 PM - Forum: Homework - Replies (3)

Can't load plugin: sqlalchemy.dialects:postgresql .......
This my code:

[python]import sqlalchemy as s
import psycopg2 as p

eng = s.engine.c..... More

Print this item

  Is CTkDesigner worth the price?
Posted by: Edward_ - Mar-25-2024, 04:41 PM - Forum: GUI - Replies (5)

Is anyone using the CTkDesigner GUI designer app?

Is it worth the $20 minimum price? No trial period.
..... More

Print this item

  If a set element has digits in the element
Posted by: tester_V - Mar-25-2024, 04:34 AM - Forum: General Coding Help - Replies (3)

Good evening!
I'm trying to find if an element of a set has a digit/digits as a part of an element.
I'm using ".isdigit" but it does not work...
I ..... More

Print this item

  MemoryError in pywinauto.findwindows.find_windows – Need Help!
Posted by: ktw3857 - Mar-25-2024, 02:23 AM - Forum: General Coding Help - Replies (1)

Hello everyone,

I've developed a Python application and distributed it to users.
Most of them are not experiencing any issues, but on some users' ..... More

Print this item

  How to find contents of file?
Posted by: sawtooth500 - Mar-25-2024, 02:17 AM - Forum: Bar - No Replies

So take a look at:

https://www.youtube.com/watch?v=jcTmFfTx2DU

This is a screen recording of a day trading software platform called DAS Trader o..... More

Print this item

  Dataframe copy warning
Posted by: sawtooth500 - Mar-25-2024, 01:06 AM - Forum: General Coding Help - Replies (4)

So I get a dataframe, which I call 'df' into python by loading it from an excel file -

Next I create a new df, which I call 'tempdf', but using bo..... More

Print this item

  Python sympy problem for symbolic equation definition
Posted by: joellapointe_engineering - Mar-24-2024, 11:09 PM - Forum: Data Science - No Replies

I have a problem forming a symbolic equation with the sympy command "sp.Eq()".I have an Excel sheet with equations formed by concatenation of cells as..... More

Print this item

  How to add multi-line comment section?
Posted by: Winfried - Mar-24-2024, 01:27 PM - Forum: General Coding Help - Replies (2)

Edit (since this forum doesn't support deleting a thread): My mistake. After using the (shift+)TAB keys, the script runs. Guess there were useless TAB..... More

Print this item

  Problem with "from pynput"
Posted by: LFreitas - Mar-24-2024, 01:16 AM - Forum: General Coding Help - Replies (1)

Hi everyone.

I found a website with some basic projects from Cybersecurity. The first one is a keylogger. I'm using the following code:


[pytho..... More

Print this item

  Forcing matplotlib to NOT use scientific notation when graphing
Posted by: sawtooth500 - Mar-23-2024, 10:55 PM - Forum: General Coding Help - Replies (4)

I have a dataset that I'm importing from a CSV into a dataframe in python. I need to make a simple line graph out of it.

Here is my code:

[pyth..... More

Print this item

  I'm getting a NameError: ...not defined.
Posted by: vonArre - Mar-23-2024, 09:33 PM - Forum: General Coding Help - Replies (2)

Hi, I'm getting a "NameError: name 'name' is not defined" error when running my new test code. It's my first day of using Visual Studio Code with Pyth..... More

Print this item

  [Numpy] How to store different data type in one numpy array?
Posted by: water - Mar-23-2024, 08:40 PM - Forum: Data Science - Replies (7)

I want to store different data type in on numpy array,

b = np.array([['2024-03-22', 71.0, 'ceh'], ['2024-03-23', 63.0, 'abc']])
..... More

Print this item

  OSError occurs in Linux.
Posted by: anna17 - Mar-23-2024, 08:25 PM - Forum: General Coding Help - Replies (2)

Hello.
OSError occurs in Linux.

In Linux, OSError occurs.
What bug occurs in Linux in the code below?
Please Help me.

import subprocess
impo..... More

Print this item

  In Console,Python
Posted by: anna17 - Mar-23-2024, 08:22 PM - Forum: General Coding Help - No Replies

Hello.
In Console, Python.
Please check the attached image file.

İmage


import subprocess
import os
import ..... More


Attached Files

Thumbnail(s)
   
Print this item

Photo image error
Posted by: pyc0de - Mar-23-2024, 03:19 PM - Forum: General Coding Help - Replies (2)

hi im new to python and I'm having trouble getting this code to run. Instead I get this error, in tkinter . I'm using visual studio 2022 and I'm tryin..... More

Print this item

  Tkinter & Canvas
Posted by: Peter_Emp1 - Mar-23-2024, 12:12 PM - Forum: General Coding Help - Replies (5)

Hello, everyone!

I'm trying to create several tk.Canvas() for each ttk.Frame() to display different figures and images on my TabWidget (ttk.Notebook)..... More

Print this item

  delivery exe without source code py
Posted by: loky62 - Mar-23-2024, 11:59 AM - Forum: General Coding Help - Replies (2)

Hi everyone, I'm new to Python but I program using visual studio c#.

How do I deliver to my customer an exe of a python/streamlit script with every..... More

Print this item

  Excel iterations and restrictions
Posted by: marialage98 - Mar-23-2024, 11:38 AM - Forum: Data Science - No Replies

Hello, i have an excel file that has columns with circular references. And i want to use python to apply restrictons to those columns.
I have a colum..... More

Print this item

Question Frog Puzzle Random To Custom
Posted by: MoreMoney - Mar-23-2024, 10:33 AM - Forum: General Coding Help - Replies (4)

I just want to make the input to custom number instead of randomized number ie i want my code to sort this [0,5,1,3,4,2] instead of randomized number,..... More

Print this item

  [split] Google SEO enabled url
Posted by: Franc90 - Mar-22-2024, 10:26 PM - Forum: Bar - Replies (2)

Can you please tell me how long it takes for a young site to get noticed? I've been running a sports blog for three months now, but the traffic is ver..... More

Print this item

  How to solve this problem Python configuration?
Posted by: magomes - Mar-22-2024, 05:42 PM - Forum: Homework - Replies (5)

This error.
SyntaxError: Non-UTF-8 code starting with '\xe3' in file D:\Projetos\M74Chat\M74Chat\config.py on line 4, but no encoding decared;
see ..... More

Print this item

Question Missing parts of Code
Posted by: Felipe1991_GVT - Mar-22-2024, 04:58 PM - Forum: General Coding Help - Replies (3)

[python]def distribute_notes(withdrawal_amount):
# List of available notes in the ATM
available_notes_at_atm = [200, 100, 50, 20, 10]
#..... More

Print this item

  Installing Github-programs
Posted by: AudunNilsen - Mar-22-2024, 03:23 PM - Forum: General Coding Help - Replies (1)

Hi

Complete noob here.

I downloaded Tkinter Designer, and there was no exe there.

I have a compiler, and I´ve used that to run scripts.

D..... More

Print this item

  Unable to convert browser generated xml to parse in BeautifulSoup
Posted by: Nik1811 - Mar-22-2024, 01:37 PM - Forum: Web Scraping & Web Development - No Replies

I'm trying to read the below xml generated in a browser using Beautifulsoup:

<?xml version='1.0' encoding='UTF-8'?><IM415 xmlns="http://www.ros.ie/..... More

Print this item

Question Coding upgrade
Posted by: MoreMoney - Mar-22-2024, 12:48 PM - Forum: Homework - Replies (4)

minimize frog steps as possible, trying to minimize and efficient the frog step.
The rule is given the last step 0 must be at most left, then big num..... More

Print this item

  Script does not work on Linux server
Posted by: scrapemasta - Mar-22-2024, 11:07 AM - Forum: Web Scraping & Web Development - No Replies

Hello there,

First of all, I am not an expert for Python, but I rather learned it AD HOC. Namely, I have a script that scrapes name, sizes and pri..... More

Print this item

  view option in Django
Posted by: Sowmya - Mar-22-2024, 10:54 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi all
I am creating a django project . I have 3 html pages
Index.html - it contains form
result.html - it will display a report when i click on su..... More

Print this item

  context Django
Posted by: Sowmya - Mar-22-2024, 10:47 AM - Forum: Web Scraping & Web Development - Replies (4)

Hi all
I have 3 html pages
index.html - It contains form
result.html - when you click on submit in index.html it will display result.html page in t..... More

Print this item

  Copy xml content from webpage and save to locally without special characters
Posted by: Nik1811 - Mar-21-2024, 03:45 PM - Forum: General Coding Help - Replies (14)

I land up in a .xml webpage which is created based on my earlier inputs(<//aep2/xml/trace/NIK243164_AI_14652732.xml>). I want to read the entire conte..... More

Print this item

  Decoding lat/long in file name
Posted by: johnmcd - Mar-21-2024, 03:29 PM - Forum: General Coding Help - Replies (4)

Hi,

I'm something of a novice Python programmer so please bear with me. OpenStreetMaps uses a 'shortlink' protocol to create file names from lat/lo..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  I need a specialist in Et... 4 minutes ago yukitsunoda yukitsunoda General Codin...
  auto applying for jobs 5 hours ago alextony85 noisefloor General Codin...
  please help with image re... Yesterday, 15:14 magnus28 magnus28 General Codin...
  [Tkinter] passing value f... Yesterday, 12:39 iqbshaik deanhystad GUI
  Gmpy2 Newbie Working on P... Yesterday, 06:39 charlesrkiss SofiaJone General Codin...
  Create bot to automate op... 07-25, 23:26 JonatasCavalini liberwicca General Codin...
  How to use a proxy when w... 07-25, 16:02 swiftproxy Jemercyli Web Scraping ...
  Key Logger 07-25, 02:42 Novaboxxx Novaboxxx Homework
  How to Create Swagger/Ope... 07-24, 17:47 tlopezdh amandaevans Web Scraping ...
  veri kazıma 07-24, 07:30 fehmikonkur DeaD_EyE Web Scraping ...
  Can I develop a live vide... 07-23, 07:08 mtrkhan MilesWeb Web Scraping ...
Most views
  The best Prog... 572844
  Tutorial Requ... 485991
  Web Scraping ... 437310
  Newbie with P... 380355
  Thread remain... 351475
Most reputation
buran 581
snippsat 507
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+ 12074
buran 8175
snippsat 7352
deanhystad 6865
metulburr 5153
Top referrers
Googlepro 24
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
Clement20 Today
connieann Yesterday
SINDHUJA Yesterday
SofiaJone Yesterday
Hiddeninplainsite Yesterday

User Panel Messages

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