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,256
» Latest member: TomTMH
» Forum threads: 38,782
» Forum posts: 175,831

Full Statistics

Online Users
There are currently 60 online users.
» 2 Member(s) | 55 Guest(s)
Bing, Google, AOL, kshahzad1985, Yoriz

Latest Threads
New to python and coding
Forum: Homework
Last Post: jefsummers
3 hours ago
» Replies: 6
» Views: 169
Please guide me to comple...
Forum: General Coding Help
Last Post: pbkurd
4 hours ago
» Replies: 0
» Views: 35
[solved] re.split issue
Forum: General Coding Help
Last Post: deanhystad
4 hours ago
» Replies: 6
» Views: 99
Backward compatibility qu...
Forum: News and Discussions
Last Post: noisefloor
11 hours ago
» Replies: 6
» Views: 344
why is the image not show...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 07:26 PM
» Replies: 2
» Views: 105
Help with Serial.write in...
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 10:11 AM
» Replies: 6
» Views: 235
I’m building a Python Dat...
Forum: GUI
Last Post: tsgiannis
Nov-11-2025, 09:52 AM
» Replies: 11
» Views: 370
[split] print two differe...
Forum: General Coding Help
Last Post: Gribouillis
Nov-10-2025, 05:37 AM
» Replies: 1
» Views: 141
Data Science
Forum: Data Science
Last Post: mamta25
Nov-10-2025, 05:27 AM
» Replies: 3
» Views: 2,639
Two arguments in input fu...
Forum: General Coding Help
Last Post: Pedroski55
Nov-09-2025, 12:56 AM
» Replies: 4
» Views: 243

 
  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

  LDAP search for getmail
Posted by: sharbich - May-04-2021, 09:58 AM - Forum: General Coding Help - No Replies

Hello my dears,

i can't find the error in my Python script. I use the Scricpt to pick up messages from my old email address. Actually everything wo..... More

Print this item

  web scrapping through Python
Posted by: Naheed - May-04-2021, 07:50 AM - Forum: Web Scraping & Web Development - Replies (2)

Can you suggest some good sources for web scrapping through Python?

Print this item

  Removing all strings in a list that are of x length
Posted by: Bruizeh - May-04-2021, 04:52 AM - Forum: Homework - Replies (5)

Hey all,

One of my revision practices involves creating a function that removes all strings that has the highest string length in a list.

Expect..... More

Print this item

  Schedule a task and render/ use the result of the task in any given time
Posted by: klllmmm - May-04-2021, 01:55 AM - Forum: General Coding Help - Replies (2)

I want to schedule a task and use the result of the task while the schedule is being running.

For example, once in every minute I want to get the c..... More

Print this item

  Subprocess.Popen() not working when reading file path from csv file
Posted by: herwin - May-03-2021, 07:51 PM - Forum: General Coding Help - Replies (13)

I am a beginner at python coding.

I wrote a simple code that lists a number of programs and asks the user to choose one of the programs. It will th..... More

Print this item

  Is there a library for recursive object creation using config objects
Posted by: johsmi96 - May-03-2021, 07:47 PM - Forum: General Coding Help - No Replies

would like to be able to create objects of classes which inherit from something like Configurable through a factory method in addition to the normal c..... More

Print this item

  BrokenPipeError: [Errno 32] Broken pipe
Posted by: throwaway34 - May-03-2021, 06:40 PM - Forum: General Coding Help - Replies (6)

So I've been working on this remote command script for sometime now but my work has been hindered by this pesky error: [python]BrokenPipeError: [Errno..... More

Print this item

  Pie chart from input
Posted by: swar6 - May-03-2021, 05:39 PM - Forum: General Coding Help - Replies (1)

Hi everyone hope you're all having a good day.


I am currently trying some stuff and i could need some help if possible.

I need help turning in..... More

Print this item

  Adding the timer, smiley face, and flags in Minesweeper.
Posted by: javesike1262 - May-03-2021, 03:00 PM - Forum: GUI - Replies (5)

Hi everyone, A friend of mine and I have been working on a Minesweeper game created in Python in Tkinter. We have almost completed programming the gam..... More

Print this item

  Python C++ Template Equivalent
Posted by: deanhystad - May-03-2021, 02:30 PM - Forum: General Coding Help - Replies (7)

I have the following code that adds a couple of features to QWidget and QGroupBox.
[python]class View(QtWidgets.QWidget):
"""Add upload and upda..... More

Print this item

  Run one Python Script from Another Script
Posted by: stylingpat - May-03-2021, 01:44 PM - Forum: General Coding Help - Replies (1)

Hello, if I do import "scriptname" I can load one python script from another. I am trying to make a main script that launches 5 seperate python..... More

Print this item

  For loops returning wrong output
Posted by: Nighthound21 - May-03-2021, 03:16 AM - Forum: General Coding Help - Replies (1)

I got a project going and it seems to give me an error.Im looking for the output of
a list what dict_subset returns. such as [{a:'Tim',b:'charlie','..... More

Print this item

  Pygame freezes after certain time
Posted by: GJG - May-03-2021, 02:53 AM - Forum: Game Development - Replies (5)

Hi! Trying to make a previz window for testing a puzzle game while in development, but it keeps freezing after certain time, I am very new to pygame, ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  New to python and coding 3 hours ago lary_p jefsummers Homework
  Please guide me to comple... 4 hours ago pbkurd pbkurd General Codin...
  [solved] re.split issue 4 hours ago paul18fr deanhystad General Codin...
  Backward compatibility qu... 11 hours ago yutaozhou noisefloor News and Disc...
  why is the image not show... Yesterday, 19:26 sarbogast deanhystad General Codin...
  Help with Serial.write in... Yesterday, 10:11 racingsubby Larz60+ General Codin...
  [Tkinter] I’m building a ... 11-11, 09:52 tsgiannis tsgiannis GUI
  [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...
Most views
  The best Prog... 578931
  Tutorial Requ... 510212
  Web Scraping ... 441956
  Newbie with P... 385969
  New Users Int... 376838
Most reputation
buran 581
snippsat 511
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 6909
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
TomTMH Today
pbkurd Today
Gichardaxora Today
cc123 Today
Jessicaadams Today

User Panel Messages

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