Python Forum
Indentation error in Python code
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Indentation error in Python code
#6
Hi Ernest.
In principle, to amend the errors arising during runtime of a python script, I do follow, step by step, the prompt appearing on the screen, like I've done in your code of opening post (named ernest.py):
C:\Training>python ernest.py
  File "ernest.py", line 11
    return 1/(1 + np.exp(-x))
         ^
IndentationError: expected an indented block
So, line 11 should be indented; same story for next ones.

About your question to find software to indent python codes under linux, please be minded that Python is a multi-platform language. What does this mean? That any script (.py) running under Windows can be processed inside Linux O.S., like I've done with yours, as per att'd screenshot http://imgbox.com/lL1OnzOE

In other words, you adjust your well indented code under Windows, and then run it in Ubuntu.

Cheers
Reply


Messages In This Thread
Indentation error in Python code - by ErnestTBass - Feb-25-2019, 03:30 AM
RE: Indentation error in Python code - by Yoriz - Feb-25-2019, 06:22 AM
RE: Indentation error in Python code - by samsonite - Feb-25-2019, 04:44 PM
RE: Indentation error in Python code - by samsonite - Feb-28-2019, 04:26 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Code error from Fundamentals of Python Programming van Richard L. Halterman Heidi 12 1,683 Jul-25-2023, 10:32 PM
Last Post: Skaperen
  Syntax error while executing the Python code in Linux DivAsh 8 1,543 Jul-19-2023, 06:27 PM
Last Post: Lahearle
  Compiles Python code with no error but giving out no output - what's wrong with it? pythonflea 6 1,554 Mar-27-2023, 07:38 AM
Last Post: buran
  Error in if-then-else python code Led_Zeppelin 6 2,373 Jul-27-2022, 07:53 PM
Last Post: deanhystad
  Facing error while executing below Python code ramu4651 1 5,724 Jan-26-2021, 06:40 PM
Last Post: ibreeden
  Skeleton file export error Python Code pepapoha 4 3,480 Nov-17-2020, 02:06 AM
Last Post: pepapoha
Bug Python Shell 3.9.0 - Issue with indentation Earis 17 6,597 Oct-31-2020, 07:00 AM
Last Post: Earis
  Compiling Python 3.8.5 source code results in build error Deepan 0 2,175 Sep-14-2020, 04:11 AM
Last Post: Deepan
  Syntax error in python code sample ErnestTBass 5 3,100 Aug-14-2020, 07:14 PM
Last Post: deanhystad
  Indentation Error With If Else Statement JoeDainton123 3 1,813 Aug-02-2020, 08:29 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

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