283
Page views
28
Files
2
Videos
2
R.Links

Icon
Announcements

  • Lecture Notes

    Dear Students the Lecture Notes has been uploaded for the following topics:
    Fundamentals of Computing – Identification of Computational Problems -Algorithms ,
    Building blocks of algorithms (statements, state, control flow, functions),
    notation (pseudo code, flow chart, programming language),
    algorithmic problem solving,
    simple strategies for developing algorithms (iteration, recursion) ,
    Illustrative problems: find minimum in a list,
    guess an integer number in a range ,
    Towers of Hanoi.,
    values and types: int, float, boolean, string and list,
    Python interpreter and interactive mode, debugging ,
    variables, expressions, statements ,
    tuple assignment and Example,
    precedence of operators, comments,
    local and global scope, function composition, recursion,
    Conditionals: Boolean values and operators ,
    conditional (if), alternative (if-else),chained conditional (if-elif & else);Iteration: stat,
    while, for, break, continue, pass ,
    Fruitful functions: return values, parameters,
    Strings: string slices, immutability, string functions and methods, string module,
    linear search ,
    binary search,
    Lists as arrays. Illustrative programs: square root, gcd, exponentiation, sum an array of numbers

  • Resource Link

    Dear Students the Resource Link has been uploaded for the following topics:
    Python for Beginners

  • Youtube Video

    Dear Students the Youtube Video has been uploaded for the following topics:
    Python for Beginners
    Python for Beginners - Learn Python in 1 Hour