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,580

Full Statistics

Online Users
There are currently 44 online users.
» 1 Member(s) | 38 Guest(s)
Applebot, Bing, Google, AOL, deanhystad

Latest Threads
Weird failure in Selenium
Forum: General Coding Help
Last Post: Larz60+
4 hours ago
» Replies: 1
» Views: 70
print does not open conso...
Forum: General Coding Help
Last Post: Pedroski55
9 hours ago
» Replies: 2
» Views: 96
Fred Economic Data API
Forum: Web Scraping & Web Development
Last Post: Trickety
Yesterday, 03:05 PM
» Replies: 3
» Views: 2,537
create ocr to detect lice...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:58 PM
» Replies: 2
» Views: 99
Parse Markdown / get the ...
Forum: General Coding Help
Last Post: noisefloor
Yesterday, 01:56 PM
» Replies: 6
» Views: 217
Error: cannot mix str wit...
Forum: General Coding Help
Last Post: Joliekeva
Oct-01-2025, 03:05 AM
» Replies: 4
» Views: 2,048
Integer Factorization Too...
Forum: Code sharing
Last Post: buran
Sep-30-2025, 07:43 AM
» Replies: 2
» Views: 463
My goal to be hired worki...
Forum: News and Discussions
Last Post: GnomeSweetGnome
Sep-30-2025, 12:21 AM
» Replies: 2
» Views: 1,096
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: noisefloor
Sep-29-2025, 05:45 PM
» Replies: 6
» Views: 1,168
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: snippsat
Sep-29-2025, 12:59 PM
» Replies: 8
» Views: 853

 
  How can I create a Medium mobile app like?
Posted by: protusbaf - Nov-04-2019, 12:44 AM - Forum: General Coding Help - Replies (1)

Hello,

I would like to create a mobile app like Medium (publish articles, follow publishers, etc), although I don't have any idea how to start. I a..... More

Print this item

  How do I provide a monthly subscription to a user?
Posted by: caca - Nov-04-2019, 12:23 AM - Forum: Web Scraping & Web Development - Replies (2)

I have already written a code for web scrape.
How do I provide a monthly subscription to a user ?

Print this item

  Polymorphism not working with a call to a abstract method
Posted by: colt - Nov-03-2019, 11:54 PM - Forum: General Coding Help - Replies (3)

Hello. I was creating two classes that both implemented an abstract method of their parent class.

However, as I went to implement them, I realized ..... More

Print this item

  For loop not working
Posted by: pjgrah01 - Nov-03-2019, 11:26 PM - Forum: General Coding Help - Replies (4)

I'm brand new to python and trying to figure out why my code isn't working. I'm trying to simulate the rot13 function, but my output only returns the ..... More

Print this item

  How can i scrape dropdown value ?
Posted by: caca - Nov-03-2019, 11:22 PM - Forum: Web Scraping & Web Development - No Replies

How can i get stock numbers on amazon page ?

[python]chrome_driver_path = r'C:\chromedriver_win32\chromedriver.exe'
driver = webdriver.Chrome(exec..... More

Print this item

  Why isn't this code working?
Posted by: villandra - Nov-03-2019, 07:40 PM - Forum: General Coding Help - Replies (2)

I am a beginner.

The following code prints out lines that begin with From:.

[python]
fhand = open('mbox-short.txt')
for line in fhand:
..... More

Print this item

  A notice of activity
Posted by: Niv_Neos - Nov-03-2019, 05:19 PM - Forum: Board - Replies (8)

Hello community of Python, after much consideration, we will no longer be communicated our posts here due to the subtitles of the naming on this forum..... More

Print this item

  size of a windows folder
Posted by: metro17 - Nov-03-2019, 03:32 PM - Forum: General Coding Help - Replies (1)

Is it possible to limit size of a windows folder ?
preferably using python or any other way?
Thanks

Print this item

  Printing data
Posted by: scratchmyhead - Nov-03-2019, 02:36 PM - Forum: General Coding Help - Replies (4)

I'm new at python. I know the code to print a text file to the printer but how do you print a variable or text within your program? Thank you.


Th..... More

Print this item

  Converting parts of a list to int for sorting
Posted by: menator01 - Nov-03-2019, 01:57 PM - Forum: General Coding Help - Replies (2)

I've been struggling with this for a couple of days now
I'm trying to pull a list from a text file in the format below
convert the numbers to int an..... More

Print this item

  Reading specific rows from CVS to Excel
Posted by: DavidTheGrockle - Nov-03-2019, 01:57 PM - Forum: General Coding Help - Replies (3)

I am not completely sure that this is a Python pandas problem.

I start from a CVS file with 707,000 rows. From this (with help from yourselves) I h..... More

Print this item

  Details of attachment files in a msg file such as file names save into a python list
Posted by: klllmmm - Nov-03-2019, 12:42 PM - Forum: General Coding Help - Replies (2)

I want to get details of attachments in an email file (msg format).
1. I would like to get attachment names into a list.
Currently i can only get T..... More

Print this item

  regular expression and sub
Posted by: yokaso - Nov-03-2019, 10:43 AM - Forum: General Coding Help - Replies (6)

i would like to find a specific string and delete it from on initial string.

in my case i want to find the word "LOT N° 1" and delete if from the P..... More

Print this item

  slice python array on condition
Posted by: Gigux - Nov-03-2019, 09:47 AM - Forum: General Coding Help - Replies (2)

Hello,
I have a python 2D array that looks like this:
[python]
Labels = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", \
"M", "N..... More

Print this item

  Help with calling list from user input
Posted by: farispython - Nov-03-2019, 07:18 AM - Forum: General Coding Help - Replies (5)

I am new to python and need help. I tried to call the list using an input from the user but I got creating a new list instead of calling the existing ..... More

Print this item

  requests post/get to HTML form
Posted by: mrdominikku - Nov-03-2019, 06:48 AM - Forum: Web Scraping & Web Development - Replies (1)

Hey there,

I have application which pulls lottery numbers from official website of lottery.

Website allows search previous lottery games by it's..... More

Print this item

  Tkinter Animation
Posted by: Evil_Patrick - Nov-03-2019, 05:24 AM - Forum: GUI - Replies (3)

How to use gif for Animation Movement in Tkinter

[python]

from tkinter import *

root = Tk()

img = PhotoImage(file = 'Image_21.gif')
panel..... More

Print this item

  what's wrong with my code
Posted by: Oaklizard2047 - Nov-03-2019, 05:21 AM - Forum: General Coding Help - Replies (4)

So i was reading the Python Tutorial and decided to follow one of it's code :
[python]class Cat:
def __init__(self, name):
self.name = name
s..... More

Print this item

  how to use arguments of classes
Posted by: ati68 - Nov-03-2019, 05:13 AM - Forum: General Coding Help - Replies (4)

Hi
I'm new to python
I am writing a code and i imported a module that has many classes and functions
I wanted to know how can i access to arguments..... More

Print this item

  Errors trying to run code
Posted by: ziggyztz - Nov-03-2019, 02:40 AM - Forum: General Coding Help - Replies (3)

I'm very new to python and received some help to create the code, but it isn't super complicated. I am receiving the following errors when trying to ..... More

Print this item

  combining lists in a dictionary
Posted by: Skaperen - Nov-03-2019, 12:18 AM - Forum: General Coding Help - Replies (9)

i have a dictionary in which the values of each element is a list. i am trying to come up with a not complicated comprehension that gives me a..... More

Print this item

  refused connection
Posted by: mcgrim - Nov-02-2019, 10:52 PM - Forum: Networking - Replies (10)

I am trying to take pics with the webcam and send them to the client via socket.
I am not sure why, the server, which I always start first, stops alm..... More

Print this item

  keep only one tuple between 2
Posted by: paul18fr - Nov-02-2019, 09:30 PM - Forum: Data Science - Replies (2)

Hi

I've 2 tuples (coming from numpy.where) which one is necessary empty:
a = tuple1
b = tuple2

In one sentence, I'm wondering how can I keep t..... More

Print this item

  FlexDict - My First Python Module is on PyPI!
Posted by: BerkayOzturk - Nov-02-2019, 08:02 PM - Forum: Code sharing - Replies (1)

Hello,

Today, I released my first Python module on PyPI! FlexDict is a small subclass of dict which provides automatic and arbitrary levels of n..... More

Print this item

  i am getting error while writing code for exception logging
Posted by: rkgupta51179 - Nov-02-2019, 06:26 PM - Forum: General Coding Help - Replies (1)

[python]import logging
import logging.config

logging.basicConfig(filename='mylog.txt', level=logging.ERROR)

logging.error("There isan error in ..... More

Print this item

  please help making a loop faster
Posted by: carla_highlander - Nov-02-2019, 02:39 PM - Forum: Data Science - Replies (10)

I'm working on a forward pass for a neural network. I have written loop within loop within loops. I know there's a way to do this in numpy that is muc..... More

Print this item

  Datasets of grammatically uncommon sentences?
Posted by: regstuff - Nov-02-2019, 01:29 PM - Forum: Data Science - Replies (3)

Hi,
I'm trying to train a model which replaces grammatically correct but uncommon sentences, with their more common counterparts. So I'm looking for ..... More

Print this item

  How to exclude bools from integers?
Posted by: boris602 - Nov-02-2019, 12:06 PM - Forum: General Coding Help - Replies (2)

Hi , for excluding everything, but integers i have found this code

isinstance(n,int)
. My Problem is, if i write[python]isinstance(n..... More

Print this item

  Unable to Access global Variable when switching between frames
Posted by: tziyong - Nov-02-2019, 12:04 PM - Forum: GUI - Replies (1)

Hi all I have tkinter code involving multiple frames. My goal is to have PageOne's label show the text of the button clicked in StartPage.
I created..... More

Print this item

  2 days learning Python 3
Posted by: Donny - Nov-02-2019, 11:59 AM - Forum: Game Development - Replies (6)

Hi all.
My name is Don, I have never written any code but would love to learn Python in my old/late years!
I have just joined this forum, sorry for ..... More

Print this item

  namedtuples and text files
Posted by: menator01 - Nov-02-2019, 11:23 AM - Forum: General Coding Help - Replies (4)

Is it possible to get the values out of a namedtuple that has been stored as a text file?

I am able to get the values out when the namedtuple is fi..... More

Print this item

  Python event in discord with exciting prizes
Posted by: fwiz - Nov-02-2019, 10:44 AM - Forum: News and Discussions - No Replies

SO we're hosting a Python coding event in our discord server and we're giving out exciting prizes such as [b]DISCORD NITRO AND NITRO CLA..... More

Print this item

  Pandas dataframe columns collapsed in Spyder when printing
Posted by: UniKlixX - Nov-02-2019, 10:03 AM - Forum: Data Science - Replies (2)

Hello everyone!

I have this tiny problem when using Pandas inside the Spyder IDE. BTW I am still kind of new to Python and libraries so I hope you ..... More

Print this item

  IDLE does not seem to be a GUI
Posted by: Ron38 - Nov-02-2019, 10:02 AM - Forum: GUI - Replies (7)

Newbie here. Just installed Python 3.8, and started reading a book on Python. The statement was made that IDLe is a GUI, and I should be able to use t..... More

Print this item

  Tetris
Posted by: abscorpy - Nov-02-2019, 09:13 AM - Forum: Game Development - Replies (1)

[python]
import pygame
import random

pygame.font.init()

#GLOBAL VARS

s_width = 800
s_height = 700
play_width = 300
play_height = 600
bl..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Weird failure in Selenium 4 hours ago glestwid Larz60+ General Codin...
  print does not open conso... 9 hours ago Tycho_2025 Pedroski55 General Codin...
  Fred Economic Data API Yesterday, 15:05 warrior42 Trickety Web Scraping ...
  create ocr to detect lice... Yesterday, 13:58 bimosora noisefloor General Codin...
  Parse Markdown / get the ... Yesterday, 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
  My goal to be hired worki... 09-30, 00:21 GnomeSweetGnome GnomeSweetGnome News and Disc...
  Unable to resolve FileNot... 09-29, 17:45 llarkin6 noisefloor General Codin...
  Comparing 2 100GB Drives/... 09-29, 12:59 tester_V snippsat General Codin...
  Select Python comment (#)... 09-28, 18:39 SpongeB0B tester_V General Codin...
Most views
  The best Prog... 577480
  Tutorial Requ... 501339
  Web Scraping ... 441105
  Newbie with P... 385163
  New Users Int... 369900
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
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
lauren557 Today
maribita Today
AnalystRobert Today
Safariscampoea Today
DataAnalytics021 Today

User Panel Messages

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