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,971
» Latest member: IsmaelSlalk
» Forum threads: 38,733
» Forum posts: 175,554

Full Statistics

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

Latest Threads
LewisByday
Forum: General Coding Help
Last Post: IsmaelSlalk
8 minutes ago
» Replies: 0
» Views: 2
OLanePulse
Forum: General Coding Help
Last Post: IsmaelSlalk
15 minutes ago
» Replies: 0
» Views: 1
Stephenchers
Forum: General Coding Help
Last Post: Dichaelmag
1 hour ago
» Replies: 0
» Views: 15
Comparing 2 100GB Drives/...
Forum: General Coding Help
Last Post: Pedroski55
3 hours ago
» Replies: 7
» Views: 368
Select Python comment (#)...
Forum: General Coding Help
Last Post: tester_V
Yesterday, 06:39 PM
» Replies: 7
» Views: 2,800
My goal to be hired worki...
Forum: News and Discussions
Last Post: Larz60+
Sep-27-2025, 11:58 PM
» Replies: 1
» Views: 662
what does % stand for in ...
Forum: General Coding Help
Last Post: Gribouillis
Sep-27-2025, 06:49 PM
» Replies: 4
» Views: 2,198
My First App
Forum: Code Review
Last Post: carlbidwell
Sep-27-2025, 10:53 AM
» Replies: 8
» Views: 8,761
Unable to resolve FileNot...
Forum: General Coding Help
Last Post: Pedroski55
Sep-27-2025, 03:54 AM
» Replies: 3
» Views: 656
how to export a dictionar...
Forum: GUI
Last Post: noisefloor
Sep-26-2025, 05:13 PM
» Replies: 4
» Views: 1,151

 
  Python3.7 - Help with loops
Posted by: pdub787 - May-06-2020, 05:31 PM - Forum: Homework - Replies (1)

Hi...I'm a noob teaching myself python. I've got a simple turn based RPG program. Where I'm running into trouble is with updating the character hit po..... More

Print this item

  Basic Python Tutorial in PDF
Posted by: lezawang - May-06-2020, 04:20 PM - Forum: News and Discussions - Replies (4)

Hi
I am totally new to Python and this forum. Thanks for this forum by the way. I want to start with very basic. I am looking for Basic Python Tutor..... More

Print this item

  Just learning sockets etc...
Posted by: floatingshed - May-06-2020, 04:11 PM - Forum: Networking - Replies (2)

I am not finding it easy to understand networking in Python, but with this code I have found I am getting the results I want but I would like to add s..... More

Print this item

  Multiline comments
Posted by: macfanpl - May-06-2020, 04:05 PM - Forum: General Coding Help - Replies (6)

Oneliner start with #

How to make comment block?

Print this item

  How to make chrome extension in python?
Posted by: Hassibayub - May-06-2020, 04:04 PM - Forum: General Coding Help - Replies (1)

I've explored the forums but all solutions are old and some packages are deprecated.

I want to create a chrome extension and use python packages li..... More

Print this item

  Brute Force Password Cracker
Posted by: hendry1 - May-06-2020, 01:25 PM - Forum: Code sharing - Replies (1)

This is a brute force password cracker. Input your (fake) password, and watch the computer go! Funnily enough, abc123 takes a very long time.
[python..... More

Print this item

  Beginner help - Leap Year Issue Feb 29 and multiple pages
Posted by: warriordazza - May-06-2020, 12:56 PM - Forum: Web Scraping & Web Development - Replies (3)

Hello All,

I am an absolute beginner, below is the script I half wrote, half grabbed bits from multiple online sources.
Essentially getting name,..... More

Print this item

  While Loop Help
Posted by: Nate42 - May-06-2020, 12:55 PM - Forum: Homework - Replies (2)

Hey, I'm new to Python and writing my first program, a simple naughts and crosses.
I have a function check after each move to see if the player makin..... More

Print this item

  URL String with parameters
Posted by: nikoloz - May-06-2020, 12:13 PM - Forum: Web Scraping & Web Development - Replies (14)

Hello, please help.
how to get String of requested URL+parameters on server side,
like this "http://example.com?param1=a&token=TOKEN_TO_REPLACE&par..... More

Print this item

  QPainter issue showing black screen
Posted by: mart79 - May-06-2020, 12:02 PM - Forum: GUI - No Replies

Hi,

I have the following code which I want to use to display a figure constructed out of circles.

[python]import sys
from PySide2 import QtGui..... More


Attached Files

Thumbnail(s)
       
Print this item

  Web scraping read particular section
Posted by: AjayBachu - May-06-2020, 11:32 AM - Forum: Web Scraping & Web Development - Replies (4)

I am trying read contents from particular section from a URL/web page.

I am able to achieve this using beatifulsoup using findall and giving classn..... More

Print this item

  Editing images using python and opencv
Posted by: caaaameron_ - May-06-2020, 10:01 AM - Forum: Homework - Replies (6)

Context and Task:
I am am very new to python so i hope not to infuriate you with my lack of understanding. My homework requires me to di..... More

Print this item

  array coding problem
Posted by: pberrett - May-06-2020, 09:31 AM - Forum: Data Science - Replies (3)

Hi everyone

I have a 3d numpy array called p as follows

[code]
array([[[0, 1, 2],
[3, 4, 5],
[6, 7, 8]],

[[0, 1, 2],
..... More

Print this item

  Works with Curl. Can't get it to work in Python
Posted by: bazcurtis - May-06-2020, 08:45 AM - Forum: General Coding Help - Replies (3)

Hi,

I am not sure what I have missed, but I can't get this Curl command to work with the code below. What am I missing? I am getting a 400 returned..... More

Print this item

  Private package distribution abomination disadvantages research
Posted by: andreir - May-06-2020, 07:48 AM - Forum: General Coding Help - Replies (2)

Python noob here (BTW is there a dedicated noun for this?)

Intro
I need to store Python packages privately at work. By privately I ..... More

Print this item

  reformatting text with comma separated numbers
Posted by: Skaperen - May-06-2020, 06:22 AM - Forum: News and Discussions - Replies (4)

i have found that some programs (rsync is a big example) output numbers larger than 999 with commas in various numbers. i want to make a program that..... More

Print this item

  UnicodeDecodeError:
Posted by: pratheep - May-06-2020, 05:46 AM - Forum: General Coding Help - No Replies

I'm working on a password cracking tool.
The process of working:
->The user will give the md5 hash as input.
->The program then..... More

Print this item

  adding properties to variables
Posted by: rudihammad - May-06-2020, 05:09 AM - Forum: General Coding Help - No Replies

Hello,

The code below does exactly what I want. Basically the goal is to get an object, and then from that object, get some properties.
This is be..... More

Print this item

  Type hinting style and PEP8
Posted by: hlovatt - May-06-2020, 04:26 AM - Forum: General Coding Help - Replies (2)

Hi,

I was wondering if there was a preferred style for type hinting. In particular inline:

[python]
def process(self, items: Iterator[T], items..... More

Print this item

  Guide Tinker
Posted by: tranduc - May-06-2020, 03:43 AM - Forum: GUI - Replies (1)

Hi every body .
I can tried do a guide with tkinter python . In guide i process Serial and Video Stream,but Video Stream is slowly.

my source:
[p..... More

Print this item

  Googles Text to speech
Posted by: justindiaz7474 - May-06-2020, 02:04 AM - Forum: General Coding Help - No Replies

Does anyone know how to get google to say back what the search result was? code provided:

[python]import pyttsx3 #pip install pyttsx3
import speec..... More

Print this item

  exercises
Posted by: gr3yali3n - May-06-2020, 01:51 AM - Forum: News and Discussions - Replies (3)

would someone let me know where I could find some python exercises that I could use for practice
to hammer in the more elementary aspects of python. ..... More

Print this item

  f-string in command line arguments
Posted by: Skaperen - May-05-2020, 11:49 PM - Forum: News and Discussions - No Replies

i am starting the design of a command i have previously written in C now to be in Python3. this command takes input from stdin and executes a ..... More

Print this item

  Walking Figure in pygame
Posted by: adninqasifa - May-05-2020, 11:18 PM - Forum: General Coding Help - Replies (2)

Hey Guys, I make a walking figure with pygame like this:

[python]
win = pygame.display.set_mode((852,480))
def __init__(self, x, y, width, heig..... More

Print this item

  How Do I Install Stuff for Python?
Posted by: CopBlaster - May-05-2020, 10:55 PM - Forum: General Coding Help - Replies (6)

I just installed Pyton on my Windows 10 PC for the first time and can't figure out how to actually use it. I am trying to install something called PIP..... More

Print this item

  New Python Student = Does this code look right?
Posted by: musicjoeyoung - May-05-2020, 10:24 PM - Forum: Homework - Replies (6)

If anyone is willing to chime in, I am brand new to Python (and all things computer programming). I'm taking an online course and this particular task..... More

Print this item

  python being weird
Posted by: justindiaz7474 - May-05-2020, 10:17 PM - Forum: General Coding Help - No Replies

I am trying to run a script within the python idle and every time it does, it does not run properly, and does this weird thing of popping up "Windows ..... More

Print this item

  BeautifulSoup : how to have a html5 attribut searched for in a regular expression ?
Posted by: arbiel - May-05-2020, 10:16 PM - Forum: Web Scraping & Web Development - Replies (2)

Hi

The children of a node of the xml file I'm using all contain two ancient greek words as attributes, named «data-alpha» and «data-omega». Given a..... More

Print this item

  Store Previous date to calculate delta from today
Posted by: Captain_Wolf - May-05-2020, 09:31 PM - Forum: General Coding Help - Replies (7)

Hi! New to the coding world and developing my first script. I want the script to store a date of last login (previouslogin) and then compare it with t..... More

Print this item

  Tkinter client-server
Posted by: stephboo - May-05-2020, 07:05 PM - Forum: GUI - No Replies

Hello everyone!
Can someone tell me how can I achieve the functionality shown on this video: https://streamable.com/5c6fz0

I'm stuck somewhere, if..... More

Print this item

  Tkinter custom widget styling and creating custom theme
Posted by: karolp - May-05-2020, 07:05 PM - Forum: GUI - Replies (6)

I would like to create a custom theme for my app. I can't get the button widget to expand in my code below. I can configure the button using the minim..... More

Print this item

  How do I merge df1 and df2 by two columns?
Posted by: lucianaalsouza - May-05-2020, 06:46 PM - Forum: Data Science - Replies (1)

Hello, everyone! Help-me, please...

How do I merge df1 and df2 by two columns (fiels) at clausula on?

For example:

dfUltStatus = pd.merge(dfU..... More

Print this item

  Doubt in Linear Reg - "random_state"
Posted by: kumarants - May-05-2020, 05:52 PM - Forum: Data Science - Replies (1)

[python]
import pandas as pd
import numpy as np
from sklearn import linear_model
import statsmodels.api as sm
from sklearn.metrics import mean_sq..... More

Print this item

  my soup.find_all is not finding anything: it runs into a empty-list
Posted by: apollo - May-05-2020, 05:33 PM - Forum: Web Scraping & Web Development - Replies (1)

hi there

i use python to do some beginner-webscraping.
i am using a simple basic-script that captures stock price data: the nice thing it should ..... More

Print this item

  Struggling to set up Shared Hosting virtual envoronment
Posted by: martworth - May-05-2020, 05:23 PM - Forum: Web Scraping & Web Development - Replies (1)

This is my very first post so I do apologise in advance if I break any rules!! I've just spent 4 hours in an online chat to Namecheap to try to get a ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  LewisByday 8 minutes ago IsmaelSlalk IsmaelSlalk General Codin...
  OLanePulse 15 minutes ago IsmaelSlalk IsmaelSlalk General Codin...
  Stephenchers 1 hour ago Dichaelmag Dichaelmag General Codin...
  Comparing 2 100GB Drives/... 3 hours ago tester_V Pedroski55 General Codin...
  Select Python comment (#)... Yesterday, 18:39 SpongeB0B tester_V General Codin...
  My goal to be hired worki... 09-27, 23:58 GnomeSweetGnome Larz60+ News and Disc...
  what does % stand for in ... 09-27, 18:49 arbiel Gribouillis General Codin...
  My First App 09-27, 10:53 BCopeland64 carlbidwell Code Review
  Unable to resolve FileNot... 09-27, 03:54 llarkin6 Pedroski55 General Codin...
  [Tkinter] how to export a... 09-26, 17:13 RonR noisefloor GUI
  Is the interpreter that c... 09-26, 13:17 helendamdam noisefloor General Codin...
Most views
  The best Prog... 577287
  Tutorial Requ... 500431
  Web Scraping ... 440964
  Newbie with P... 384997
  New Users Int... 369393
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+ 12089
buran 8176
snippsat 7369
deanhystad 6896
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
NonEntity 6
python 6
buran 3
Newest members
IsmaelSlalk Today
Dichaelmag Today
samuelshlzeo7159 Today
Seu12Jorge Yesterday
seomelbourneaustralia Yesterday

User Panel Messages

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