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,294
» Latest member: LewisByday
» Forum threads: 38,795
» Forum posts: 175,885

Full Statistics

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

Latest Threads
silent deployment Python ...
Forum: News and Discussions
Last Post: Larz60+
51 minutes ago
» Replies: 1
» Views: 18
Helpful Support for Stude...
Forum: General Coding Help
Last Post: jackhunter
1 hour ago
» Replies: 0
» Views: 11
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
9 hours ago
» Replies: 6
» Views: 201
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:18 PM
» Replies: 5
» Views: 92
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 70
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,510
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 166
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 77
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,126
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,315

 
  Multiprocessing help
Posted by: tareq_87 - Oct-23-2019, 10:44 AM - Forum: General Coding Help - Replies (6)

Hi

I have a list of objects that I need to send it to multiple process functions to work on. it is working well from multiprocessing perspectives. ..... More

Print this item

  CVS file to EXCEL
Posted by: DavidTheGrockle - Oct-23-2019, 10:26 AM - Forum: General Coding Help - Replies (11)

I have a CVS file, published by the author of a scientific paper, having 700,000 rows. I want to split this file up into smaller "units" preferably pu..... More

Print this item

  Looking for usable voting software using Shultz STV
Posted by: Stef - Oct-23-2019, 09:41 AM - Forum: Bar - Replies (1)

Hi,

I want to do research on the influence of voting systems on election results. For that I would like to compare ranked voting with the Shulze ST..... More

Print this item

  Error: completed with code 1 (0x1)
Posted by: LWN - Oct-23-2019, 09:26 AM - Forum: General Coding Help - Replies (3)

Hello.

The forum is new. In Python, I’m taking the very first steps))
I looked at the lesson, installed Virtual Studio, created the IronPython pro..... More

Print this item

  List and loop
Posted by: Sandeep2000 - Oct-23-2019, 05:51 AM - Forum: General Coding Help - Replies (5)

I am not getting expected output? Why?
[python]

phrase="don't panic"
plist=list(phrase)
str1="on tap"
qlist=list(str1)
for item in qlist:
..... More

Print this item

  Print name N times using recursion
Posted by: ift38375 - Oct-23-2019, 05:11 AM - Forum: Homework - Replies (7)

How can i write program to Print "Hello" 5 times using recursion.

I am trying code below but it is not working.
[python]
def fnc():
for i in..... More

Print this item

  macOS Catalina and Python menu issue
Posted by: SouthernYankee - Oct-23-2019, 03:50 AM - Forum: GUI - Replies (7)

I am experiencing a Python menu issue on both of my Mac's. One Mac has macOS Catalina and Python 3.7.4 via pyEnv with Tcl/Tk 8.6.9 and the other has ..... More

Print this item

  Pyhton Coding Help Needed (very small error)
Posted by: friduk - Oct-23-2019, 01:32 AM - Forum: General Coding Help - Replies (2)

Hello, I am creating a Python Dice game called Beat That. I have gotten everything to work so far except for taking the players guess and comparing it..... More

Print this item

  the way i like to code for readability
Posted by: Skaperen - Oct-23-2019, 01:30 AM - Forum: News and Discussions - No Replies

the way i like to code is with a series of small discrete steps. i did this when i learned arithmetic and algebra. even my mathematical proofs were ..... More

Print this item

  Loop through tags inside tags in Selenium/Python
Posted by: xpack24 - Oct-22-2019, 11:18 PM - Forum: General Coding Help - Replies (1)

I am trying to use selenium to loop through a list of properties on a web page and return the property address and auction time. I have the following ..... More

Print this item

  Django project with a setup.py script. That do you think?
Posted by: axju - Oct-22-2019, 10:06 PM - Forum: Web Scraping & Web Development - No Replies

I like the Python package environment. So I'm starting to use this for a Django project. This is how I [url=https://python-forum.io/thread-21967.html]..... More

Print this item

  video processing tools
Posted by: sveto4ka - Oct-22-2019, 06:37 PM - Forum: General Coding Help - Replies (2)

Please, can you name tools for video processing using python

Print this item

  [split] beginner and need help with python
Posted by: kalitr33 - Oct-22-2019, 06:30 PM - Forum: Homework - Replies (4)

hi. I need some help here as a beginner. I just need help with task 3. I don't even know where to begin.

here is the link for the assignment at Git..... More

Print this item

  Factors ERROR
Posted by: AdamJae - Oct-22-2019, 05:41 PM - Forum: Homework - Replies (2)

[python]def factors(n):
list = []
for x in range(2, n+1):
while n % x == 0:
list.append(x)
n = n//x
..... More

Print this item

  How to search with 2 search terms
Posted by: karsky - Oct-22-2019, 03:50 PM - Forum: General Coding Help - Replies (2)

Hello,

I am busy trying to fix my search option but i ran into some problems.

My Column names are dutch :P ID;Naam;Adres;Woonplaats
Translate i..... More

Print this item

  [split] API in Python and Postman
Posted by: fioranosnake - Oct-22-2019, 03:47 PM - Forum: General Coding Help - Replies (26)

Hello, I hope its ok for me to add to this thread?

I also have a Postman 'Post' request that is working and I would like to transfer this over to a..... More

Print this item

  How can I call a c++ function using python
Posted by: HWDev - Oct-22-2019, 02:28 PM - Forum: General Coding Help - Replies (1)

I want to know if there's a way to use a c++ function inside a python code

For example, after doing my research I did find this solution using .dll f..... More

Print this item

  Numbered list
Posted by: sheriff2001 - Oct-22-2019, 01:46 PM - Forum: Homework - Replies (3)

The last part of my homework assignment is making a list that takes the users input of presidents and aligns them to the left and ranking them with nu..... More

Print this item

  Cannot Remove the Double Quotes on a Certain Word (String) Python BeautifulSoup
Posted by: soothsayerpg - Oct-22-2019, 01:43 PM - Forum: General Coding Help - Replies (5)

Hi guys,

How's it going?

I've been in weeks trying to remove a double-quote (") from a word (as I want to count the word in a certain text or we..... More

Print this item

  unable to indent json data
Posted by: dataplumber - Oct-22-2019, 01:26 PM - Forum: General Coding Help - Replies (4)

I am trying to print the JSON with proper indentation and sorted keys, but it throws an error.

Need help to fix this

Complete code :

[pytho..... More

Print this item

  Sending Advanced Commands with Netmiko
Posted by: rogueakula - Oct-22-2019, 12:28 PM - Forum: General Coding Help - Replies (1)

I think that I may be in way over my head with this project. I am pretty new at python coding but I am having a lot of fun with it. In this automation..... More

Print this item

  how to deselect radiobutton in pyqt5
Posted by: atlass218 - Oct-22-2019, 12:13 PM - Forum: GUI - Replies (3)

Hello;
I created radiobuttons (radioButton_degre, radioButton_ddm), checkBox(checkbox_confirmed) and a button "Reset" (pushButton_reset) with Qt Desig..... More

Print this item

  A doubt with 'in' and 'not in' operators with strings
Posted by: newbieAuggie2019 - Oct-22-2019, 11:31 AM - Forum: General Coding Help - Replies (7)

Hi!

I was just reading that the 'in' and 'not in' operators can be used with strings just like with list values and tha..... More

Print this item

  Problem with new PC
Posted by: prospero - Oct-22-2019, 10:15 AM - Forum: GUI - Replies (4)

For many years I have been using a little piece of software written in Python that creates a GUI in a video game
and allows the user to create object..... More

Print this item

  FileNotFoundError managment
Posted by: sal - Oct-22-2019, 09:05 AM - Forum: General Coding Help - Replies (2)

Hi,
I have a question about exception management
With the following code:
[python]
try:
try:
with open('foo.json') as json_data_file:..... More

Print this item

  Search for the line number corresponding to a value
Posted by: Lali - Oct-22-2019, 08:56 AM - Forum: General Coding Help - No Replies

Hello,

I have a.csv file with two columns. I search in one of the columns for a value approximating "K" using the following script:

[python]Re=..... More

Print this item

  filing in Python 3.7
Posted by: ArryMan - Oct-22-2019, 08:42 AM - Forum: General Coding Help - Replies (2)

I have an eternal file in this format: "4b32j","aq8","71yt346" only much longer. I want to load each item one at a time for processing. I can't find..... More

Print this item

  Automatic registering python to registry
Posted by: kozaizsvemira - Oct-22-2019, 08:12 AM - Forum: General Coding Help - Replies (1)

I successfully registered python to the registry, but when I convert it into exe, data registers as python script instead of exe.
I am creating a scr..... More

Print this item

  Function Annotation got NameError: name 'xxx' is not defined
Posted by: Lance - Oct-22-2019, 07:31 AM - Forum: General Coding Help - Replies (6)

I am introducing function annotation in my coding, but found both python and Pycharm will validate if the type in function annotation is valid, if a n..... More

Print this item

  print a word after specific word search
Posted by: evilcode1 - Oct-22-2019, 06:53 AM - Forum: General Coding Help - Replies (8)

hello all ...
i have this string :

[quote]<?xml version="1.0" encoding="utf-8"?>
<metafile version="3.6" client="site">
<name>English (..... More

Print this item

  what does self.classname() do and how is it done?
Posted by: programmy - Oct-22-2019, 05:58 AM - Forum: GUI - Replies (7)

I'm new to python and I want to know how this syntax is done

>>> self.makeMenuBar() <<< I understand that self is used to bind variables but how ..... More

Print this item

  How to generate Lines from wordlist?
Posted by: python7777 - Oct-22-2019, 05:57 AM - Forum: General Coding Help - Replies (1)

Hello guys,
I'm new here ^^

I have a question , So I've got a big textfile with words
I'm trying to Generate every possible combination from all of t..... More

Print this item

  regular expression questions using module re
Posted by: Skaperen - Oct-22-2019, 04:13 AM - Forum: General Coding Help - Replies (4)

1. i need to match 2 possible forms of a file name. what i did was put one form on each side of a vertical bar ('|'). what i am wondering is how to..... More

Print this item

  steps to debug regular expressions
Posted by: Skaperen - Oct-22-2019, 12:25 AM - Forum: News and Discussions - Replies (3)

i am trying to make more use of module re. this time i am scanning all the files in (a copy of) [font=Courier New, Courier, monospace]/var/log..... More

Print this item

  What is wrong with the random
Posted by: bdog_123 - Oct-22-2019, 12:19 AM - Forum: General Coding Help - Replies (3)

import random
print('You have rolled: ' + random.randint(1, 6))
what is wrong with this code?

[output]
Traceback (most r..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  silent deployment Python ... 51 minutes ago Bummibaer Larz60+ News and Disc...
  Helpful Support for Stude... 1 hour ago jackhunter jackhunter General Codin...
  data fetching for indian ... 9 hours ago drakhsin Pedroski55 Web Scraping ...
  PyQt5 - Get a parameter f... Yesterday, 14:18 Ninja2112 deanhystad GUI
  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...
Most views
  The best Prog... 579320
  Tutorial Requ... 512225
  Web Scraping ... 442208
  Newbie with P... 386313
  New Users Int... 379968
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+ 12110
buran 8196
snippsat 7390
deanhystad 6916
metulburr 5151
Top referrers
Googlepro 23
metulburr 6
python 6
NonEntity 5
buran 3
Newest members
LewisByday Today
Bummibaer Today
Elevyn Today
kienvtm Today
irukson Today

User Panel Messages

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