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,283
» Latest member: alexferrina
» Forum threads: 38,792
» Forum posts: 175,875

Full Statistics

Online Users
There are currently 40 online users.
» 1 Member(s) | 33 Guest(s)
Bing, Google, Mojeek, AOL, Apple, lovedeep

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

 
  C:\Windows\System32\appwiz.cpl is not a valid Win32 application
Posted by: Marceepoo - Mar-02-2020, 07:12 PM - Forum: General Coding Help - Replies (8)

proc = subprocess.Popen(r"C:\Windows\System32\appwiz.cpl")
generates the following error:
OSError: [WinError 193] %1 is not a va..... More

Print this item

  Reset Button did not work
Posted by: ardvci - Mar-02-2020, 06:58 PM - Forum: GUI - Replies (2)

The code has no errors or warnings it also looks fine to me but I didn't find out why the reset button is not working.Here is the code
[python]from t..... More

Print this item

  how to store data from the soup in the loop?
Posted by: zarize - Mar-02-2020, 12:07 PM - Forum: Web Scraping & Web Development - Replies (1)

Hi Guys,

How can i store data from the soup in the loop?

I would append it to the empty list, however, then i can't set objects/variables by usi..... More

Print this item

  iterate json and count
Posted by: enigma619 - Mar-02-2020, 09:42 AM - Forum: General Coding Help - Replies (2)

Hi

I've a problem with a json to print all my results.. Seems a stupid problem but..

[python]
r = requests.post(
r..... More

Print this item

  Data science with Python - links with exercises
Posted by: darpInd - Mar-02-2020, 09:03 AM - Forum: Data Science - Replies (1)

Hello,
I have done basics of Python to some extent. Now, I want some link where data science problems and solutions are provided so as to improve my ..... More

Print this item

  module run on import?
Posted by: mcmxl22 - Mar-02-2020, 09:03 AM - Forum: General Coding Help - Replies (3)

I have this game I am working on. I am trying to use a config...... More

Print this item

  How to prepare a NumPy array which include float type array elements
Posted by: subhash - Mar-02-2020, 06:46 AM - Forum: Data Science - No Replies

For a Graph based machine learning task, I need to input a Numpy array in the following format.
array([array([[1., 0., 0., 0., 0.],
[0., 1.,..... More

Print this item

  trying to change variable value with a def
Posted by: pythonbegginer - Mar-02-2020, 03:31 AM - Forum: General Coding Help - Replies (11)

Hi, i am a newbie in python and am trying to make a gui to control how fast an LED blinks with a variable named "delay". i am using this code

[pyth..... More

Print this item

  Guess the number game
Posted by: jackthechampion - Mar-02-2020, 02:23 AM - Forum: Homework - Replies (5)

I have a guess the number game assignment this is my code so far was hoping someone could fix it for me


[python]import random

hidden = rando..... More

Print this item

  Displaying Image Files in a GUI
Posted by: vman44 - Mar-01-2020, 10:51 PM - Forum: GUI - Replies (1)

Hello,

I have this situation:

I'm developing a GUI.
This GUI will display an image (png file) from another folder.
There will be a button on t..... More

Print this item

  How To Find an Opening and Closing String, Copying Open/Close/Contents to New File
Posted by: davidshq - Mar-01-2020, 08:31 PM - Forum: General Coding Help - Replies (1)

Hi All,

I want to use Python to parse some old BASIC code. Basically, I'm looking to locate each subroutine within the source file and then copy ea..... More

Print this item

  RSI not Working
Posted by: firebird - Mar-01-2020, 08:12 PM - Forum: General Coding Help - Replies (2)

Hello everyone! In need of help to figure out what's not working with below code. The idea is to calculate a stock RSI by pulling data from Yahoo fina..... More

Print this item

  How can I pass a variable to another class, especially in this situation?
Posted by: Jionni - Mar-01-2020, 07:40 PM - Forum: GUI - Replies (4)

Hi,
I want to pass the result of the function calculate in line 115 to another class, in this case , PageTwo -> function: pasvariable in line 161, b..... More

Print this item

  How to remove duplicate elements in HTML?
Posted by: Xiesxes - Mar-01-2020, 06:56 PM - Forum: General Coding Help - Replies (2)

Hello to all,

I´m trying to clean an html file that has repeated paragraphs within body. Below I show the input file and expected output.

Input...... More

Print this item

  Coding a summation formula
Posted by: rafl0913 - Mar-01-2020, 06:22 PM - Forum: Homework - Replies (3)

I need to make a summation formula currently under the name "num_approx"
I keep getting some errors I cant pinpoint how to fix.
This is my code:

..... More

Print this item

  List of objects with sublist
Posted by: medatib531 - Mar-01-2020, 05:24 PM - Forum: General Coding Help - Replies (4)

Suppose I have the following code

[python]newList = []
for i in range(10):
newList.append([])

for i in range(len(newList)):
newList[i..... More

Print this item

  Generating GEOIDs
Posted by: MackGold - Mar-01-2020, 05:20 PM - Forum: Data Science - No Replies

I am trying to generate a second geoid—a shortened version derived from a full geoid—for a data set.
The original column presents GEOIDs as: 1400000U..... More

Print this item

  python 3 from command line
Posted by: Dixon - Mar-01-2020, 04:58 PM - Forum: General Coding Help - Replies (1)

Can't figure out why I cannot run these two small scripts from the command line. Pasted below is a copy of the results I get. It did work at a point..... More

Print this item

  Python/Django developer looking for remote job
Posted by: Mateusz - Mar-01-2020, 01:12 PM - Forum: Jobs - No Replies

Hello,

I am Mateusz. I have 3 years of commercial experience in web development - mostly in Django/Flask but also in desktop applications (PyQT, wx..... More

Print this item

  Problem implementing .iloc slicing in a custom function
Posted by: amjass12 - Mar-01-2020, 12:51 PM - Forum: Data Science - Replies (2)

Hello all,

I am stuck with the implementation of slicing dataframes within a custom function. I have looked on the internet and cannot find anythi..... More

Print this item

  Simple randomised AI (NOT ai learning)
Posted by: noodlespinbot - Mar-01-2020, 10:07 AM - Forum: Code sharing - No Replies

I made a simple AI with randomised movement. It will stay away from the edges of the screen.


[python]
import pygame
import random


pygame.i..... More

Print this item

  Tkinter help (color)
Posted by: Florent - Mar-01-2020, 09:52 AM - Forum: GUI - Replies (2)

Hi,
Thanks to Tkinter, I want to make a green rectangle but even I write " fill='green2' ", my rectangle still black.

Extract of my code :
[pyt..... More

Print this item

  How to use list of symbols for sympy calculation in python?
Posted by: tanmaybhise - Mar-01-2020, 08:14 AM - Forum: Data Science - Replies (1)

Here is my simple code to store string elements ['a','b'] in a list L as sympy symbols. As output, I have new list L with two Symbols [a,b] in it. But..... More

Print this item

  Selenium Random Elements Id and class
Posted by: AgileAVS - Mar-01-2020, 06:06 AM - Forum: Web Scraping & Web Development - Replies (1)

I have been trying to extract data using selenium from a website that I have an id:
https://login.systemxlite.com[url=https://python-forum.io/thread-24720.html]..... More

Print this item

  How can details be dynamically entered into a list and displayed using a dictionary?
Posted by: Pranav - Mar-01-2020, 05:43 AM - Forum: Homework - Replies (5)

Please help me out with the below problem. It is mandatory for the input to be in the below format.

INPUT:

Enter number of dictionaries t..... More

Print this item

  Need personal python help
Posted by: 123Abhinav123 - Mar-01-2020, 02:27 AM - Forum: Jobs - Replies (4)

Please email me @ 123Abhinav123@gmail.com I really need some python help I'm willing to venmo also. Thanks.

Print this item

  VLClib get_duration() not working
Posted by: GalaxyCoyote - Feb-29-2020, 11:09 PM - Forum: General Coding Help - No Replies

I am using VLClib to create a music player, the actual player is a GUI but the code I need help with does not change or interact with the GUI (yet).
..... More

Print this item

  submodule import problem
Posted by: deanhystad - Feb-29-2020, 09:29 PM - Forum: General Coding Help - Replies (3)

I am having a problem with modules and packages. I can make my imports work outside the package or I can make them work inside the package. I have n..... More

Print this item

  How do I reference a method in another class?
Posted by: Exsul1 - Feb-29-2020, 07:44 PM - Forum: GUI - Replies (3)

How do I reference a method in my BoxLayout class from my App class?

[python]class ConjugationGame(BoxLayout):
round = 1
game_state = 0
..... More

Print this item

  TypeError: 'tuple' object is not callable
Posted by: Chuck_Norwich - Feb-29-2020, 05:28 PM - Forum: General Coding Help - Replies (2)

Hi,

Overall description of need: In the Uk our tax year begins in April. So April is tax month 1. I require an output of the tax month number - exa..... More

Print this item

  My Pygame Code always says "(Not responding")
Posted by: noodlespinbot - Feb-29-2020, 02:10 PM - Forum: Game Development - Replies (3)

I am trying to get it so every thirty seconds the square disappears and you have to find it by hovering youur mouse over it and can
move it. It is n..... More

Print this item

  What to modify in the program such that ...
Posted by: sbabu - Feb-29-2020, 06:15 AM - Forum: General Coding Help - Replies (10)

What to change such that it only displays the information when executed directly, but it must not not display anything if it is imported as a m..... More

Print this item

  program will not run, errno 11001: getaddrinfo failed
Posted by: idioticWixen - Feb-29-2020, 02:00 AM - Forum: General Coding Help - Replies (2)

Hello, all. I'd like to preface this with saying that I'm not a programmer, and know nothing about coding. I have tried to solve this issue myself, bu..... More

Print this item

  Paint with pygame - My first Project
Posted by: noodlespinbot - Feb-29-2020, 12:05 AM - Forum: Code sharing - No Replies

This is my first python code. I made paint where you can use the number keys for colours and arrow keys to move. I used pygame. I don't know if I used..... More

Print this item

  Collating ancient greek
Posted by: arbiel - Feb-28-2020, 06:23 PM - Forum: General Coding Help - Replies (8)

Hi everybody

Is there a way to collate ancient greek characters without having to transcode them to a single character. I mean to compute a string ..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 8 hours ago drakhsin snippsat Web Scraping ...
  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...
  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... 579253
  Tutorial Requ... 512091
  Web Scraping ... 442184
  Newbie with P... 386294
  New Users Int... 379568
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 7390
deanhystad 6915
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
alexferrina Today
MattCarters Yesterday
drakhsin Yesterday
MileHigh303 11-21
ndx101 11-21

User Panel Messages

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