Ads block

Showing posts with label Python. Show all posts
Showing posts with label Python. Show all posts

Unit 5 Python Programming Notes | AKTU Notes


Unit 5 Python Programming Notes | AKTU Notes
Contents Matplotlib Matplotlib is a plotting library used to create graphs and visualizations in Python. Basic func…
Read more »

Unit 4 Python Programming Notes | AKTU Notes


Unit 4 Python Programming Notes | AKTU Notes
Contents Reading Files in Python Reading files means opening an existing file and getting its contents into your Py…
Read more »

Unit 3 Python Programming Notes | AKTU Notes


Unit 3 Python Programming Notes | AKTU Notes
Contents String Data Type In Python, a string is a sequence of characters enclosed in quotes. Strings are imm…
Read more »

Unit 2 Python Programming Notes | AKTU Notes


Unit 2 Python Programming Notes | AKTU Notes
Contents Conditional Blocks Conditional blocks are sections of code that run only when certain conditions are true. They h…
Read more »

Unit 1 Python Programming Notes | AKTU Notes


Unit 1 Python Programming Notes | AKTU Notes
Contents Introduction to Python Python is a high-level, interpreted programming language created by Guido van Rossum …
Read more »