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,290
» Latest member: irukson
» Forum threads: 38,793
» Forum posts: 175,882

Full Statistics

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

Latest Threads
data fetching for indian ...
Forum: Web Scraping & Web Development
Last Post: Pedroski55
1 hour ago
» Replies: 6
» Views: 181
PyQt5 - Get a parameter f...
Forum: GUI
Last Post: deanhystad
Yesterday, 02:18 PM
» Replies: 5
» Views: 77
Brazil Python Help to aut...
Forum: Jobs
Last Post: MileHigh303
Nov-21-2025, 08:30 PM
» Replies: 0
» Views: 69
My goal to be hired worki...
Forum: News and Discussions
Last Post: mamta25
Nov-21-2025, 06:15 AM
» Replies: 4
» Views: 1,506
[SOLVED] [BeautifulSoup] ...
Forum: Web Scraping & Web Development
Last Post: Winfried
Nov-20-2025, 02:10 PM
» Replies: 2
» Views: 164
How to Implement Real-Tim...
Forum: Web Scraping & Web Development
Last Post: ankitsharma32
Nov-20-2025, 06:48 AM
» Replies: 0
» Views: 76
How to put my game loop i...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:59 AM
» Replies: 11
» Views: 6,104
Help with running PvZ Fus...
Forum: Game Development
Last Post: SledgeNE
Nov-20-2025, 04:46 AM
» Replies: 2
» Views: 4,312
Graph Interpolate Difficu...
Forum: General Coding Help
Last Post: deanhystad
Nov-19-2025, 08:34 PM
» Replies: 3
» Views: 423
link variable to exc bloc...
Forum: General Coding Help
Last Post: Gribouillis
Nov-19-2025, 05:03 AM
» Replies: 1
» Views: 245

 
  [split] Print JSON Dictionary to Excel?
Posted by: venukommu - Nov-04-2019, 07:14 PM - Forum: General Coding Help - Replies (1)

[python]
# fake json data
data = {
"features": [
{
"attributes": {
"color": "green",
"s..... More

Print this item

  Question about Python Code
Posted by: Than999 - Nov-04-2019, 06:39 PM - Forum: Homework - Replies (10)

Hi, I was wondering if someone can help me understand this Python code. If I have a list with a collection of 3, 2, 5, 7, 6, 8 as show below.  How is ..... More

Print this item

  Replace Line in Textfile
Posted by: Deadline - Nov-04-2019, 05:32 PM - Forum: General Coding Help - Replies (1)

I have a really simple query, but I can't find an answer to it. I'm new to Python and am learning for a project I'm setting up, but I seem to have fal..... More

Print this item

  problem with readline()
Posted by: schlundreflex - Nov-04-2019, 04:30 PM - Forum: General Coding Help - Replies (6)

Hi,
I just start to learn pyhton. I'm using 3.7.2 on windows. I have text files which contain full paths of video files, like:
video.lst:
[quote]
..... More

Print this item

  Coding
Posted by: srvmig - Nov-04-2019, 04:10 PM - Forum: General Coding Help - Replies (5)

I have a series of data like x = [ 103, 104, 110 , 108, 115] and another number in z = [100]. I get the percentage of changes like changes = (x-z)/z. ..... More

Print this item

  Assistance with making functions
Posted by: edwdas - Nov-04-2019, 04:03 PM - Forum: General Coding Help - Replies (4)

Howdy, this is not homework rather I want to know if its possible regardless of how inefficient the process is. Im attempting to create a function tha..... More

Print this item

  Complex floating issue
Posted by: arshad - Nov-04-2019, 03:55 PM - Forum: General Coding Help - Replies (2)

Can anyone make a look to following code why it cant calculate complex numbers in the defined arrray.

[python]
import numpy as np

n=5
alpha = ..... More

Print this item

  Delete specific lines contain specific words
Posted by: mannyi - Nov-04-2019, 03:31 PM - Forum: General Coding Help - Replies (2)

Hi

Have this code to delete line contain name "sandy15" however it delete others lines two and always keep the last line in the test

Before the ..... More

Print this item

  Web Development help
Posted by: johncamp - Nov-04-2019, 02:21 PM - Forum: Web Scraping & Web Development - Replies (6)

Hi,

I have an ecommerce website, I am really stressed out on the issue that my website is loading really very slow despite of the fact that I have im..... More

Print this item

  cv2 show image
Posted by: mcgrim - Nov-04-2019, 01:33 PM - Forum: General Coding Help - Replies (4)

I am trying to display the images I take with the webcam.
The iteration presents no issue, but right after the loop is finished,
I get this error:

[..... More

Print this item

  HELP ME!!
Posted by: Luke_0162 - Nov-04-2019, 11:49 AM - Forum: General Coding Help - Replies (10)

I got some problems with creating the following python programme. I want to let python to calculate the sum by itself while the student fills in the a..... More

Print this item

  INA219 with PI4
Posted by: korenron - Nov-04-2019, 11:40 AM - Forum: General Coding Help - Replies (4)

hello
I'm having some problem with this guide
https://www.rototron.info/raspberry-pi-ina219-tutorial/

while running this code
[python]
from i..... More

Print this item

  Print the longest str from user input
Posted by: edwdas - Nov-04-2019, 09:42 AM - Forum: Homework - Replies (5)

Essentially, the user inputs random strings and i am trying to reprint the longest string that the user input (so far it only prints the first non-cap..... More

Print this item

  Matrix Calculation Problem
Posted by: arshad - Nov-04-2019, 09:07 AM - Forum: General Coding Help - Replies (4)

I want to add array numbers in nested for loop.
inner loop depends on outer loop. It give me some unexpected results. Following is my code please che..... More

Print this item

  Age calculation
Posted by: Kaanatmaca - Nov-04-2019, 08:57 AM - Forum: Homework - Replies (4)

Hi,how can we calculate someones age by using python coding? (In the calculation not only the diffrence between years are needed,the months and days s..... More

Print this item

  Object and lane line detection
Posted by: Gregerwhut - Nov-04-2019, 08:22 AM - Forum: General Coding Help - Replies (2)

Hello,

I am having issues implementing both a lane line detection and obejct detection in the same .py file, i want to run them simultaneously.
..... More

Print this item

  IndentationError
Posted by: jagannath - Nov-04-2019, 07:30 AM - Forum: General Coding Help - Replies (1)

Hi All,

I'm new to python. Could you please help me why I'm getting error?

[python]
def main():
print ("Hello world")
if __name__ == "__..... More

Print this item

  Python exercise
Posted by: HY2000 - Nov-04-2019, 06:13 AM - Forum: Homework - Replies (2)

For the file attached below, add the following two functions to the code.

1. A search by programme ID function. When this function is selected, a u..... More

Print this item

  How do I map a list of values to specified colors?
Posted by: larkypython - Nov-04-2019, 02:54 AM - Forum: General Coding Help - Replies (4)

Here is what I want to do:
a list of 19 values:
[-1, 1, -2, 2, -3, 3, -4, 4, -5, 5, -6, 6, -7, 7, -8, 8, -9, 9, 0]
I would like the color grey gradual..... More

Print this item

  Python learning strategy
Posted by: IluvPython - Nov-04-2019, 01:24 AM - Forum: General Coding Help - Replies (6)

This is more of a general strategy question, as far as learning python goes, rather than a specific request for help with questions.

[img]https://i..... More

Print this item

  Python and a pivot table
Posted by: stilwellj - Nov-04-2019, 12:56 AM - Forum: Data Science - No Replies

I am trying to create a output pivot table from raw data to a table in a new excel file. below is my error message and my code. I have uploaded my ful..... More

Print this item

  How can I create a Medium mobile app like?
Posted by: protusbaf - Nov-04-2019, 12:44 AM - Forum: General Coding Help - Replies (1)

Hello,

I would like to create a mobile app like Medium (publish articles, follow publishers, etc), although I don't have any idea how to start. I a..... More

Print this item

  How do I provide a monthly subscription to a user?
Posted by: caca - Nov-04-2019, 12:23 AM - Forum: Web Scraping & Web Development - Replies (2)

I have already written a code for web scrape.
How do I provide a monthly subscription to a user ?

Print this item

  Polymorphism not working with a call to a abstract method
Posted by: colt - Nov-03-2019, 11:54 PM - Forum: General Coding Help - Replies (3)

Hello. I was creating two classes that both implemented an abstract method of their parent class.

However, as I went to implement them, I realized ..... More

Print this item

  For loop not working
Posted by: pjgrah01 - Nov-03-2019, 11:26 PM - Forum: General Coding Help - Replies (4)

I'm brand new to python and trying to figure out why my code isn't working. I'm trying to simulate the rot13 function, but my output only returns the ..... More

Print this item

  How can i scrape dropdown value ?
Posted by: caca - Nov-03-2019, 11:22 PM - Forum: Web Scraping & Web Development - No Replies

How can i get stock numbers on amazon page ?

[python]chrome_driver_path = r'C:\chromedriver_win32\chromedriver.exe'
driver = webdriver.Chrome(exec..... More

Print this item

  Why isn't this code working?
Posted by: villandra - Nov-03-2019, 07:40 PM - Forum: General Coding Help - Replies (2)

I am a beginner.

The following code prints out lines that begin with From:.

[python]
fhand = open('mbox-short.txt')
for line in fhand:
..... More

Print this item

  A notice of activity
Posted by: Niv_Neos - Nov-03-2019, 05:19 PM - Forum: Board - Replies (8)

Hello community of Python, after much consideration, we will no longer be communicated our posts here due to the subtitles of the naming on this forum..... More

Print this item

  size of a windows folder
Posted by: metro17 - Nov-03-2019, 03:32 PM - Forum: General Coding Help - Replies (1)

Is it possible to limit size of a windows folder ?
preferably using python or any other way?
Thanks

Print this item

  Printing data
Posted by: scratchmyhead - Nov-03-2019, 02:36 PM - Forum: General Coding Help - Replies (4)

I'm new at python. I know the code to print a text file to the printer but how do you print a variable or text within your program? Thank you.


Th..... More

Print this item

  Converting parts of a list to int for sorting
Posted by: menator01 - Nov-03-2019, 01:57 PM - Forum: General Coding Help - Replies (2)

I've been struggling with this for a couple of days now
I'm trying to pull a list from a text file in the format below
convert the numbers to int an..... More

Print this item

  Reading specific rows from CVS to Excel
Posted by: DavidTheGrockle - Nov-03-2019, 01:57 PM - Forum: General Coding Help - Replies (3)

I am not completely sure that this is a Python pandas problem.

I start from a CVS file with 707,000 rows. From this (with help from yourselves) I h..... More

Print this item

  Details of attachment files in a msg file such as file names save into a python list
Posted by: klllmmm - Nov-03-2019, 12:42 PM - Forum: General Coding Help - Replies (2)

I want to get details of attachments in an email file (msg format).
1. I would like to get attachment names into a list.
Currently i can only get T..... More

Print this item

  regular expression and sub
Posted by: yokaso - Nov-03-2019, 10:43 AM - Forum: General Coding Help - Replies (6)

i would like to find a specific string and delete it from on initial string.

in my case i want to find the word "LOT N° 1" and delete if from the P..... More

Print this item

  slice python array on condition
Posted by: Gigux - Nov-03-2019, 09:47 AM - Forum: General Coding Help - Replies (2)

Hello,
I have a python 2D array that looks like this:
[python]
Labels = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", \
"M", "N..... More

Print this item

Forum stats
Latest posts
Topic Date, time  Author Last Sender Forum
  data fetching for indian ... 1 hour 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...
  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
Most views
  The best Prog... 579311
  Tutorial Requ... 512185
  Web Scraping ... 442203
  Newbie with P... 386310
  New Users Int... 379899
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 6916
metulburr 5151
Top referrers
Googlepro 23
python 6
metulburr 6
NonEntity 5
buran 3
Newest members
irukson Today
J2M Yesterday
jackhunter Yesterday
EmilyCarter Yesterday
xdimbah Yesterday

User Panel Messages

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