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,281
» Latest member: drakhsin
» Forum threads: 38,792
» Forum posts: 175,870

Full Statistics

Online Users
There are currently 45 online users.
» 1 Member(s) | 39 Guest(s)
Google, Mojeek, Apple, drakhsin

Latest Threads
data fetching for indian ...
Forum: General Coding Help
Last Post: drakhsin
1 minute ago
» Replies: 0
» Views: 1
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Yesterday, 08:30 PM
» Replies: 0
» Views: 35
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Yesterday, 06:15 AM
» Replies: 4
» Views: 1,464
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 119
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 47
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,035
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,290
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 333
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 173
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 233

 
  PM
Posted by: pyzyx3qwerty - Apr-29-2020, 10:46 AM - Forum: Board - Replies (1)

So, when I look in my my PMs folder I see that 53% of my PM space has already been used. Is there any way to delete these Private messages?

Print this item

  I need some advice on My python Journey
Posted by: bhawish_kumar9 - Apr-29-2020, 10:37 AM - Forum: News and Discussions - Replies (2)

Hello guys,
basically I have been learning python from a course called "python for everybody" . I have managed to get on the end of 3rd course. Ho..... More

Print this item

  Free e-books from Springer
Posted by: perfringo - Apr-29-2020, 10:26 AM - Forum: News and Discussions - Replies (1)

There are free titles available from Springer about wide range of topics (read more: ..... More

Print this item

  class arguements
Posted by: astral_travel - Apr-29-2020, 10:03 AM - Forum: General Coding Help - Replies (7)

I've noticed - sometimes there is code like this:

[python]class Person:
def __init__(self, name, age):
self.name = name
self.age = age..... More

Print this item

  Learning to have Class and doing stuff with it...
Posted by: bako - Apr-29-2020, 08:18 AM - Forum: General Coding Help - Replies (2)

PSA: Python noob trying to learn the whole module import, Class usage, and function creation stuff.

[error]Traceback (most recent call last):
Fi..... More

Print this item

  Python uppercase conversion conditions
Posted by: Jaypeng - Apr-29-2020, 06:53 AM - Forum: General Coding Help - Replies (7)

I'm currently trying to do a program related to Python uppercase conversion conditions.
1. If the length of a word is less than 7, it is not converte..... More

Print this item

  Type error: '>' not supported between instances of 'NoneType' and 'int'
Posted by: spalisetty06 - Apr-29-2020, 06:33 AM - Forum: General Coding Help - Replies (1)

Hi All,
I am fairly a beginner to python, kindly help.

[python]

import random
randomnum = random.randint(1, 50)
print("The random number is "..... More

Print this item

  traverses directory recursively and displays files
Posted by: Prani05 - Apr-29-2020, 05:05 AM - Forum: Homework - Replies (7)

Write a program which traverses the current working directory recursively and displays those files ending with .py.
Hint : Use walk method of os pack..... More

Print this item

  Reverse a number
Posted by: kLgG40 - Apr-29-2020, 02:54 AM - Forum: Homework - Replies (4)

Hi! So for my homework assignment, we have to reverse a four digit number.

[code]# Python Class 2402
# Lesson 2 Problem 6
# Author: KitKatKarate..... More

Print this item

  Icon in tkinter
Posted by: menator01 - Apr-29-2020, 02:17 AM - Forum: GUI - Replies (8)

I have been researching a little on putting icons in the top level window on my script.
I can get it to work but, it's not in the window where the ro..... More

Print this item

  Does "import xlrd" work in Thonny?
Posted by: cnutakor - Apr-29-2020, 01:31 AM - Forum: General Coding Help - Replies (3)

I installed Python 3.8 on my computer and I also installed Thonny. Since I am new to programming, I prefer the Thonny interface where you can see all ..... More

Print this item

  AttributeError: 'Connection' object has no attribute 'send_line'
Posted by: searching1 - Apr-29-2020, 12:09 AM - Forum: Networking - Replies (1)

Hi, I'm currently working on this ssh tunnel script but having issue related to AttributeError: 'Connection' object has no attribute 'send_line'.

-..... More

Print this item

  Error when import Keras
Posted by: Azadfalah - Apr-28-2020, 10:08 PM - Forum: Data Science - Replies (1)

hello friends

i using pychram on windows 10 and install tensorflow , keras

but in line
from keras.models import Sequential

i have this Err..... More

Print this item

  How to write a response if a user inputs a string
Posted by: horuscope42 - Apr-28-2020, 09:58 PM - Forum: General Coding Help - Replies (3)

[python]def main():
"""
Create a program that randomly generates simple addition problems for the user,
reads in the answer from the us..... More

Print this item

  finding dupes (with a twist)
Posted by: Lyle - Apr-28-2020, 09:51 PM - Forum: General Coding Help - Replies (20)

OK, new to coding and python. I figure if I have a real live application I will learn quicker. So here is the problem I'm trying to solve. Let me know..... More

Print this item

  Iris-recognition System OpenCV | Help to get start
Posted by: Hassibayub - Apr-28-2020, 09:19 PM - Forum: General Coding Help - No Replies

I've been searching for iris recognition implementations. I just see Matlab implementations only. why python doesn't have while python has more extens..... More

Print this item

  How to Connect Login Page
Posted by: oguzcan - Apr-28-2020, 09:16 PM - Forum: Homework - Replies (1)

Close.

Print this item

  Issue with creating an array of pixel data for PNG files in Google Colab
Posted by: The_Sarco - Apr-28-2020, 09:01 PM - Forum: General Coding Help - Replies (1)

Trying to create an array of pixel data corresponding to a dataset of 40 PNG files contained within my Google Drive, using Google Colab.

Managed to..... More

Print this item

  [split] Python Class Problem
Posted by: astral_travel - Apr-28-2020, 08:36 PM - Forum: General Coding Help - Replies (12)

if classes are objects - why are they called classes ?

also, objects have attributes (size, shape, color) and functions (hammer is for nails, a car..... More

Print this item

  Help in finding ExceptionError
Posted by: menator01 - Apr-28-2020, 08:11 PM - Forum: GUI - Replies (9)

The script is working as expected but, I keep getting the error in the console. I've not been able to silence or correct it.
Any help would be great...... More

Print this item

  [Turtle] numinput and textinput do not work
Posted by: fgarciamoran - Apr-28-2020, 07:28 PM - Forum: GUI - Replies (1)

import random
import time
import sys
from turtle import *
from turtle import textinput
setup()
t1= Turtle()
t1.left(180)
t1.penup()
t1.forwar..... More

Print this item

  How to make a variable contain multiple values
Posted by: stevenjwilliams83 - Apr-28-2020, 07:22 PM - Forum: Homework - Replies (10)

Lets say I want to create a little program that asks for a user input of 1 through 10.
If that input is 1,3,5,7,9 the user wins
if the that input is..... More

Print this item

  program design
Posted by: astral_travel - Apr-28-2020, 07:14 PM - Forum: General Coding Help - Replies (2)

one of the things i haven't got my head around - is programming structures and having the bits and pieces of code in context...

is there a way or s..... More

Print this item

  Extracting html data using attributes
Posted by: WiPi - Apr-28-2020, 05:44 PM - Forum: Web Scraping & Web Development - Replies (14)

Hi guys,

I am trying to extract specific data from a block of html using Beautiful and attributes and can only get so far.
THe first 3 lines of th..... More

Print this item

  number problem
Posted by: jk91 - Apr-28-2020, 05:38 PM - Forum: Homework - Replies (20)

Hi,

How to write a program which reads integers from the standard input (until it gets a negative number) and puts them into an array. After that i..... More

Print this item

  Help with homework
Posted by: bratme - Apr-28-2020, 05:20 PM - Forum: Homework - Replies (12)

I need help with this part for the code where i need to make a function that makes modification in the db file.

[python]@app.route('/update/<commit..... More

Print this item

  Can u see this code and tell whats wrong with it?
Posted by: AhmadKamal - Apr-28-2020, 04:43 PM - Forum: General Coding Help - Replies (14)

[python]### Age Advanced TEST ##
months = age * 12
weeks = months * 4
days = age - 365
unit = input("Choose you Format age (Months, Days, Weeks}")..... More

Print this item

  Cannot install CV2 on Ubuntu 18.04
Posted by: ErnestTBass - Apr-28-2020, 04:20 PM - Forum: General Coding Help - Replies (1)

I was trying to install Cv2 yesterday, and after a lot grinding by the computer the
output is as shown in the attached *.jpg file.

It seems th..... More

Print this item

  project help
Posted by: pkmnmewtwo - Apr-28-2020, 04:12 PM - Forum: Homework - Replies (6)

The inventory of the items for sale is growing and will continue to do so. It’s now no
longer practical to change the code’s internals every time an ..... More

Print this item

  PyDrive download file path
Posted by: MiniMinnow - Apr-28-2020, 03:01 PM - Forum: General Coding Help - No Replies

I had a bit of a problem with an app I'm making. I have managed to get the module 'Pydrive' to download a file from my google drive using drive API, ..... More

Print this item

  Python Class Problem
Posted by: JPCrosby - Apr-28-2020, 02:00 PM - Forum: General Coding Help - Replies (2)

I am trying to create a simple python programme that takes some user input and plots the data. So I decided to use a class to make the programme vers..... More

Print this item

  Install module with pip3 on a non root user
Posted by: matthewpintor2107 - Apr-28-2020, 12:20 PM - Forum: General Coding Help - Replies (1)

I am installing so many times in a server still encounter an error with the following message at the buttom:

PermissionError: [Errno 13] Permission..... More

Print this item

  average of values in dict with use of for
Posted by: Daromir - Apr-28-2020, 10:51 AM - Forum: Homework - Replies (8)

Hello,

Newbie here, so im sorry for all mistakes related to posting this.
I recently went through Udemy "Complete Python Course from Basics to Bri..... More

Print this item

  Why wont subprocess call work?
Posted by: steve_shambles - Apr-28-2020, 10:46 AM - Forum: General Coding Help - Replies (3)

I am interested in getting this snippet to work
but it uses call from subprocess module which is causing errors

[quote]Found 8 gists in 1 pages
..... More

Print this item

  Reason of the output
Posted by: himanshub7 - Apr-28-2020, 10:38 AM - Forum: General Coding Help - Replies (2)

The output of this program is
no
but I think it should be yes
because if condition is true when loop iterate last time(3rd time)

I know I am no..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 1 minute ago drakhsin drakhsin General Codin...
  Brazil Python Help to aut... Yesterday, 20:30 MileHigh303 MileHigh303 Jobs
  My goal to be hired worki... Yesterday, 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...
  link variable to exc bloc... 11-19, 05:03 Astrobert Gribouillis General Codin...
  PyQt6 QWidgets and system... 11-18, 18:47 stevecoh1 Axel_Erfurt GUI
  best way to learn python 11-18, 16:13 dutch mamta25 News and Disc...
Most views
  The best Prog... 579226
  Tutorial Requ... 512017
  Web Scraping ... 442159
  Newbie with P... 386283
  New Users Int... 379350
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+ 12109
buran 8196
snippsat 7389
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
drakhsin Today
MileHigh303 Yesterday
ndx101 Yesterday
OtiliaBecker Yesterday
NAGASOWMYAGUNDU 11-20

User Panel Messages

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