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,993
» Latest member: lauren557
» Forum threads: 38,736
» Forum posts: 175,588

Full Statistics

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

Latest Threads
Another app idea - intera...
Forum: News and Discussions
Last Post: Biks
8 hours ago
» Replies: 1
» Views: 1,818
My goal to be hired worki...
Forum: News and Discussions
Last Post: Biks
8 hours ago
» Replies: 3
» Views: 1,114
real community
Forum: News and Discussions
Last Post: Biks
8 hours ago
» Replies: 4
» Views: 3,067
print does not open conso...
Forum: General Coding Help
Last Post: Tycho_2025
10 hours ago
» Replies: 5
» Views: 173
create ocr to detect lice...
Forum: General Coding Help
Last Post: Pedroski55
Today, 06:18 AM
» Replies: 4
» Views: 142
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
Yesterday, 08:57 AM
» Replies: 1
» Views: 90
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Oct-02-2025, 03:05 PM
» Replies: 3
» Views: 2,558
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Oct-02-2025, 01:56 PM
» Replies: 6
» Views: 254
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,066
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 485

 
  IDLEX Extension - A Promising IDE For Python.
Posted by: adt - Sep-27-2019, 05:09 AM - Forum: News and Discussions - Replies (2)

Experimentation with various IDE's/Code Editors, including VS-Code, PyCharm, Sublime Text, Atom, Wing, Thonny, Spyder, Jupyter Notes, Jupyter Lab, PyS..... More

Print this item

  pillow for image manipulation
Posted by: Skaperen - Sep-27-2019, 02:41 AM - Forum: News and Discussions - No Replies

is pillow worthwhile for image manipulation using python3? this is for a project to eventually be released. things i want to be doing include changi..... More

Print this item

  'Client' object has no attribute 'send_message
Posted by: Bambob01 - Sep-27-2019, 12:32 AM - Forum: General Coding Help - Replies (1)

this is my discord bot what am I doing wrong PLEASE HELP

import discord

import request

import json




# command handler class



cl..... More

Print this item

  Stackoverflow
Posted by: micseydel - Sep-26-2019, 11:56 PM - Forum: Board - Replies (1)

I just wanted to say I really appreciated this thread title https://tinyurl.com/yxt4muvh

Print this item

  pytest loop through multiple tests?
Posted by: burvil - Sep-26-2019, 09:43 PM - Forum: General Coding Help - No Replies

I'm trying to convert some code I have to loop through and check an array of hostnames with pytest. I'm getting a chicken-and-egg problem, where the t..... More

Print this item

  sound effect delay and program laggy
Posted by: xBlackHeartx - Sep-26-2019, 09:36 PM - Forum: Game Development - Replies (26)

I've been having fun making my games not silent, but I've had a small issue in that the sound effect is always slightly delayed, no matter what I do...... More

Print this item

  MainFrame is not defined
Posted by: Linuxdesire - Sep-26-2019, 09:17 PM - Forum: GUI - Replies (2)

I am following a YouTube Tutorial but I am getting a MainFrame error.

NameError: name 'MainFrame' is not defined

The following is the code I am..... More

Print this item

  Hour Calculator- GUI Recommendation
Posted by: slighted03 - Sep-26-2019, 07:29 PM - Forum: GUI - Replies (4)

I am looking for a bit of advice. Im new to python and working on an overtime calculator similar to the one located at this website: https://www.workl..... More

Print this item

  Problems with save array into Mysql
Posted by: storzo - Sep-26-2019, 07:19 PM - Forum: General Coding Help - Replies (1)

Hi !
I don't know how to upload my array in numpy to msql:
[python]arr=np.zeros((24,7),dtype=object)
b = bytes(arr)
#print value of: b'\xe0p\x08\..... More

Print this item

  Could you guys help with this bug. I would post on StackOverflow but I got tempbanned
Posted by: ryder5227 - Sep-26-2019, 07:11 PM - Forum: General Coding Help - Replies (2)

It keeps giving this error.

1 import world
2 from player import Player
3
4 def play():
5 world.load_tiles()
6 while player.is_alive() an..... More

Print this item

  Pyramid of leters of n levels
Posted by: DanyMont1505 - Sep-26-2019, 04:48 PM - Forum: Homework - Replies (4)

Pirámide de Letras de n niveles
Iam asked to write a program in python that uses the for function to print a pyramid of leters of n levels.
To obtai..... More

Print this item

  I am a beginner
Posted by: Wraith2102 - Sep-26-2019, 03:52 PM - Forum: General Coding Help - Replies (2)

print ('my name is {}'. format ( 'parv'.title()).capitalize())

I want a result in which both 'm' and 'p' are capital

Print this item

  GROK MODULE 5 HELP!
Posted by: AmineLS - Sep-26-2019, 03:22 PM - Forum: General Coding Help - Replies (1)

[python]
name = input('Cheer: ')
print('Give me a',name,name[0],'!')
print('Give me a,',name[1])
print('Give me a,',name[2])
print('Give me a,',n..... More

Print this item

  struggling with loop/webscrape
Posted by: zarize - Sep-26-2019, 02:28 PM - Forum: General Coding Help - Replies (4)

Hi guys,

i made variable:

page = input("Paste link:         ") + str("&LISTpg=")
and then another one:

[python]for i in r..... More

Print this item

  TypeError: string indices must be integers
Posted by: thecoziest - Sep-26-2019, 02:06 PM - Forum: Homework - Replies (3)

Error:
TypeError: string indices must be integers
What does this error mean?

I thought I would've fixed... by adding this[python]int(..... More

Print this item

  How to import the name of the fluid in CoolProp from an yml file
Posted by: termo - Sep-26-2019, 01:32 PM - Forum: General Coding Help - No Replies

Hello!
I have a file with this class

[python]class AAA:

def __init__(self,data):

#self.fluid = data['fluid']
self.H..... More

Print this item

  Page not found (404) - Problem
Posted by: ronindev - Sep-26-2019, 01:11 PM - Forum: Web Scraping & Web Development - No Replies

I started a project Learning_log. All going well till I started making pages.

It was opening alright in django.
------------------
In [inline]url..... More

Print this item

  How to append and drop to next line while slice/indexing
Posted by: emryscass - Sep-26-2019, 10:40 AM - Forum: General Coding Help - Replies (3)

I'm practicing with opening, reading and appending to files. One of my goals was to open the file for the second time within the program and append a ..... More

Print this item

  type annotations
Posted by: perfringo - Sep-26-2019, 09:58 AM - Forum: News and Discussions - Replies (3)

I have occasionally used type hinting and mypy[/url[url=https://python-forum.io/thread-21362.html]..... More

Print this item

  how to set focus when running a script using subprocess
Posted by: Malt - Sep-26-2019, 08:07 AM - Forum: General Coding Help - No Replies

Using Django I have designed a web page and I'm running a python script which will use subprocess to start windows application.
I'm facing issue here..... More

Print this item

  Indexed position editing of a lst
Posted by: ShruthiLS - Sep-26-2019, 07:13 AM - Forum: General Coding Help - Replies (4)

Hi everyone,

I have a list say suppose,
list= [Mysore,Bangalore,chennai,pune]

In this I want to edit the list like,
edited_list=[Mysore is a ..... More

Print this item

  Help with Tkinter on mac
Posted by: kigrapthor - Sep-26-2019, 06:47 AM - Forum: GUI - Replies (1)

I cant import tkinter to use, im using visual studio code, im really desesperate

Print this item

  ignoring a signal
Posted by: Skaperen - Sep-26-2019, 01:25 AM - Forum: General Coding Help - Replies (4)

is there a way for python to ignore a specific signal (in posix) without setting up a handler? all the google results describe how to handle a signal..... More

Print this item

  Beginner trying to code in python
Posted by: RA0211 - Sep-26-2019, 12:35 AM - Forum: General Coding Help - Replies (1)

Hello,

This is my first post in this forum.

I'm a beginner and learning python in small phases. As such I'm trying to write a code where in a fi..... More

Print this item

  check if the number is a prime integer
Posted by: atlass218 - Sep-25-2019, 10:30 PM - Forum: General Coding Help - Replies (5)

Hi; I have just created a small application that has the role of testing and verifying if the number introduced by the user is a number first or not. ..... More

Print this item

  installing uPyCraft IDE on Mx-Linux
Posted by: apollo - Sep-25-2019, 10:22 PM - Forum: Bar - Replies (4)

Dear community,


i want to install this ide on MX - Linux.


the uPyCraft IDE .. guess i can use this tutorial:

LINK. https://randomnerdtut..... More

Print this item

  ML
Posted by: rezapci - Sep-25-2019, 10:20 PM - Forum: Data Science - Replies (3)

Hello Fellow Scientists
i am kinda confused on this project, so I said let me ask here.
I have a dataset csv with with 30001 row and 14 columns sta..... More

Print this item

  [split] Homework help
Posted by: JayBand - Sep-25-2019, 08:49 PM - Forum: Homework - Replies (2)

Hi Buran

I am having a similar issue to the above.
The below is my code, but my dictionary isn't including the word which has punctuation in at al..... More

Print this item

  Raw Socket Error
Posted by: therealherby - Sep-25-2019, 08:44 PM - Forum: Networking - Replies (1)

I am getting an "socket.error: [Errno 22] Invalid argument" error when calling sendto below. I made this simple version based on https://www.binarytid..... More

Print this item

  Quick sockets question...
Posted by: ptrivino - Sep-25-2019, 08:39 PM - Forum: Networking - Replies (2)

Before I post a code question, let me ask this first: I am trying to use an AF_PACKET socket. The Python docs at https://docs.python.org/3/library/soc..... More

Print this item

  Create menu with selectable items
Posted by: SaladFingers - Sep-25-2019, 08:20 PM - Forum: General Coding Help - Replies (4)

Hi, I'm pretty new to python but enjoying learning. I have done quite a bit of searching for this but come up empty handed so have signed up here. Any..... More

Print this item

  Project, Reading Data from a spreadsheet. Error message!!
Posted by: Shafla - Sep-25-2019, 08:19 PM - Forum: General Coding Help - Replies (1)

i have written the following code from an exercise in a text book;

[python]import openpyxl, pprint
print('Opening workbook...')
wb = openpyxl.loa..... More

Print this item

  Need help to display data from a file
Posted by: Dzib - Sep-25-2019, 06:49 PM - Forum: General Coding Help - Replies (2)

Hi,

I'm new to Python and trying to code my first little app, I have difficulties reading data from a file.
The goal of the app is that the user ente..... More

Print this item

  A function taking in parameter int and str
Posted by: GrosseGaro - Sep-25-2019, 06:12 PM - Forum: Homework - Replies (1)

Hello everyone,

I am very new in coding and in Python so my question is probably stupid but nevertheless i'm searching on internet for a solution s..... More

Print this item

  Sample based on the distribution of a feature to create more balanced data set
Posted by: dervast - Sep-25-2019, 05:56 PM - Forum: Data Science - Replies (1)

Hi all,

I am stuck with a classification problem of unlabeled data. One of the issues I have is that the dataset is imbalanced and I would like to ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Another app idea - intera... 8 hours ago decuser Biks News and Disc...
  My goal to be hired worki... 8 hours ago GnomeSweetGnome Biks News and Disc...
  real community 8 hours ago decuser Biks News and Disc...
  print does not open conso... 10 hours ago Tycho_2025 Tycho_2025 General Codin...
  create ocr to detect lice... Today, 06:18 bimosora Pedroski55 General Codin...
  Weird failure in Selenium Yesterday, 08:57 glestwid Larz60+ General Codin...
  Fred Economic Data API 10-02, 15:05 warrior42 Trickety Web Scraping ...
  Parse Markdown / get the ... 10-02, 13:56 SpongeB0B noisefloor General Codin...
  Error: cannot mix str wit... 10-01, 03:05 ngregistrations Joliekeva General Codin...
  Integer Factorization Too... 09-30, 07:43 fosuwxb buran Code sharing
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
Most views
  The best Prog... 577512
  Tutorial Requ... 501590
  Web Scraping ... 441122
  Newbie with P... 385170
  New Users Int... 370046
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+ 12093
buran 8178
snippsat 7371
deanhystad 6897
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
lauren557 Yesterday
maribita Yesterday
AnalystRobert Yesterday
Safariscampoea Yesterday
DataAnalytics021 Yesterday

User Panel Messages

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