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,948
» Latest member: victorcrown
» Forum threads: 38,727
» Forum posts: 175,525

Full Statistics

Online Users
There are currently 61 online users.
» 1 Member(s) | 56 Guest(s)
Bing, AOL, Google, Mojeek, Pedroski55

Latest Threads
PROFESSIONAL SOLUTIONS FO...
Forum: General Coding Help
Last Post: victorcrown
1 hour ago
» Replies: 0
» Views: 32
Creating a Mindmap progra...
Forum: General Coding Help
Last Post: Pedroski55
10 hours ago
» Replies: 5
» Views: 9,185
IBKR Purchasing code issu...
Forum: General Coding Help
Last Post: compuman145
Today, 09:08 AM
» Replies: 0
» Views: 83
A coding beginner needs h...
Forum: General Coding Help
Last Post: Littlefish
Today, 03:29 AM
» Replies: 2
» Views: 488
Is the interpreter that c...
Forum: General Coding Help
Last Post: helendamdam
Today, 02:36 AM
» Replies: 0
» Views: 121
Using a For Loop to subtr...
Forum: General Coding Help
Last Post: deanhystad
Yesterday, 08:56 PM
» Replies: 9
» Views: 641
403 Error
Forum: Web Scraping & Web Development
Last Post: snippsat
Sep-20-2025, 04:28 PM
» Replies: 11
» Views: 4,869
what does % stand for in ...
Forum: General Coding Help
Last Post: arbiel
Sep-19-2025, 07:55 PM
» Replies: 2
» Views: 1,164
C++ program embedding Pyt...
Forum: General Coding Help
Last Post: Alexandros
Sep-19-2025, 11:11 AM
» Replies: 4
» Views: 1,519
Too much space between gr...
Forum: GUI
Last Post: RonR
Sep-17-2025, 11:22 AM
» Replies: 4
» Views: 3,094

 
  Getting a ship to move in pygame
Posted by: djwilson0495 - Dec-08-2020, 05:41 PM - Forum: Game Development - Replies (2)

I'm trying to make a basic alien invasion game but at the moment my ship won't move left to right. I'm not sure why as it was moving before. Can anyon..... More

Print this item

  how to print all data from all data array?
Posted by: korenron - Dec-08-2020, 03:16 PM - Forum: General Coding Help - Replies (3)

Hello,
maybe the names is incorrect so I will show in example
[python]
x = [{'id': '*1F010121', 'name': 'hotspot/Fonts', 'type': 'directory', 'creat..... More

Print this item

  An absolute beginner
Posted by: sivasiba - Dec-08-2020, 01:51 PM - Forum: News and Discussions - Replies (6)

Hello all,
sorry if this has been asked before, I tried to search google and this forum for similar inquiry but every tutorial I came across always ..... More

Print this item

  splitting UAV/sat images to smaller pieces in order to feed a CNN
Posted by: hobbyist - Dec-08-2020, 11:48 AM - Forum: General Coding Help - No Replies

Hello, I have enormous UAV/sat images (around 600MB each in .tif format). I am trying to do 2 things:
1) Divide/Split the 600 MB image to smaller ones..... More

Print this item

  Turning Client Side Script Into Pseusocode
Posted by: VinceLrj - Dec-08-2020, 06:47 AM - Forum: Bar - Replies (3)

Hi, I need help turning this line of client side script to pseudocode.

if(slides.length<2){
var nextPrevBtns=document.querySelector(".lef..... More

Print this item

  Convert looping home security to a one time scan of switches and sensors
Posted by: duckredbeard - Dec-08-2020, 04:31 AM - Forum: General Coding Help - No Replies

I present to you my home security program that monitors several doors and the activity of one PIR sensor. This program runs on boot and monitors GPIOs..... More

Print this item

  Examples of Customer requirements
Posted by: ComputerAstronaut - Dec-08-2020, 02:02 AM - Forum: General Coding Help - Replies (1)

Hello world,
Any body know of a website that has made up customer scenarios that can help hone my python skills. For example:

This tire warehou..... More

Print this item

  input interrupt
Posted by: Nickd12 - Dec-07-2020, 09:52 PM - Forum: General Coding Help - Replies (1)

how can i get this to just interrupt the input and continue down the while true loop. instead if there is no input after 3 seconds it end the program...... More

Print this item

  Button to clear all output labels?
Posted by: AnunnakiKungFu - Dec-07-2020, 09:28 PM - Forum: GUI - Replies (5)

[python]
from tkinter import *
from random import randint

def rollD4():
label = Label(root, text=randint(1, 4), font=(None, 12), height=2, w..... More

Print this item

Question closing a "nested" window with a button in PySimpleGUI and repeating this process
Posted by: Robby_PY - Dec-07-2020, 08:47 PM - Forum: GUI - Replies (9)

Hello,

I'm currently experimenting with my first GUI in Python (or in any other programming language) using PySimpleGUI and I'm stumbling on some i..... More

Print this item

  Txt File to CSV
Posted by: Andie19 - Dec-07-2020, 08:45 PM - Forum: General Coding Help - Replies (2)

Hi
Hoping someone can help. I am trying to convert a txt file (hundred of lines)- (sample below)
pc_account = An account is an entity (person or com..... More

Print this item

  Get name of command button
Posted by: Heyjoe - Dec-07-2020, 08:45 PM - Forum: GUI - Replies (3)

[python]
import tkinter as tk

root = tk.Tk()
myfont = "helvitica 25"
mybg = "light sky blue"
myheight = 4
mywidth = 60
myheight2 = 6
mywidth..... More

Print this item

  What does image.setMask do?
Posted by: A01 - Dec-07-2020, 06:29 PM - Forum: Homework - Replies (3)

What does image.setMask do? (Does it make parts of the image transparent, or is it like an overlay?) Why does the mask have to be a square? Is there a..... More

Print this item

  Flask login help
Posted by: dangermaus33 - Dec-07-2020, 04:06 PM - Forum: Web Scraping & Web Development - No Replies

I have a simple client app that accesses a flask web service to get data from a database and then write to a database. I make three calls to the web s..... More

Print this item

  Recommend Recent Python Books or Online Tutorials
Posted by: muzikman - Dec-07-2020, 03:37 PM - Forum: Homework - Replies (7)

Greetings,

I want to know if there are any recent Python books that cover python from beginning to end. There are so many resources online on how t..... More

Print this item

  Comparing results within a list and appending to pandas dataframe
Posted by: Aryagm - Dec-07-2020, 02:59 PM - Forum: Data Science - Replies (1)

I am doing a dummy project to hone my python skills and there is a problem I am encountering. I have a pandas column with many values inside it, I wan..... More

Print this item

  AttributeError : method has no attribute
Posted by: djwilson0495 - Dec-07-2020, 12:02 PM - Forum: Game Development - Replies (2)

Hi I'm trying to make a basic alien invasion game but when I try to load a ship image into the midbottom of the game screen I get an error. Here is th..... More

Print this item

  Django
Posted by: safakatar38 - Dec-07-2020, 08:40 AM - Forum: Web Scraping & Web Development - Replies (1)

Hello everyone. First of all ı'm from Turkey and if my english is bad I'm sorry. I've been learning html,css, js(little bit) and django since 3 months..... More

Print this item

  Collatz-problem
Posted by: CaptainNeemo - Dec-07-2020, 08:14 AM - Forum: Homework - Replies (2)

Dear forum,
I got a question to my function below:
The problem is the return value of tau() is integer usually, but if I call tau() from test() th..... More

Print this item

  Folium import error
Posted by: kashif_flavio - Dec-07-2020, 07:50 AM - Forum: General Coding Help - Replies (2)

Hello I am trying to use folium library but it is not working for me. I have tried with python 2.7/3.6/3.9. Below is my code.

[python]import folium..... More

Print this item

  Insertion sort algorithm courtesy of YouTuber Joe James
Posted by: Drone4four - Dec-07-2020, 03:13 AM - Forum: General Coding Help - Replies (3)

Hello Pythonistas!

I’m learning the insertion sort algorithm using Joe James’ terrific YouTube tutorial.
..... More

Print this item

  BeautifulSoup attribute problem
Posted by: zzy - Dec-06-2020, 10:56 PM - Forum: Web Scraping & Web Development - Replies (3)

In line 16 where it says "for tr in soup.find("tbody").children:", it keeps telling me that there is no such attribute. The code in the example video ..... More

Print this item

  how to modify a variable that is passed as parameter
Posted by: StefanL38 - Dec-06-2020, 09:43 PM - Forum: General Coding Help - Replies (2)

Hi everyone,

I have quite some experience with Delphi, Parallax SPIN and Arduino C++

NOw I started to use CircuitPython with a Teensy 4.0-microc..... More

Print this item

Photo tkinter issue
Posted by: mate - Dec-06-2020, 07:01 PM - Forum: GUI - Replies (4)

Hi guys,

I'm having a problem creating multiple buttons in tkinter using a for loop. I just can't figure out how to make each button unique. First ..... More

Print this item

  Factoring software
Posted by: Walkerh163 - Dec-06-2020, 06:19 PM - Forum: General Coding Help - Replies (2)

I am working on a program that can factor basic binomials. I am having trouble finding a way to verify if the result from 2 divided integers results i..... More

Print this item

  Class inheritance
Posted by: oclmedyb - Dec-06-2020, 04:57 PM - Forum: General Coding Help - Replies (3)

Hello,
I am just learning programming with Python as my first language.

I want to build a small application to manage electronic parts.
All parts sha..... More

Print this item

  bin, hex, dec??
Posted by: jackmartin - Dec-06-2020, 04:51 PM - Forum: General Coding Help - Replies (2)

Hi guys, I'm trying to read and proceed a hex-file.
When I open it in Notepad++ using an HEX-View-plugin, the content looks like this:
01 cc 81 00 0..... More

Print this item

  code to read files in folders and transfer the file name, type, date created to excel
Posted by: Divya577 - Dec-06-2020, 04:14 PM - Forum: General Coding Help - No Replies

Hi Forum,

I am trying to write a code to create a excel file with table based on number of files present in the folder.

the output should look l..... More

Print this item

  I need a code line to spam a keyboard key | Image detection bot
Posted by: Aizou - Dec-06-2020, 03:07 PM - Forum: General Coding Help - Replies (2)

Hello, first of all I`m a complete noob. I followed a tutorial and made this so far. This detects a small icon 40x40 in size on my screen and it works..... More

Print this item

  Building a food delivery program
Posted by: ElenaPapagia - Dec-06-2020, 01:26 PM - Forum: Homework - Replies (2)

Hello,

We have been assigned to do a project that I find quite hard, and I am a bit stuck.

There are 4 questions and I do not know how to do the..... More

Print this item

  [gtk] Image area and DND
Posted by: cyrille - Dec-06-2020, 01:17 PM - Forum: GUI - No Replies

Hi
I would like to define areas of various shapes within an image and interpret them in python in a GTK application

Ex: a man in an main side and..... More

Print this item

  ezdxf
Posted by: Mati_1 - Dec-06-2020, 11:48 AM - Forum: GUI - Replies (1)

Hi,
How can I create window (using tkinter) with .dxf file inside this window?

Something like:
" import ezdxf
from tkinter import *

aaa = "..... More

Print this item

  Newbie trying to pass text from different thread
Posted by: stephan1827 - Dec-06-2020, 08:16 AM - Forum: GUI - Replies (1)

Hi,
I am new to Python and try to write my first program. The main goal of the program is to read data from an OPC UA server and then execute a shell..... More

Print this item

  i need help for opencv apriltag detect
Posted by: bleulake - Dec-06-2020, 06:56 AM - Forum: General Coding Help - No Replies

I photographed april tag using raspberry pi 4 B+(8GB), arducam IMX298 MIPI 16MP Color Camera.
The shooting mode is width 1920 * height 1080.
I want ..... More

Print this item

  Issues Scraping Facebook using facebook_scraper
Posted by: DustinKlent - Dec-05-2020, 11:58 PM - Forum: General Coding Help - Replies (4)

I'm scraping facebook groups using Facebook_Scraper but I am experiencing issues with it.

Here's the code I have:

[python]
import operator
fro..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  PROFESSIONAL SOLUTIONS FO... 1 hour ago victorcrown victorcrown General Codin...
  Creating a Mindmap progra... 10 hours ago J_Miller Pedroski55 General Codin...
  IBKR Purchasing code issu... Today, 09:08 compuman145 compuman145 General Codin...
  A coding beginner needs h... Today, 03:29 Littlefish Littlefish General Codin...
  Is the interpreter that c... Today, 02:36 helendamdam helendamdam General Codin...
  Using a For Loop to subtr... Yesterday, 20:56 Anunderling deanhystad General Codin...
  403 Error 09-20, 16:28 CaptainNewb snippsat Web Scraping ...
  what does % stand for in ... 09-19, 19:55 arbiel arbiel General Codin...
  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...
Most views
  The best Prog... 576729
  Tutorial Requ... 498979
  Web Scraping ... 440540
  Newbie with P... 384507
  New Users Int... 368294
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+ 12088
buran 8176
snippsat 7368
deanhystad 6894
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
victorcrown Today
Markbel386 Today
trntgl Today
susan Today
jatinkumar12 Today

User Panel Messages

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