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,296
» Latest member: nicos18
» Forum threads: 38,795
» Forum posts: 175,886

Full Statistics

Online Users
There are currently 45 online users.
» 0 Member(s) | 41 Guest(s)
Bing, Google, AOL, Mojeek

Latest Threads
My regex function is not ...
Forum: General Coding Help
Last Post: Pedroski55
3 hours ago
» Replies: 1
» Views: 52
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
Yesterday, 11:51 AM
» Replies: 1
» Views: 60
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
Yesterday, 02:50 AM
» Replies: 6
» Views: 231
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Nov-24-2025, 02:18 PM
» Replies: 5
» Views: 121
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 83
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,518
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 170
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 80
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,140
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,323

 
  Storing data/output from a loop
Posted by: Jason613 - Sep-28-2019, 01:24 PM - Forum: Homework - Replies (6)

Hello, I have an assignment.
[python]
qxqy=input("Position of Queenie: ").split()
qx=int(qxqy[0])
qy=int(qxqy[1])
n=input("Number of puppies: ")..... More

Print this item

  3d graph points
Posted by: squillam - Sep-28-2019, 01:21 PM - Forum: Homework - Replies (1)

Below is some code and it wont map a graph with the points on it for some reason???

[python]
import numpy as np
import csv
#import the ploting l..... More

Print this item

  In need of a python-coder - Pay: $200
Posted by: HillTom1499 - Sep-28-2019, 12:15 PM - Forum: Jobs - Replies (1)

Hi there!

I am looking for an experienced python-coder.
You have to be willing to dedicate alot of time for this project as I want it done as soon..... More

Print this item

  printing multiple results together
Posted by: kumaaaa - Sep-28-2019, 10:25 AM - Forum: General Coding Help - Replies (3)

I have a question, if I have multiple results and wanted to print the results together in the end of the code, what code should I use?

Print this item

  What's wrong with this code?
Posted by: kumaaaa - Sep-28-2019, 09:14 AM - Forum: General Coding Help - Replies (6)

This is a code i made that checks whether an isbn with 13 digits is valid, but there is something wrong but I don't know what it is.
The principle i..... More

Print this item

  Python Coding
Posted by: anh3phecan - Sep-28-2019, 05:51 AM - Forum: Homework - Replies (6)

Hi , i need help to get this coding filed but i have no idea how to deal with cumulative worldwide gross ?

[python]from imdb import IMDb
ia = IMD..... More

Print this item

  IndentationError: expected an indented block
Posted by: ryder5227 - Sep-27-2019, 05:55 PM - Forum: General Coding Help - Replies (2)

[python]class Player:
def __init__(self):
self.inventory = [items.RedBloodCell()]
self.hp = 100
self.location_x, self...... More

Print this item

  Converting List into list of tuples
Posted by: ARV - Sep-27-2019, 05:40 PM - Forum: General Coding Help - Replies (4)

Here I am trying to convert a List into a dictionary. So, I am following this approach.
my_list = ['a', 'A', 'b', 'B', 'c', 'C']

If I convert a li..... More

Print this item

  Which is best GUI for drop down menus and calculations
Posted by: Chuck_Norwich - Sep-27-2019, 04:58 PM - Forum: GUI - Replies (2)

Hi, as title, want the best/not complicated GUI for something like this


https://www.tlc-direct.co.uk/Technical/C...ad_positio..... More

Print this item

  Assigning an item from a list
Posted by: xlev - Sep-27-2019, 04:21 PM - Forum: General Coding Help - Replies (1)

Hi

I have a list that contains:

images (in this case 2) 00000000.jpg', '00000001.jpg
bounding box coordinates (example 20.5, 214.5, 8.0, 17.0)..... More

Print this item

  installed pycharm here - how to proceed with micropython
Posted by: apollo - Sep-27-2019, 02:36 PM - Forum: Bar - No Replies

many many thanks for all the help and the very fruitful discussion here at the great Python-fourms


i just have installed PyCharm on

a. my wi..... More

Print this item

  Beginner/Intermediate Tips
Posted by: Ex_database - Sep-27-2019, 02:10 PM - Forum: News and Discussions - Replies (1)

Hi all,

So I would like to ask you all for some general advice on general tips and if possible structuring functions for GUI's vs. web development...... More

Print this item

  Replace first character
Posted by: dtweaponx - Sep-27-2019, 01:43 PM - Forum: General Coding Help - Replies (7)

Really having a hard time figuring this out. What I'm trying to do is every time the user inputs text, it will modify and replace every leading charac..... More

Print this item

  few questions (I am a beginner)
Posted by: eeps24 - Sep-27-2019, 01:39 PM - Forum: News and Discussions - Replies (3)

Huh I am very new to python and having a hard time understanding some basic things. Can anyone please help me with the following? Can you please ..... More

Print this item

  how to obtain header, data, pararms
Posted by: zarize - Sep-27-2019, 01:38 PM - Forum: General Coding Help - Replies (4)

Hi guys,

I found out a type of the page where i cannot find curl in Network section ... First time i can see a case like that.

How to handle cas..... More

Print this item

  Python Project - Parkinson's Detection
Posted by: shivani - Sep-27-2019, 12:13 PM - Forum: General Coding Help - Replies (2)

Hi, I am trying to build a machine learning model for Parkinsons dataset. I am having trouble in extracting the features from the dataset. I need help..... More

Print this item

  GUI help for search engine
Posted by: carzymind - Sep-27-2019, 10:49 AM - Forum: GUI - No Replies

This is my first project on python and tkniter. I attached my code. I am not able to create a different frame for different menu. When i click any men..... More

Print this item

  Chatbot
Posted by: metro17 - Sep-27-2019, 09:48 AM - Forum: Data Science - Replies (1)

[python]import random
greetings = ['hola', 'hello', 'hi', 'Hi', 'hey!','hey']
question = ['How are you?','How are you doing?']
responses = ['Okay',..... More

Print this item

  EOFError: EOF when reading a line - Runtime Error
Posted by: RavCOder - Sep-27-2019, 09:46 AM - Forum: General Coding Help - Replies (6)

Hi,

[Python]
#!/bin/python3

import math
import os
import random
import re
import sys

def print_reverse_number(n,arr):
arr = []
..... More

Print this item

  Vehicle availability
Posted by: beginner1 - Sep-27-2019, 09:16 AM - Forum: Data Science - Replies (4)

Hi,

New to python and machine learning and had a look at various examples, titanic, iris classification, house price regression etc.

Looking if ..... More

Print this item

  offset can not be negative in File.seek()?
Posted by: jollydragon - Sep-27-2019, 09:01 AM - Forum: General Coding Help - Replies (6)

It's intersting I can not put the "offset" to non-zero if I set the second parameter as "1" or "2" in file.seek(), and please refer to the below scree..... More


Attached Files

Thumbnail(s)
   
Print this item

  Scrollbar, Frame and size of Frame
Posted by: Maksim - Sep-27-2019, 07:55 AM - Forum: GUI - Replies (2)

Hello everybody.
I use this script and it works good.
But, i don't know how to do Frame(body) more bigger by vertically.
Could somebody help me? *..... More

Print this item

  Need some General Guidance on how to build a web app to convert excel files to csv.
Posted by: babsdoc - Sep-27-2019, 06:51 AM - Forum: Web Scraping & Web Development - Replies (1)

Hi,

This is my first post here, I wish to know what frameworks I should look into to build a website/web application, where users can upload an exc..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  My regex function is not ... 3 hours ago Moltar1997 Pedroski55 General Codin...
  silent deployment Python ... Yesterday, 11:51 Bummibaer Larz60+ News and Disc...
  data fetching for indian ... Yesterday, 02:50 drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... 11-24, 14:18 Ninja2112 deanhystad GUI
  Brazil Python Help to aut... 11-21, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... 11-21, 06:15 GnomeSweetGnome mamta25 News and Disc...
  [SOLVED] [BeautifulSoup] ... 11-20, 14:10 Winfried Winfried Web Scraping ...
  How to Implement Real-Tim... 11-20, 06:48 ankitsharma32 ankitsharma32 Web Scraping ...
  How to put my game loop i... 11-20, 04:59 temlotresid6 SledgeNE Game Developm...
  Help with running PvZ Fus... 11-20, 04:46 Barber532 SledgeNE Game Developm...
  Graph Interpolate Difficu... 11-19, 20:34 Tuurbo46 deanhystad General Codin...
Most views
  The best Prog... 579351
  Tutorial Requ... 512292
  Web Scraping ... 442241
  Newbie with P... 386326
  New Users Int... 380126
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+ 12110
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
nicos18 Yesterday
Moltar1997 Yesterday
arthurlouiss Yesterday
LewisByday Yesterday
Bummibaer Yesterday

User Panel Messages

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