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

Full Statistics

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

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

 
  Installing pip and pandas
Posted by: DavidTheGrockle - Oct-23-2019, 08:56 PM - Forum: General Coding Help - Replies (2)

For a while I have been running fairly simple code using Python. Now I am trying to extract data from a very large CVS file and I need, I think, PIP, ..... More

Print this item

  Perpetual timing
Posted by: Mark17 - Oct-23-2019, 08:55 PM - Forum: General Coding Help - Replies (3)

As another use of a timer, I'm trying to do something like this:
[code]
import time

start = time.time()
y = input("What is 4 * 3?")
end = time...... More

Print this item

  splitstring file names a by hyphen
Posted by: steve22020 - Oct-23-2019, 07:55 PM - Forum: General Coding Help - Replies (3)

My script is supposed to go through a folder and search all the file names and split the text at the hyphen. My files are named, filename (hyphen) bad..... More

Print this item

  Timing input
Posted by: Mark17 - Oct-23-2019, 07:55 PM - Forum: General Coding Help - Replies (2)

I'm trying to find a simple timing snippet to measure response time.

This repeatedly outputs "it took 0.0 seconds." Why?

[code]
import time..... More

Print this item

  Stupid Bots
Posted by: ichabod801 - Oct-23-2019, 07:46 PM - Forum: Bar - No Replies

Usually when I'm programming a game, I'll make the stupid version of the bot first. It's easier, and I can test out the game mechanics and the general..... More

Print this item

  sqlite objects in thread can only be used in the same thread
Posted by: darktitan - Oct-23-2019, 06:00 PM - Forum: Web Scraping & Web Development - Replies (5)

hi.
I made a table showing user accounts in my app and i tought it would be a good thing to add an edit function to it so i can edit the accounts. Eve..... More

Print this item

  Is there a way to sleep without stopping user input?
Posted by: GalaxyCoyote - Oct-23-2019, 05:13 PM - Forum: GUI - Replies (2)

I am making an idle game, I will be using tkinter in the future but for now I am using the console as a sort of testing ground. I am trying to make a ..... More

Print this item

  Updating a Label with new information
Posted by: LucasRibeiro - Oct-23-2019, 01:26 PM - Forum: GUI - Replies (2)

I am building a program that makes a SELECT on my database on my local machine. In this program, I have a menu, and in it, I created a function called..... More

Print this item

  Get master secret TLS
Posted by: robcordes - Oct-23-2019, 12:41 PM - Forum: Networking - Replies (2)

I need to retrieve the pre-master secret generated by Requests for the TLS connection in order to use this to decrypt the traffic in Wireshark.

wou..... More

Print this item

  Exercise list remove duplicates
Posted by: RavCOder - Oct-23-2019, 12:24 PM - Forum: Homework - Replies (9)

Hi,
I was doing this exercise of practicePython site and I don't know why doesn't work

[python]
Write a program (function!) that takes a list and..... More

Print this item

  Problem importing resource library
Posted by: ChrisM - Oct-23-2019, 12:16 PM - Forum: General Coding Help - Replies (8)

Hopefully someone can help me...

I've used pip to install the resource library;

pip install resource
Collecting resource
Using cached https:..... More

Print this item

  Coding Python to make a game similar to Tic-Tac-Toe
Posted by: AdamJae - Oct-23-2019, 11:47 AM - Forum: Homework - Replies (3)

Hello all, so my Professor has set an assignment for me to complete. Here are the details on it:

He wants me to produce a game with tiles numbered ..... More

Print this item

  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

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  print does not open conso... 3 hours ago Tycho_2025 Axel_Erfurt General Codin...
  Weird failure in Selenium 10 hours ago glestwid Larz60+ 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... 577485
  Tutorial Requ... 501400
  Web Scraping ... 441110
  Newbie with P... 385164
  New Users Int... 369947
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
python 6
metulburr 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