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,250
» Latest member: sarbogast
» Forum threads: 38,780
» Forum posts: 175,822

Full Statistics

Online Users
There are currently 47 online users.
» 1 Member(s) | 42 Guest(s)
Bing, Google, Apple, perfringo

Latest Threads
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
1 hour ago
» Replies: 2
» Views: 38
New to python and coding
Forum: Homework
Last Post: jefsummers
8 hours ago
» Replies: 4
» Views: 114
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
10 hours ago
» Replies: 6
» Views: 197
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Yesterday, 09:52 AM
» Replies: 11
» Views: 324
Backward compatibility qu...
Forum: News and Discussions
Last Post: Gribouillis
Yesterday, 05:07 AM
» Replies: 5
» Views: 286
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 115
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,624
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 216
[openpyxl] Set the lockin...
Forum: General Coding Help
Last Post: Pedroski55
Nov-07-2025, 11:59 AM
» Replies: 3
» Views: 199
New Users Introduce Yours...
Forum: Bar
Last Post: BelleroDev
Nov-07-2025, 09:09 AM
» Replies: 452
» Views: 376,352

 
  which pip
Posted by: oldsalt75 - Aug-03-2021, 12:15 AM - Forum: News and Discussions - Replies (3)

Linux Mint by default installs both python 2.7.16 and 3.7.3 and says both will run concurrently.
Using Mint LMDE4 Debian
Django wants python 3.
Th..... More

Print this item

  Automating Captcha form submission with Mechanize
Posted by: Dexty - Aug-02-2021, 08:55 PM - Forum: Web Scraping & Web Development - Replies (2)

The idea is to automate download on o2tvseries. It's a website for film shows. We must automate the submission of a Captcha form in the process. The m..... More

Print this item

  Can't get MDIarea to resize automatically with Main Window
Posted by: JayCee - Aug-02-2021, 07:12 PM - Forum: GUI - Replies (4)

Hello, everyone! Greetings from Brazil. I’m new to Python and developing an app with Qt Designer / PyCharm / PyQt5. The issue is that I can’t get t..... More


Attached Files

Thumbnail(s)
   
Print this item

  Senior Data Scientist in Torrance, CA [USD 80K to 145K]
Posted by: patpat - Aug-02-2021, 07:05 PM - Forum: Jobs - No Replies

Do you enjoy problem solving, quantitative reasoning, and technology? Are you interested in working in a collaborative, friendly environment? If so, w..... More

Print this item

  Where does the array printout come from?
Posted by: Mark17 - Aug-02-2021, 03:20 PM - Forum: General Coding Help - Replies (2)

I like to understand what lines are generating output. Here's some code:

[Python]
nums={}
for a in range(25):
randnum = np.random.randint(0..... More

Print this item

  Presenting multiline data into single line
Posted by: aaronbuhu - Aug-02-2021, 02:42 PM - Forum: General Coding Help - Replies (1)

Hi,

I need some help with formatting the data within my excel files.

I have an excel report that includes multiple lines of data for the same un..... More


Attached Files

Thumbnail(s)
   
Print this item

  [Kivy]RecyclevieW
Posted by: nio74maz - Aug-02-2021, 01:54 PM - Forum: GUI - Replies (1)

Good day,I am trying to fill a recycleview but get a mistake, tells me to increase greedView rows or columns. what am I doing wrong?

[b]Python file..... More

Print this item

  fuzzywuzzy search string in text file
Posted by: marfer - Aug-02-2021, 01:50 PM - Forum: General Coding Help - Replies (9)

I have several text files in a folder and I would like to find a file by searching for a specific string. I started by using regular expressions:
[py..... More

Print this item

  I need Road Map For Patient Information Program
Posted by: Prusa - Aug-02-2021, 01:10 PM - Forum: General Coding Help - No Replies

Hi my friends,
I am new in python and this forum. I am studying python with video education and i wanna improve my skills, i want making patient inf..... More

Print this item

  Address Parser (Internationnal)
Posted by: Underground - Aug-02-2021, 11:33 AM - Forum: General Coding Help - Replies (17)

Hello,

I am looking for a library which can parse postal's addresses. I 've found one named libpostal but I don't know how to install and use with..... More

Print this item

  How to covert row values into columns values?
Posted by: sankarachari - Aug-02-2021, 10:21 AM - Forum: General Coding Help - Replies (8)

Hi Forum,

I would like totransform the table from 2 columns to 3 columns structure as shown in the attached image.
How to convert the 2 columns ta..... More


Attached Files

Thumbnail(s)
   
Print this item

  Problem with Json Array
Posted by: kwekey - Aug-02-2021, 10:17 AM - Forum: General Coding Help - Replies (2)

I have a problem with modifying an array of JSON message.
I created array a and array using 2 different method.
Then I tried to change one of the k..... More

Print this item

  Python Web Scraping can not getting all HTML content
Posted by: yqqwe123 - Aug-02-2021, 08:56 AM - Forum: Web Scraping & Web Development - No Replies

I am very new to web scraping in Python, and I am using BeautifulSoup for parsing. After obtai..... More

Print this item

  Associating 2 Db Tables With Each Other
Posted by: JokerSob - Aug-02-2021, 07:18 AM - Forum: GUI - No Replies

There is a problem I've been working on and I don't know how to do it. First of all, I will try to explain in order to form an idea:

Imagine you ha..... More

Print this item

  question about adding a feature
Posted by: Skaperen - Aug-02-2021, 01:04 AM - Forum: News and Discussions - Replies (4)

i am adding a reverse=False|True feature to my file tree recurse generator. my question is this: when reverse is true, should directory names be yie..... More

Print this item

  Random coordinate generator speed improvement
Posted by: saidc - Aug-01-2021, 11:09 PM - Forum: General Coding Help - No Replies

I want to generate random coordinates for spheres in a box geometry. I'm using while loop and i have 2 condition. First one is the distance. Coordinat..... More

Print this item

  flask app decoding problem
Posted by: mesbah - Aug-01-2021, 08:32 PM - Forum: General Coding Help - No Replies

My Problem: My client is sending UTF-16BE encoded strings to flask app server and I am getting as request.args.get('text') when I try to decode
getti..... More

Print this item

Thumbs Down Thread not Working
Posted by: michaelserra - Aug-01-2021, 02:36 PM - Forum: General Coding Help - Replies (4)

I've created a CLI little adventure game written in Python. I've defined a function that returns False whether time.sleep() is done and then I created..... More

Print this item

  Help with Python -> html
Posted by: lukeyd - Aug-01-2021, 12:39 PM - Forum: General Coding Help - Replies (6)

Good afternoon

I'm quite new to Python and I am trying to get the result of a script to show into a html tag - so within my app.py I have the followi..... More

Print this item

  Error creating database with python and form?
Posted by: shams - Aug-01-2021, 11:59 AM - Forum: General Coding Help - Replies (3)

I pass the database name from form to the cdb.py it is successful, but the mariadb query "CREATE DATABASE ?" cannot get the value i think so, this is ..... More

Print this item

  dataframe write to tab delimited differs from Excel
Posted by: koh - Aug-01-2021, 02:46 AM - Forum: General Coding Help - No Replies

Hi,
I use econtrol_df.to_csv('econsolidated.txt',sep='\t',header=False,index=False) but the created (text) tab delimited file differs from the one wh..... More

Print this item

  Python BLE Scanner not detecting device
Posted by: alexanderDennisEnviro500 - Aug-01-2021, 02:26 AM - Forum: General Coding Help - No Replies

I wrote a program that is supposed to recognize a skin-care device via Bluetooth. Upon scanning the skin, the device will send the data of someone's s..... More

Print this item

  How would I find the url name from a ip address
Posted by: Blue Dog - Jul-31-2021, 07:41 PM - Forum: Networking - Replies (5)

What I would like to do is enter a ip address like 216.40.47.17 and get the name of the website.
I know I am going have to go through a dns server, I..... More

Print this item

  Irrelevant
Posted by: meir - Jul-31-2021, 05:23 PM - Forum: Web Scraping & Web Development - No Replies

Irrelevant, please delete

Print this item

  Use of respond.get
Posted by: ebolisa - Jul-31-2021, 02:06 PM - Forum: General Coding Help - Replies (2)

Hi,

I'd like to read the response from a web page by sending this url: "https://mypage.com/get.php?api_key=0123456789". When done from a browser, t..... More

Print this item

  Read csv file through PyCharm
Posted by: kimx0961 - Jul-31-2021, 01:45 PM - Forum: General Coding Help - Replies (3)

Dear Madam/Sir,

I am beginner to learn python programming through Pycharm. I tried to import csv file thorough Pycharm and current working director..... More

Print this item

  list - 2 questions:
Posted by: ben1122 - Jul-31-2021, 11:31 AM - Forum: General Coding Help - Replies (40)

question number one:
The function gets a list of strings of even length. The function returns a string that contains the list members in the even posi..... More

Print this item

  Confusing in [for loop] topic
Posted by: Sherine - Jul-31-2021, 11:17 AM - Forum: General Coding Help - Replies (11)

Hi,

I read a book with this below question and answer.
However I cant get the meaning of the explanation.

[python]x = 0
n = 5
for i in ran..... More

Print this item

  Scrapy does not show all data in iteration loop
Posted by: georgekasa - Jul-31-2021, 09:10 AM - Forum: Web Scraping & Web Development - No Replies

Hello,
I am trying to scrape a real estate site in Greece from multiple locations of Athens, the site use some kind of protection so I am using cook..... More


Attached Files

Thumbnail(s)
   
Print this item

  Operator meaning explanation
Posted by: Sherine - Jul-31-2021, 07:48 AM - Forum: General Coding Help - Replies (3)

Hi,

I have a question.

name = "Giraffe"
score = 80
print("%s result as %d" % (name, score))
[output]Giraffe result as 80[..... More

Print this item

  Unexplained Invalid syntax Error
Posted by: cybertooth - Jul-31-2021, 07:36 AM - Forum: General Coding Help - Replies (5)

i am working on a Order form with tkinter. The first draft worked well, I wanted to add current date display on the form. When i run it I get a [b]Syn..... More

Print this item

  How to Translate a python code written in Mac-OS to Windows?
Posted by: alexanderDennisEnviro500 - Jul-31-2021, 05:27 AM - Forum: General Coding Help - Replies (2)

The code was written last year by a former colleague, and as it only works on Mac, I have to convert it to Windows.

The Python code will serve as a..... More

Print this item

  Failing to connect to a host with WMI
Posted by: tester_V - Jul-31-2021, 02:05 AM - Forum: General Coding Help - Replies (6)

Happy Friday!
I think I managed to install "WMI" module.
When I use:

 import wmi
My script does not error out. The remote host..... More

Print this item

  Value by reference issue
Posted by: javaben - Jul-30-2021, 10:40 PM - Forum: General Coding Help - Replies (9)

I've run across an issue with trying to copy an int argument for later use in the program. I realized the int that was copied is changing the value o..... More

Print this item

  Reading a directory and outputting as sound
Posted by: loungeroom - Jul-30-2021, 09:26 PM - Forum: General Coding Help - No Replies

Hi everyone,

I'm a total beginner when it comes to code, and wondering if Python would be the best solution for this problem.

I use Audacity to ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  why is the image not show... 1 hour ago sarbogast deanhystad General Codin...
  New to python and coding 8 hours ago lary_p jefsummers Homework
  Help with Serial.write in... 10 hours ago racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... Yesterday, 09:52 tsgiannis tsgiannis GUI
  Backward compatibility qu... Yesterday, 05:07 yutaozhou Gribouillis News and Disc...
  [split] print two differe... 11-10, 05:37 Reema Gribouillis General Codin...
  Data Science 11-10, 05:27 Oshadha mamta25 Data Science
  Two arguments in input fu... 11-09, 00:56 Alfredd Pedroski55 General Codin...
  [openpyxl] Set the lockin... 11-07, 11:59 BelleroDev Pedroski55 General Codin...
  New Users Introduce Yours... 11-07, 09:09 Yoriz BelleroDev Bar
  Best book on learning Pyt... 11-07, 06:07 almahdi mamta25 News and Disc...
Most views
  The best Prog... 578862
  Tutorial Requ... 509972
  Web Scraping ... 441924
  Newbie with P... 385934
  New Users Int... 376352
Most reputation
buran 581
snippsat 510
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+ 12107
buran 8195
snippsat 7388
deanhystad 6908
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
sarbogast Today
bmurray Today
kai_cow2710 Today
Kacper Yesterday
isla123456 Yesterday

User Panel Messages

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