Categories
- Pharmacy
-
Nursing
-
MBA
-
BBA
- U.P. State University
- Veer Bahadur Singh Purvanchal University, Jaunpur
- Chaudhary Charan Singh University, Meerut
- Dr. Bhimrao Ambedkar University, Agra
- Chhatrapati Shahu Ji Maharaj University, Kanpur
- Mahatma Jyotiba Phule Rohilkhand University, Bareilly
- Mahatma Gandhi Kashi Vidyapith, Varanasi
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Deen Dayal Upadhyaya Gorakhpur University
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj
-
BCA
- UP State Universities
- University of Pune
- I.K.Gujral Punjab Technical University (PTU)
- University of Rajasthan
- Rashtrasant Tukadoji Maharaj Nagpur University
- Uttar Pradesh NEP2020
- University of Rajasthan ,Jaipur (According to NEP-2020)
- BCCA (B. Com - Computer Science)
- Haryana
- West Bengal
- BBA (CA)
- PUNE BCA (Sci,Commerce)/B.Com (CA)
- Dr. A. P. J. Abdul Kalam Technical University, Lucknow ( AKTU )
- MCA
-
B Ed
- Lucknow University B.Ed Books
- Chaudhary Charan Singh University/Maa Shakambhari University, Saharanpur
- Dr Bhim Rao Ambedkar University, Agra
- Mahatma Gandhi Kashi Vidyapeeth, Varanasi
- Chhatrapati Shahu Ji Maharaj University
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj (PRSU)
- Mahatma Jyotiba Phule Rohilkhand University(Mjpru), Bareilly
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Bundelkhand University, Jhansi
- B.A,B.ed
- B.Sc, B.ed
- Deen Dayal Upadhyaya Gorakhpur University
- Veer Bahadur Purvanchal University (VBPU)
- Maharaja Suhel Dev State University ,Azamgarh (MSDSU)
- Raja Mahendra Pratap Singh State University, Aligarh (RMPSSU)
- Barkatullah Vishwavidyalaya (Bhopal)
- Jiwaji University (Gwalior)
- Vikram University (Ujjain)
- Dr. Harisingh Gour University (Sagar)
- Devi Ahilya Vishwavidyalaya (Indore)
- Rani Durgavati Vishwavidyalaya (Jabalpur)
- Awadhesh Pratap Singh University (Rewa)
- Maharaja Chhatrasal Bundelkhand University (Chhatarpur)
- D. EL. ED
- TET
-
B Com
-
B Sc
- B.Sc. U.P. State Universities Common Syllabus NEP
- Veer Bahadur Singh Purvanchal University, Jaunpur
- University of Lucknow
- Chaudhary Charan Singh University, Meerut
- Madhya Pradesh
- Chhatrapati Shahu Ji Maharaj University, Kanpur
- Dr. Bhimrao Ambedkar University, Agra
- Mahatma Gandhi Kashi Vidyapith, Varanasi
- DEEN DAYAL UPADHYAYA GORAKHPUR UNIVERSITY
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Mahatma Jyotiba Phule Rohilkhand University, Bareilly
- Uttarakhand State Universities
- B.Sc. Bihar Universities Common Syllabus NEP
- University of Rajasthan (Jaipur)
- Haryana
-
Bachelor of Arts [B.A.]
- B.A. Of U.P. State Universities Common Syllabus NEP
- Veer Bahadur Singh Purvanchal University, Jaunpur
- University of Lucknow
- Chaudhary Charan Singh University, Meerut
- Chhatrapati Shahu Ji Maharaj University, Kanpur
- Dr. Bhimrao Ambedkar University, Agra
- Mahatma Gandhi Kashi Vidyapith, Varanasi
- Deen Dayal Upadhyaya Gorakhpur University
- Prof. Rajendra Singh (Rajju Bhaiya) University, Prayagraj
- Dr. Ram Manohar Lohia Avadh University, Ayodhya
- Mahatma Jyotiba Phule Rohilkhand University, Bareilly
- Madhya Pradesh
- Uttarakhand
- Bihar
- University of Rajasthan (Jaipur Syllabus as Per NEP2020)
- Haryana NEP-2020
- B Tech
- LLB
- SWA Education
Python
ISBN-978-93-5480-076-4
AUTHORS-Prof. Dr. Moon Moon Paithankar, Patil Yogesh Vijay, Prof. Mayuri Padhye

ISBN-978-93-5480-076-4
AUTHORS-Prof. Dr. Moon Moon Paithankar, Patil Yogesh Vijay, Prof. Mayuri Padhye
₹145.00
Tax excluded
Syllabus
PYTHON
Subject Code: 504
Unit
|
Details
|
Lectures
|
I
|
Unit 1: Introduction to Python
1.1 History, feature of Python, setting up path, working with python Interpreter, basic syntax, variable and data types, operators 1.2 Conditional statements-If, If-Else, nested if-else, Examples. 1.3 Looping-For, While, Nested loops, Examples 1.4 Control Statements-Break, Continue, Pass. 1.5 String Manipulation-Accessing String, Basic Operations, String Slices, Function and Methods, Examples. 1.6 Lists-Introduction, accessing list, operations, working with lists, function & methods. 1.7 Tuple-Introduction, Accessing tuples, operations working, function & methods, Examples. 1.8 Dictionaries-Introduction, Accessing values in dictionaries, working with dictionaries, properties, function, Examples. 1.9 Functions-Defining a function, calling a function, types of function, function arguments, anonymous function, global & local variable, Examples. |
(16)
|
II
|
Unit 2: Modules and Packages
2.1Built in Modules
2.1.1 Importing modules in python program 2.1.2 Working with Random Modules. 2.1.3 E.g. - built-ins, time, date time, calendar, sys, etc 2.2 User Defined functions
2.2.1Structure of Python Modules 2.3 Packages
2.3.1 Predefined Packages 2.3.2User defined Packages |
(06)
|
III
|
Unit 3: Classes ,Objects and Inheritance
3.1 Classes and Objects
3.1.1 Classes as User Defined Data Type 3.1.2 Objects as Instances of Classes 3.1.3 Creating Class and Objects 3.1.4 Creating Objects By Passing Values 3.1.5 Variables & Methods in a Class 3.2 Inheritance
3.2.1 Single Inheritance 3.2.2 Multilevel Inheritance 3.2.3 Multiple Inheritance 3.2.4 Hybrid Inheritance 3.2.5 Hierarchical Inheritance 3.2.6 IS-A Relationship and HAS-A Relationship
|
(06)
|
IV
|
Unit 4: Exception Handling
4.1 Python Exception 4.2 Common Exception 4.3 Exception handling in Python (try-except-else) 4.4 The except statement with no exception 4.5 Multiple Exception 4.6 The try-finally clause 4.7 Custom Exception and assert statement
|
(04)
|
V
|
Unit 5: GUI Programming
5.1 Introduction 5.2 Tkinter programming 5.4 Tkinter widgets 5.5 Frame 5.6 Button 5.7 Label 5.8 Entry
|
(10)
|
VI
|
Unit 6: Python Libraries
6.1 Statistical Analysis- NumPy, SciPy, Pandas, StatsModels 6.2 Data Visualization- Matplotlib, Seaborn, Plotly 6.3 Data Modelling and Machine Learning- Scikit-learn, XGBoost, Eli5 6.4 Deep Learning- TensorFlow, Pytorch, Keras 6.5 Natural Language Processing (NLP)- NLTK, SpaCy, Gensim
|
(04)
|
SPPU2021/ BBA(CA)/5/04
43 Items
New
3 other products in the same category:
Comments (0)
No customer reviews for the moment.
Your review appreciation cannot be sent
Report comment
Are you sure that you want to report this comment?
Report sent
Your report has been submitted and will be considered by a moderator.
Your report cannot be sent
Write your review
Review sent
Your comment has been submitted and will be available once approved by a moderator.
Your review cannot be sent
Customers who bought this product also bought:
Advanced Java
Price
₹170.00
ISBN- 978-93-5480-457-1
Authors - Prof. Nutan Prakash Joshi , Prof. Suvarna Amit Gogate , Prof. Khule Rahul Bhaskar
Object Oriented Software...
Price
₹180.00
ISBN- 978-93-5480-084-9
AUTHORS- Prof. Prachi S. Patekar, Mr. Deepak Shivaji Dandwate
Core Java
Price
₹175.00
ISBN- 978-93-5480-063-4
AUTHORS- Prof. Manoj Ashok Sathe, Prof. Khule Rahul Bhaskar, Prof. Ashvini Swapnil, Tanpure
Recent Trends In IT
Price
₹210.00
ISBN - 978-93-5480-441-0
Authors - Dr. Manoj Ashok Sathe , Prof. Talule S.S. , Prof. Anamika Upadhyay
Cyber Security
Price
₹155.00
ISBN- 978-93-5480-068-9
AUTHORS- Nutan Prakash Joshi, Ms. Manishaben Jaiswal, Prof. Dhananjay Murlidhar Wagh
Software Testing
Price
₹130.00
ISBN - 978-93-5480-463-2
Authors - Prof. Dhananjay Murlidhar Wagh , Prof. Ashvini Swapnil Tanpure , Prof. Ganesh Navanath Bhondve