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,941
» Latest member: Noya_Yonatan
» Forum threads: 38,722
» Forum posts: 175,509

Full Statistics

Online Users
There are currently 55 online users.
» 0 Member(s) | 49 Guest(s)
Applebot, Bing, Google, AOL, AOL

Latest Threads
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
30 minutes ago
» Replies: 1
» Views: 70
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Yesterday, 04:28 PM
» Replies: 11
» Views: 4,325
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 759
Scraping a page with log ...
Forum: Web Scraping & Web Development
Last Post: Hershien
Sep-19-2025, 12:30 PM
» Replies: 1
» Views: 3,628
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,105
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 2,611
datetime in SQL query.
Forum: General Coding Help
Last Post: Dibbley
Sep-17-2025, 10:31 AM
» Replies: 3
» Views: 1,435
Another app idea - intera...
Forum: News and Discussions
Last Post: Lenowell
Sep-16-2025, 07:07 AM
» Replies: 1
» Views: 1,625
real community
Forum: News and Discussions
Last Post: decuser
Sep-15-2025, 08:16 PM
» Replies: 3
» Views: 2,562
variable changing types f...
Forum: General Coding Help
Last Post: Gribouillis
Sep-15-2025, 06:45 PM
» Replies: 1
» Views: 1,728

 
  slideShow App
Posted by: Rubberduck - May-08-2021, 04:50 PM - Forum: General Coding Help - Replies (4)

Hi There,
I'm Rubberduck and an absolut beginner with python but I hope with your great help I become a solid python programmer and learn this fascin..... More

Print this item

  list box select event triggers when selecting another listbox
Posted by: Roshan - May-08-2021, 04:20 PM - Forum: GUI - Replies (1)

Hi !

I have 2 list box.

i have attached event with both list box.

but after 1st click in both list box, when i click any list box both event ..... More

Print this item

Exclamation urgent , Python homework
Posted by: alm - May-08-2021, 03:53 PM - Forum: Homework - Replies (2)

This is what I am supposed to do :



(Anagrams) An anagram of a string is another string formed by rearranging the letters in the first.
Write ..... More

Print this item

Question Need help with class composition / multiple inheritance / polymorphism (?)
Posted by: Alfalfa - May-08-2021, 03:50 PM - Forum: GUI - Replies (4)

Trying to share a class (BodySuperClass), which can be either a QTextEdit or a QPlainTextEdit and contains Qt functions such as focusInEvent;

[pyth..... More

Print this item

  No module named 'pysolar' - even tough pysolar is installed - What am I doing wrong?
Posted by: Jghurt - May-08-2021, 02:39 PM - Forum: General Coding Help - Replies (5)

Hello everyone :)
I have the following problem:

I have Python 3.8 installed and with anaconda3 i used the comand "pip3 install pysolar" to isntal..... More

Print this item

  Draw a grid of Tkinter Canvas Rectangles
Posted by: MrTim - May-08-2021, 12:46 PM - Forum: GUI - Replies (5)

Hello there.

I am back with another question. I am trying to draw a grid of tkinter Canvas Rects. Width and Length was specified in an earlier par..... More

Print this item

  truffe
Posted by: adam2001 - May-08-2021, 09:17 AM - Forum: General Coding Help - Replies (1)

Hi, how to install truffle ( smart contracts) on windows 7 ?

Print this item

  Testing Split elements
Posted by: tester_V - May-08-2021, 05:41 AM - Forum: General Coding Help - Replies (4)

Greetings!
I'm looking for a line that has multiple spaces and the word "Motherboard:" at the beginning of the line.
If it found I would split the l..... More

Print this item

  Error checking and a call to read_cvs
Posted by: rsherry8 - May-07-2021, 07:20 PM - Forum: Data Science - Replies (4)

Please consider the following function:

[python]
import pandas as pd

def read_input(path1, path2):
"""Concat two paths/strs; yields pandas..... More

Print this item

  groupby on var with missing values error
Posted by: zenvega - May-07-2021, 06:26 PM - Forum: Data Science - No Replies

I am simulating credit card utilization data with some missing values. Then I want to create a dual axis plot.

x axis - bins [Missing, 0, 0.1, 0.2,..... More

Print this item

  UPDATE SQLITE TABLE - Copy a fields content to another field.
Posted by: andrewarles - May-07-2021, 04:02 PM - Forum: General Coding Help - Replies (14)

Hi, I am trying to go through filtered records and copy the contents, line by line, of field1 to field2.

Why is the field2 being filled with the sa..... More

Print this item

  AttributeError: ResultSet object has no attribute 'get_text'
Posted by: KatMac - May-07-2021, 03:08 PM - Forum: Web Scraping & Web Development - Replies (1)

On the job web page I am scraping, some of the jobs have a Job Requirements. I am trying to get the list of requirements and having difficulty.

Bel..... More

Print this item

  Upgrade to python 3 opinion
Posted by: hokie1999 - May-07-2021, 02:47 PM - Forum: News and Discussions - Replies (5)

Question on getting started for upgrade from python 2 to python 3:

We here at my company run python 2.7.5 on IDS-type and automation-controlled Cen..... More

Print this item

  auto-generate code for Entry box location
Posted by: snakes - May-07-2021, 06:14 AM - Forum: GUI - Replies (1)

I'm following a video on youtube that creates a bunch of entry boxes in tkinter and an associated label. The video has a fixed number of entry boxes w..... More

Print this item

  IBM Watson: Handshake status 403 Forbidden or No section: 'auth'
Posted by: groschat - May-07-2021, 02:30 AM - Forum: General Coding Help - Replies (1)

Hi everyone,

I am trying to implement this code (live speech to text with IBM watson)
ht[url=https://python-forum.io/thread-33570.html]..... More

Print this item

  Filtering characters that pass through serial
Posted by: xbit - May-06-2021, 11:49 PM - Forum: General Coding Help - No Replies

I am developing a tkinter application in order to grab my arduino serial data.

This is the data that are being fed to the pc:

[python]----------..... More

Print this item

  Libraries/Tools to create an editor similar to Tiled
Posted by: MrTim - May-06-2021, 09:47 PM - Forum: GUI - Replies (13)

Hello python forum,

I am working on a tile map builder project. I am attempting to create a GUI editor which would help the user create a tile map...... More

Print this item

  function that returns a list of dictionaries
Posted by: nostradamus64 - May-06-2021, 09:03 PM - Forum: General Coding Help - Replies (2)

Hello everyone, i want to create a function that returns a list of dictionaries with my users
in Python. I dont want it to print out something, i want..... More

Print this item

  Spaceship
Posted by: abscorpy - May-06-2021, 07:03 PM - Forum: Game Development - Replies (13)

Im trying to tun this code which is a shooter game, if anyone can help me i would really appreciate it, i attach images.

[url]https://github.com/ab..... More


Attached Files

Thumbnail(s)
       
Print this item

  Repeating Words in MadLib [resolved]
Posted by: actual_satan - May-06-2021, 03:35 PM - Forum: General Coding Help - Replies (1)

Figured it out!:)

Print this item

  Realization of a tensor with for loops
Posted by: Elda46 - May-06-2021, 03:07 PM - Forum: General Coding Help - Replies (5)

Hi all
I am new of Python and I need some help in the development of a tensor through these lines:
[python]

index_0=0#i
index_1=0#j
index_2=0#k..... More

Print this item

  Python isdigit() and None
Posted by: samtal - May-06-2021, 12:59 PM - Forum: General Coding Help - Replies (6)

Hi,
Python sys.version_info(major=3, minor=7, micro=9, releaselevel='final', serial=0) on Windows 10 (64)
Thonny 3.3.6
I try to use the isdigit()..... More

Print this item

  Combine two programs
Posted by: Glendejonghe - May-06-2021, 08:40 AM - Forum: General Coding Help - Replies (1)

Hi,
For my masters thesis, I need to program a bit in Python (on a raspberry pi). Since I have never done this before, I do not have a lot of experie..... More

Print this item

  How to use a variable in Python (2.x) to define decimal part?
Posted by: MDRI - May-06-2021, 02:50 AM - Forum: General Coding Help - Replies (4)

How to use a variable in Python (2.x) to define decimal part?
=============================================================

Thanks for reviewing ..... More

Print this item

  fetching, parsing data from Wikipedia
Posted by: apollo - May-05-2021, 06:12 PM - Forum: Web Scraping & Web Development - Replies (2)

hello dear python-experts, good day. Smile



this scraper fetches wikipedia pages



it is a nice little scraper - it ...:

[python..... More

Print this item

  Trying to separate a loop across multiple threads
Posted by: stylingpat - May-05-2021, 05:21 PM - Forum: General Coding Help - No Replies

Hey guys, what I am trying to perform is a reqMktData pull (I'm pulling the bid,ask,last prices) for multiple tickers. Normally I would just change th..... More

Print this item

  [Pandas] Write data to Excel with dot decimals
Posted by: manonB - May-05-2021, 03:13 PM - Forum: Data Science - Replies (1)

Hello everyone,

I looked everywhere but I can't seem to find a solution to my problem.
I have a text file containing data with decimal type '.'. U..... More

Print this item

  feature request: ternary fallthroughs
Posted by: rexrf - May-05-2021, 11:42 AM - Forum: News and Discussions - Replies (31)

I suspect theres a better way of doing things, but consider the following code:

[code]
def get_args():
if len(sys.argv) > 1:
val = int(s..... More

Print this item

  binding versus disable
Posted by: DPaul - May-05-2021, 07:38 AM - Forum: GUI - Replies (6)

Hi,

I have a tkinter label, that i bind to some function:
lbl.bind('<Button-1>',some_function)
Works just fine!
After some events, i want to disa..... More

Print this item

  filtering files using 'any()"
Posted by: tester_V - May-05-2021, 04:55 AM - Forum: General Coding Help - Replies (19)

Greetings!
I'm trying to filter files in a directory using the function 'any()',
The problem is I can't find any good examples on the net about it...... More

Print this item

  Pandas DataFrame combine rows by column value, where Date Rows are NULL
Posted by: rhat398 - May-04-2021, 10:48 PM - Forum: General Coding Help - No Replies

Scenerio: Parse the PDF Bank statement and transform into clean and formatted csv file.

What I've tried: I manage to parse the pdf file(tabular forma..... More

Print this item

  Setting up multiple flask apps in the same server
Posted by: leoramirez - May-04-2021, 08:10 PM - Forum: General Coding Help - No Replies

I'm tryng to set up a transportation management system from github. this repo has a main app.py and 3 sub apps and i don't have idea how to make this ..... More

Print this item

  Newbie to Python (Attempting to install DJango on a VPS)
Posted by: jarjar95 - May-04-2021, 03:51 PM - Forum: General Coding Help - No Replies

Hello fellow pythoners!

I am completely new to Python, I have done a lot of research beforehand as I use to be more focused around the development of..... More

Print this item

  [split] SyntaxError: invalid syntax
Posted by: Code_X - May-04-2021, 12:14 PM - Forum: General Coding Help - Replies (3)

Hello,
I am sorry if this forum is closed but I have a similar issue where my code is telling me this:

[error]Traceback (most recent call..... More

Print this item

  Quiz help
Posted by: jslack17 - May-04-2021, 11:38 AM - Forum: General Coding Help - Replies (5)

Hi all,

Im currently trying to learn python in my spare time, im trying to create a quiz but i am having some trouble getting my las question to wo..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Using a For Loop to subtr... 30 minutes ago Anunderling deanhystad General Codin...
  403 Error Yesterday, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  Scraping a page with log ... 09-19, 12:30 iamaghost Hershien Web Scraping ...
  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...
  Another app idea - intera... 09-16, 07:07 decuser Lenowell News and Disc...
  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
Most views
  The best Prog... 576495
  Tutorial Requ... 498376
  Web Scraping ... 440384
  Newbie with P... 384282
  New Users Int... 367389
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 6892
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 6
buran 3
Newest members
Noya_Yonatan Today
Saipython555 Today
Anunderling Today
Monir Today
atylerfraces2254 Yesterday

User Panel Messages

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