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

Introduction to Python Programming

Syllabus

Uploaded by

dg9wzvrf8y
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)
16 views1 page

Introduction to Python Programming

Syllabus

Uploaded by

dg9wzvrf8y
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

 Methodologies  
Course  #:  16:137:552  
Credits:  3  
Semesters  offered:  Fall,  Spring,  Summer  
 
COURSE  DESCRIPTION:  
Hybrid  (Mostly  online,  5-­‐7  in  person  lectures,  Lab  hours  as  needed)  
 
Python  is  becoming  one  of  the  most  popular  programming  languages  in  the  
world.    Used  to  teach  programming  at  six  of  the  top  ten  computer  science  programs  
in  the  U.S.,  Python  has  a  reputation  for  being  a  well-­‐supported  language  that  is  ideal  
for  education.    This  support  and  quick  learning  curve  has  also  made  it  popular  
among  scientists.    This  course  acts  as  an  introduction  to  computer  programming  
with  the  Python  programming  language.    The  basics  of  imperative  programming  will  
be  covered  as  well  as  selected  areas  of  computer  science,  object  oriented  
programming  and  data  structures.    Computer  programming  is  about  problem  
solving  so  we  will  begin  to  think  about  how  to  solve  problems  in  discrete  steps  like  
computers  do.    After  the  beginning  of  the  course,  when  we  have  our  sea  legs,  we  will  
begin  to  introduce  ideas  from  Data  Science  and  use  what  we  have  learned  about  
computer  programming  and  problem  solving  in  this  area.    
 
COURSE  OBJECTIVES:  
Upon  completion  of  this  course,  candidates  can  expect  to:  
1 Understand  problem  solving  with  computer  programming,  computational  
thinking  and  discrete  algorithms.  
2 Demonstrate  experience  with  the  Python  programming  language  and  its  design  
environments.  
3 Have  the  ability  to  create  well  documented  computer  programs  that  uses  logical  
constructs  and  the  syntax  of  the  Python  programming  language.  
   
OUTLINE:  
Unit  1:  Basics  of  a  program,  variables,  assignments,  conditionals,controls,  
programming  environments.  
Unit  2:  Strings,  lists,  dictionaries,  loops.  
Unit  3:  Functions,  modularity,  libraries,  file  i/0,  exception  handling.  
Unit  4:  Graphics,  data  handling,  CS  topics:  sorting,  searching,  recursion,  Big  O  
Unit  5:  Object  Oriented  programming:  classes,  methods,  constructors,  inheritance,  
polymorphism  
Unit  6:  Simple  Data  Structures:  stacks,  queues,  linked  lists,  trees  
 

Common questions

Powered by AI

Teaching imperative programming fundamentals early in the course is significant as it establishes a solid foundation for understanding programming logic. These fundamentals—variables, assignments, conditionals, and loops—are critical for grasping how software operates at a basic level, forming a basis for advanced topics like data science and object-oriented programming .

The key programming structures include variables, conditionals, loops, functions, and data structures like lists and dictionaries. These structures form the building blocks of computational thinking by enabling students to break down problems into small, manageable parts and to devise algorithms for problem-solving systematically .

Learning about data structures like stacks, queues, linked lists, and trees helps students grasp complex topics such as sorting, searching, and recursion. Understanding these structures is foundational for implementing algorithms efficiently and is critical for solving computational problems with improved performance .

The hybrid format, consisting mostly of online sessions supplemented by 5-7 in-person lectures and lab hours as needed, supports effective learning by offering flexibility and varied instructional methods. This approach allows for self-paced learning while benefitting from direct interactions and hands-on practice in real-world labs, enriching the overall educational experience .

The curriculum includes classes, methods, constructors, inheritance, and polymorphism, which are essential OOP concepts. These elements are important because they allow for code reuse, modularity, and the encapsulation of data, enhancing the ability to manage complexity in software development .

Exception handling is crucial for writing robust programs as it allows developers to manage and respond to runtime errors gracefully. Including this topic equips students with the ability to anticipate potential issues and implement strategies to prevent program crashes, thus making their code resilient and reliable .

The course builds on students' earlier knowledge of Python programming and problem-solving to introduce data science concepts. By leveraging the foundational understanding of logical constructs and programming environments, students can apply their skills to data science problems, such as data manipulation and analysis, thus integrating theoretical and practical knowledge .

Libraries are crucial as they provide pre-written code for common tasks, allowing students to build applications more efficiently. They facilitate rapid development by enabling the reuse of existing functionalities, thus helping students focus on solving specific programming challenges rather than implementing standard code from scratch .

The course objectives stress the importance of Python's design environments by highlighting students’ experience with these environments as a key outcome. Understanding and utilizing Python's design environments are crucial because they provide the tools and interfaces needed for coding, debugging, and testing applications, ultimately leading to the creation of well-documented programs .

The 'Python Methodologies' course equips students with problem-solving skills by teaching computational thinking and discrete algorithms. Students learn to solve problems by breaking them down into discrete steps that a computer can execute. Additionally, they gain experience with Python, including logical constructs, enabling them to tackle complex programming tasks .

You might also like