×
MindLuster Logo

Python Scripting Basics

We Appreciate Your Feedback

Be the First One Review This Course

Excellent
0 Reviews
Good
0 Reviews
medium
0 Reviews
Acceptable
0 Reviews
Not Good
0 Reviews
0
0 Reviews

23CSE098 Nisha K

It's well good
2026-03-10

muhammad rayan attique

this lecture help u to do code and some research on your own
2025-09-26

Dharshini K

I just learn many ways to create that.
2025-09-18

Rakshitha kalingaiah

good
2025-09-11

Vignesh Jeyanthan

I understand the basics of python commands and functions. It would be good if they showed the first script using python
2025-06-16

Miguel Alves Da Rosa

This guy made my day
2025-06-12

Rathod Meet

very good
2023-08-28

A Python script is a collection of commands in a file designed to be executed like a program. The file can of course contain functions and import various modules, but the idea is that it will be run or executed from the command line or from within a Python interactive shell to perform a specific task .

c++ Programming Language