0% found this document useful (0 votes)
2 views1 page

Python Programming Notes-3

The document outlines the outcomes for a Python programming course, detailing the skills students will acquire, such as writing and executing Python programs, structuring code, and handling data with various data types. It lists primary textbooks and reference materials for the course, including works by Allen B. Downey and R. Nageswara Rao. The focus is on practical programming skills and understanding Python's data handling capabilities.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Python Programming Notes-3

The document outlines the outcomes for a Python programming course, detailing the skills students will acquire, such as writing and executing Python programs, structuring code, and handling data with various data types. It lists primary textbooks and reference materials for the course, including works by Allen B. Downey and R. Nageswara Rao. The focus is on practical programming skills and understanding Python's data handling capabilities.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

PYTHON PROGRAMMING III YEAR/II SEM MRCET

OUTCOMES: Upon completion of the course, students will be able to


 Read, write, execute by hand simple Python programs.
 Structure simple Python programs for solving problems.
 Decompose a Python program into functions.
 Represent compound data using Python lists, tuples, dictionaries.
 Read and write data from/to files in Python Programs

TEXT BOOKS
[Link] B. Downey, ``Think Python: How to Think Like a Computer Scientist‘‘, 2nd edition,
Updated for Python 3, Shroff/O‘Reilly Publishers, 2016.
2.R. Nageswara Rao, “Core Python Programming”, dreamtech
3. Python Programming: A Modern Approach, Vamsi Kurama, Pearson

REFERENCE BOOKS:
1. Core Python Programming, [Link], Pearson.
2. Introduction to Python, Kenneth A. Lambert, Cengage
3. Learning Python, Mark Lutz, Orielly

You might also like