B.Tech. II Year I Sem.
Prerequisites: A course on “Programming for Problem Solving”.
Course Objectives
● To be able to introduce core programming basics and program design with functions using
Python programming language.
● To understand a range of Object-Oriented Programming, as well as in-depth data and
information processing techniques.
● To understand the high-performance programs designed to strengthen the practical expertise.
Course Outcome
● Student should be able to understand the basic concepts scripting and the contributions of
scripting language
● Ability to explore python especially the object-oriented concepts, and the built in objects of
Python.
● Ability to create practical and contemporary applications such as TCP/IP network
programming, Web applications, discrete event simulations
Exp No 1 Program to demonstrate different number data types in Python.
a = 5
print(a, "is of type", type(a))
a = 2.0
print(a, "is of type", type(a))
a = 1+2j
print(a, "is complex number?", isinstance(1+2j,complex))
In questa pagina del sito puoi guardare il video online PYTHON PROGRAMMING LAB Exp 1 della durata di ore minuti seconda in buona qualità , che l'utente ha caricato DIWAKAR TIWARY 05 gennaio 2024, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 68 volte e gli è piaciuto 3 spettatori. Buona visione!