Learning Python

A

Asad Hasan

Hi All ,

I have started leaning Python through web . Would like to know if
I should follow any book so that basics become clear with examples also
want to know like in perl i use to invoke perl -d to get a debugged output
is there any option in python.

THanks,
 
S

Steven D'Aprano

I have started leaning Python through web . Would like to know
if I should follow any book so that basics become clear with examples

Reading books is a good thing to do.

also
want to know like in perl i use to invoke perl -d to get a debugged
output is there any option in python.

Yes. Instead of calling your script like this:

python myscript.py

call it like this:

python -m pdb myscript.py
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,772
Messages
2,569,591
Members
45,103
Latest member
VinaykumarnNevatia
Top