json.loads(...) ValueError: Expecting value: line 1 column 1 (char 0)
Rustom Mody
rustompmody at gmail.com
Tue May 10 00:22:17 EDT 2016
On Tuesday, May 10, 2016 at 7:43:17 AM UTC+5:30, Steven D'Aprano wrote:
> On Tue, 10 May 2016 09:07 am, Terry Reedy wrote:
>
> > Editorial: Programming classes should teach basic debugging better. I
> > have seen numerous newbie Stackoverflow questions where the person
> > should have started with adding a print statement before posting a
> > question.
>
> +10000
Maybe the tutorial should have a small chapter on debugging (introspecting) showing how to use
- print
- type
- dir
And then iterating on these
More information about the Python-list
mailing list