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,530
» Latest member: AlexanderJack
» Forum threads: 38,661
» Forum posts: 175,192

Full Statistics

Online Users
There are currently 390 online users.
» 0 Member(s) | 385 Guest(s)
Baidu, Bing, AOL, Google, Yandex

Latest Threads
RemoTe server operation w...
Forum: General Coding Help
Last Post: mario17
26 minutes ago
» Replies: 5
» Views: 580
Qt Event Filtering
Forum: GUI
Last Post: deanhystad
3 hours ago
» Replies: 3
» Views: 112
processing nested json da...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
5 hours ago
» Replies: 1
» Views: 82
Convert .pdf to .txt
Forum: General Coding Help
Last Post: Pedroski55
Yesterday, 11:23 AM
» Replies: 7
» Views: 454
Trouble Importing cell2lo...
Forum: General Coding Help
Last Post: snippsat
Jul-12-2025, 04:00 PM
» Replies: 3
» Views: 247
Why is bool() an instance...
Forum: General Coding Help
Last Post: deanhystad
Jul-12-2025, 02:41 AM
» Replies: 5
» Views: 241
[SOLVED] Why does regex f...
Forum: General Coding Help
Last Post: Pedroski55
Jul-11-2025, 11:52 PM
» Replies: 7
» Views: 3,996
Custom Sorting List of Di...
Forum: Homework
Last Post: Larz60+
Jul-11-2025, 03:34 PM
» Replies: 1
» Views: 154
Coding Standards
Forum: General Coding Help
Last Post: snippsat
Jul-11-2025, 01:12 PM
» Replies: 2
» Views: 230
Make code run faster: poi...
Forum: General Coding Help
Last Post: FrankBuckland
Jul-11-2025, 07:24 AM
» Replies: 3
» Views: 771

 
  How to extract links from grid located on webpage
Posted by: Pavel_47 - Dec-23-2022, 07:06 PM - Forum: Web Scraping & Web Development - Replies (5)

Hello,

How to extract links from this url:
Une sélection de concerts électroniques [url=https://python-forum.io/thread-39042.html]..... More

Print this item

  Big O runtime nested for loop and append
Posted by: yarinsh - Dec-23-2022, 04:12 PM - Forum: General Coding Help - Replies (4)

Hello, after an argumant I would like to get answer from people who know about that bigO

What is the runtime big O for this code?

I think this i..... More


Attached Files

Thumbnail(s)
   
Print this item

  help me to make my password list in python >>>
Posted by: Oktay34riza - Dec-23-2022, 12:38 PM - Forum: General Coding Help - No Replies

hii am new here

i want to make my own password listbut i have some problems

i write this

"""Start
[python]
import itertools

names= ["sus..... More

Print this item

Lightbulb topoplot eeg
Posted by: taothao120 - Dec-23-2022, 11:43 AM - Forum: Homework - Replies (1)

I want to plot heatmap eeg in the same distance divider, how can i do it?
for example, i want to plot data and data1 (below) in the same distance div..... More

Print this item

  How to Access an API
Posted by: TheGr8Schwazoli - Dec-23-2022, 11:29 AM - Forum: News and Discussions - Replies (4)

I'm new to Python ...

I have an API I need access to but I cannot find any documentation on how to do the coding to get access. I have searched al..... More

Print this item

  merging rows
Posted by: arvin - Dec-23-2022, 10:26 AM - Forum: General Coding Help - Replies (2)

I want to merge/join the values of 2 rows.

Below is the original document:-
[Image: input.png]

I want:-
[img]h..... More

Print this item

Heart Simple Task paying in BTC
Posted by: Calli - Dec-23-2022, 09:36 AM - Forum: Jobs - Replies (3)

Looking for someone who can do the coding for me on a given task please DM me for more details paying 50$ for every small task

Print this item

  Is Python Good for GUI Desktop Application?
Posted by: praveencqr - Dec-23-2022, 07:02 AM - Forum: News and Discussions - No Replies

I would like to create a commercial desktop application using Python. I've heard C++ is the best option for creating secured desktop apps. For Saas, w..... More

Print this item

  Issue w/ "With Open"
Posted by: vman44 - Dec-23-2022, 06:59 AM - Forum: General Coding Help - Replies (3)

Hi,

I'm using code, similar to this:

[python]
with open(dbfileA, 'a') as writer:
for in_val in userinputs:
..... More

Print this item

  Lightweight Python editor for beginners
Posted by: Gribouillis - Dec-23-2022, 06:07 AM - Forum: News and Discussions - No Replies

I discovered Aly, a lightweight Python editor for beginners written by Pascal Brachet, a high school..... More

Print this item

  Custom method to handle exceptions not working as expected
Posted by: gradlon93 - Dec-22-2022, 05:32 PM - Forum: General Coding Help - Replies (3)

Good afternoon,

I am working on a web scraping project using BeautifulSoup and, on occasion, Selenium webdriver.

The method .findAll(...) by B..... More

Print this item

  Copy item from one dict to another
Posted by: Pavel_47 - Dec-22-2022, 05:17 PM - Forum: General Coding Help - Replies (3)

Hello,
Does exist a method of copying an items from one dict to another, e.g. inside a for loop, under specific conditions ?
I tried
[python..... More

Print this item

  8 channel logic Analyzer for 5 bucks
Posted by: Larz60+ - Dec-22-2022, 03:46 PM - Forum: Bar - Replies (2)

I don't like to show items that you have to pay for, but if you're writing embedded code and need to analyze or synchronize some signals, the cost of ..... More

Print this item

  How to Uninstall Python 3.10?
Posted by: xytsrm - Dec-22-2022, 03:39 PM - Forum: News and Discussions - Replies (4)

Hi,

I've recently installed Python 3.11 (path C:\Users\user01\AppData\Local\Programs\Python\Python311). I wanted to uninstall Python version 3.10 (..... More

Print this item

  parse String
Posted by: jaykappy - Dec-22-2022, 02:08 PM - Forum: General Coding Help - Replies (2)

I have a string as such:

<Role name: Data Editor_VDT, description: This type of account is meant for data editors, including mobile/field data coll..... More

Print this item

  comparision of texts in a file
Posted by: saisankalpj - Dec-22-2022, 12:22 PM - Forum: General Coding Help - Replies (1)

I Have 2 files. Suppose file1.txt contains

name=ravi rollno=9987
name=sri rollno=9988
file2.txt contains
[python]
name=r..... More

Print this item

  help with scraping via python
Posted by: kolarmi19 - Dec-21-2022, 07:32 PM - Forum: Web Scraping & Web Development - Replies (1)

hey there
Someone builted me a script for scraping a certain website. one day it stopped working for me left me with an error message. is it the righ..... More

Print this item

  VBA function convert to python by PysimpleGUI
Posted by: SamLiu - Dec-21-2022, 01:28 PM - Forum: GUI - Replies (1)

Hi All,

Tried to use PysimpleGUI instead of VBA could not do it, please help me check out it, thanks in advance!

Selected file pick up what I wa..... More

Print this item

Sad Hello. I am New. - Bad experience with social behavior in the German Forum
Posted by: Tobias_Claren - Dec-21-2022, 01:16 PM - Forum: Board - Replies (5)

Hello.

EDIT:
I hope that "Forum & Off Topic" is the right place.
If not, please move it to the bar.
Thanks.


I registered here today because the beh..... More

Print this item

  installing prospector and updating anaconda packages
Posted by: amir - Dec-21-2022, 09:15 AM - Forum: General Coding Help - Replies (2)

I have installed anaconda navigator.
In the book "Intro to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and Th..... More

Print this item

  Tkinter Entry size limit
Posted by: vman44 - Dec-21-2022, 06:50 AM - Forum: General Coding Help - Replies (3)

I'm writing a program in Tkinter.

One page is a form, where the user inputs various values.
How do I limit an Entry field to a specific size?

F..... More

Print this item

  Summing up set elements(HH:MM:SS)
Posted by: tester_V - Dec-21-2022, 06:44 AM - Forum: General Coding Help - Replies (4)

Greetings to those that are still up! Wink
I'm trying to sum up set elements:
HH:MM:SS
I can do that if the HH:MM:SS elements are in the lis..... More

Print this item

  X13ARIMA & statsmodels: X13NotFoundError: x12a and x13as not found on path
Posted by: JaneTan - Dec-21-2022, 05:53 AM - Forum: General Coding Help - Replies (1)

I am on Window OS. I downloaded the Windows version of X13 software from https://www.census.gov/data/software/x13...t-tab-6352..... More

Print this item

  Carpenter learning python
Posted by: Snickaren - Dec-20-2022, 10:12 AM - Forum: General Coding Help - Replies (11)

I would like to create a program where I can input different types of jobs, eg hanging doors or building interior walls etc and make it easier for me ..... More

Print this item

  using threading.Timer for function
Posted by: korenron - Dec-20-2022, 08:41 AM - Forum: General Coding Help - Replies (1)

Hello,
I have a simple function that I want it to run every 1 min
the function check internet connection - ping to google (8.8.8.8)

this is all the..... More

Print this item

  What is the difference between list and tuples in Python?
Posted by: priya1717 - Dec-20-2022, 05:09 AM - Forum: News and Discussions - Replies (1)

What is the difference between list and tuples in Python?

Print this item

  Request Dependency warning
Posted by: thetechnodino - Dec-20-2022, 02:12 AM - Forum: General Coding Help - No Replies

The python script runs correctly but gives the error shown below.

Windows 11 Pycharm PyCharm 2022.3 (Community Edition)
Build #PC-223.7571.203, bu..... More


Attached Files

Thumbnail(s)
   
Print this item

  (Python) Pulling data from UA Google Analytics with more than 100k rows into csv.
Posted by: Stockers - Dec-19-2022, 11:11 PM - Forum: General Coding Help - No Replies

(Python) Pulling data from UA Google Analytics with more than 100k rows into csv. Works fine for 57k

[python]import pandas as pd
from apiclient.di..... More

Print this item

  python requests library .JSON() error
Posted by: mHosseinDS86 - Dec-19-2022, 07:17 PM - Forum: General Coding Help - Replies (6)

Can someone explain this? I'm trying to use python requests library, its attributes and methods. while using .JSON()
method I get this error. How sho..... More

Print this item

Photo How to select NULL and blank values from MySQL table into csv
Posted by: python300 - Dec-19-2022, 07:03 PM - Forum: General Coding Help - Replies (9)

Hi all,

I am trying to select specific columns from a MySQL table into csv.
This table can have NULL or blank values and I want to differentiate ..... More


Attached Files

Thumbnail(s)
   
Print this item

Smile AI is getting better in a fast pace,with Images to show
Posted by: snippsat - Dec-19-2022, 06:53 PM - Forum: News and Discussions - Replies (2)

So a little about AI and the result that is getting a lot better.
Can show some images that i have generated with OpenAI[url=https://python-forum.io/thread-39007.html]..... More

Print this item

  passing dictionary to the function
Posted by: mark588 - Dec-19-2022, 06:20 PM - Forum: General Coding Help - Replies (2)

I have got a dictionary of multiple npy files together and I want pass this dictionary as a parameter to get a comparison score.
I am not sure how to..... More

Print this item

  I am new to python and Could someone please explain how this below code is working?
Posted by: kartheekdas - Dec-19-2022, 03:36 PM - Forum: General Coding Help - Replies (2)

a=True
try:
    assert a and not print("sucess"),"failure"
except Exception as e:
    print("e is",e)
Output is [inline]Sucess[/..... More

Print this item

  Multiple.ui windows showing at the same time when I only want to show at a time
Posted by: eyavuz21 - Dec-19-2022, 11:28 AM - Forum: General Coding Help - Replies (4)

Hey all,

I have the following code below.

I am trying to show take the user through an experiment, where the experiment is split into [b]differ..... More

Print this item

  Trying to add data into a shelf from a submit button
Posted by: TWB - Dec-18-2022, 07:02 PM - Forum: GUI - Replies (8)

I am new to Python and trying to run a small program that takes a input from a text field and submit it into a shelf.
The code runs with no errors bu..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  RemoTe server operation w... 26 minutes ago mario17 mario17 General Codin...
  Qt Event Filtering 3 hours ago deanhystad deanhystad GUI
  processing nested json da... 5 hours ago Kumo_Koloo Pedroski55 Web Scraping ...
  Convert .pdf to .txt Yesterday, 11:23 vmars316 Pedroski55 General Codin...
  Trouble Importing cell2lo... 07-12, 16:00 haileyp snippsat General Codin...
  Why is bool() an instance... 07-12, 02:41 voidtrance deanhystad General Codin...
  [SOLVED] Why does regex f... 07-11, 23:52 Winfried Pedroski55 General Codin...
  Custom Sorting List of Di... 07-11, 15:34 aryasinner Larz60+ Homework
  Coding Standards 07-11, 13:12 kency snippsat General Codin...
  Make code run faster: poi... 07-11, 07:24 Bennygib FrankBuckland General Codin...
  Cleaning my code to make ... 07-11, 07:20 BSDevo FrankBuckland General Codin...
Most views
  The best Prog... 572684
  Tutorial Requ... 485701
  Web Scraping ... 437136
  Newbie with P... 380064
  Thread remain... 351369
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+ 12073
buran 8174
snippsat 7351
deanhystad 6855
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
AlexanderJack Today
ramzi_romdhan Today
Kunalmalik126 Today
Kumo_Koloo Yesterday
tomanadoveza Yesterday

User Panel Messages

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