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,280
» Latest member: MileHigh303
» Forum threads: 38,791
» Forum posts: 175,869

Full Statistics

Online Users
There are currently 36 online users.
» 0 Member(s) | 34 Guest(s)
Bing, Google

Latest Threads
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
11 hours ago
» Replies: 0
» Views: 34
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: 118
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,032
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: 331
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 170
PyQt6 QWidgets and system...
Forum: GUI
Last Post: Axel_Erfurt
Nov-18-2025, 06:47 PM
» Replies: 2
» Views: 232
best way to learn python
Forum: News and Discussions
Last Post: mamta25
Nov-18-2025, 04:13 PM
» Replies: 5
» Views: 3,125

 
  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

  Creating an executable from a script
Posted by: wolf8963 - May-05-2020, 05:15 PM - Forum: General Coding Help - Replies (6)

Hi all,

I am using Python 3.6.7 32-bit on a Win-7 64bit system
I am attempting to create an executable from a script I created in eclipse 20190917..... More

Print this item

  Faster algorithm
Posted by: qweasdzxcqweasd - May-05-2020, 04:23 PM - Forum: Homework - Replies (2)

I need faster algorithm. Problem - to leave only the last occurrences of each element in the sequence; the remaining elements must be removed from the..... More

Print this item

  Selenium Chromedriver Automation Help
Posted by: lessthanthree - May-05-2020, 04:15 PM - Forum: Web Scraping & Web Development - Replies (1)

I'm fairly new to programing and have been trying my best to get a grasp of different concepts. I've made a few games and twitter bots, and am looking..... More

Print this item

  Stop if statement from running
Posted by: KieranPage - May-05-2020, 03:41 PM - Forum: General Coding Help - Replies (3)

im knew to python and have started work on a small project

[python]import random
strength = random.randint(1,100)
health = random.randint(1,100)..... More

Print this item

  Control a combobox from another python file PyQt5
Posted by: prath - May-05-2020, 03:22 PM - Forum: GUI - No Replies

I am a python beginner, using Qt designer for creating GUI in Python and using 3 different files for now. Main, GUI and Control. I need to control the..... More

Print this item

  [split] script: remove all "carriage return" from my json variable
Posted by: pete - May-05-2020, 02:36 PM - Forum: General Coding Help - Replies (2)

I am doing a get request for the api call to verify the values but I am having assert error due to white space \n which is in the json api call. How ..... More

Print this item

  Get average of multiple threads
Posted by: Contra_Boy - May-05-2020, 02:15 PM - Forum: General Coding Help - Replies (1)

Hi,
Is there a way to get the average of all the requests. I am able to get the response time per execution as below(running as a loop). But is there..... More

Print this item

  Append not working
Posted by: WiPi - May-05-2020, 02:12 PM - Forum: General Coding Help - Replies (3)

Hi guys,

I have used this several times before and I simply cannot see what I am doing wrong here.
Previous code has extracted a list of data (da..... More

Print this item

  Indirectlty convert string to float in JSON file
Posted by: WBPYTHON - May-05-2020, 01:51 PM - Forum: Data Science - Replies (6)

Hi,

I need to get rid of " from a JSON file

I have a JSON file like this:

[python]

{
"type": "FeatureCollection",
"features": [..... More

Print this item

  Add validation (regex) to QTableWidget cells
Posted by: mart79 - May-05-2020, 12:51 PM - Forum: GUI - No Replies

Hi all,

I have a table (see below example) and want to add a regex validation to each cell in column 0 and [inlin..... More

Print this item

  How to manage multiple datasets in Python
Posted by: ThePhantom - May-05-2020, 12:48 PM - Forum: General Coding Help - Replies (2)

Hi guys,

I have a question regarding how to manage multiple datasets in Python in a smart way. Let's say I have 3 .h5 file containing data I want t..... More

Print this item

  Linear regression doubt - Urgent
Posted by: kumarants - May-05-2020, 12:45 PM - Forum: Data Science - Replies (6)

Please clarify below error and support me to resolve this

My code is:

[python]import pandas as pd
import numpy as np
from sklearn import line..... More

Print this item

  Colossus - The Greatest Secret in the History of Computing
Posted by: ThomasL - May-05-2020, 11:41 AM - Forum: News and Discussions - No Replies

Hi everyone,

are you a computer nerd?
have you ever asked yourself what was the first computer?
do you want to know about the people who were the..... More

Print this item

  nexwiz installation error
Posted by: asmasattar - May-05-2020, 11:00 AM - Forum: Data Science - No Replies

Installing a nxwiz gives an error. I am not understanding the issue
python_version < "3.8"->pytest==5.1.2->nxviz) (3.1.0)
ERROR: yotta 0.20.5 requir..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  Brazil Python Help to aut... 11 hours ago 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...
  [SOLVED] Access keys and ... 11-17, 11:47 Winfried Winfried General Codin...
Most views
  The best Prog... 579222
  Tutorial Requ... 511998
  Web Scraping ... 442158
  Newbie with P... 386273
  New Users Int... 379326
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
MileHigh303 Yesterday
ndx101 Yesterday
OtiliaBecker Yesterday
NAGASOWMYAGUNDU 11-20
shipa1autotransport 11-20

User Panel Messages

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