Skip to content

anasnajaa/intro_to_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to programming

Collection of python files that include general programming topics and some cpecefic concepts related to Python. The purpose is to learn programming by example. Some files include extra comments to exaplin certain code blocks.

Python version used: 3.7.3

Course Description:
https://docs.google.com/document/d/1JcKvo0MrV6fzEfsyt6GZUp16LB2Lyj2XZB6YtVUjWPM/edit?usp=sharing

Some general programming topics included

  • Data types
  • Arethmetic operators
  • Comparison operators
  • Logical operators
  • If conditions
  • Loops
  • Functions
  • Objects
  • Classes

Some python specefic topics included

  • Globals
  • Loops with else
  • Dynamic Strong Typing
  • Tuples unpacking
  • Lambda

About

Learning programming with python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages