Skip to content

raj-ch017/python-crash-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crash Course on Python

This course is designed to teach you the foundations in order to write simple programs in Python using the most common structures. No previous exposure to programming is needed. By the end of this course, you'll understand the benefits of programming in IT roles; be able to write simple programs using Python; figure out how the building blocks of programming fit together; and combine all of this knowledge to solve a complex programming problem.

Learning Objectives:

  • Writing short Python scripts to perform automated actions
  • Understand how to use the basic Python structes of lists, strings and dictionaries
  • Creating your own Python objects

Documentation:


This repository has been marked 'completed'.