To download the python for various platform like Windows, Linux , MacOS
Dream Always Dream , if you don't work on it : Real-world Oracle DBA troubleshooting guides for RAC, Data Guard, RMAN, performance tuning, upgrades, backups, and cloud migration. Tested in production environments.
Friday, July 18, 2025
Python Introduction
What is python ?
- Python is very popular programming language and this is developed by Guido van Rossum .
- This is released in 1991 .
- Python supports multiple programming paradigms, including procedural, object-oriented, and functional programming
Key characteristics
- Interpreted: Python code is executed line by line, simplifying debugging and allowing for rapid prototyping.
- Object-Oriented: It supports object-oriented programming, enabling developers to create reusable and modular code.
- Dynamically Typed: Python automatically determines variable types during runtime, reducing the need for explicit type declarations and making coding more flexible.
- High-Level: Python handles complex operations like memory management, allowing developers to focus on problem-solving rather than low-level details.
- Platform Independent: Python code can run on various operating systems (Windows, MacOS, Linux) without modification, promoting portability.
- Free and Open-Source: Python is freely available to download, use, and distribute, fostering a large and active community that contributes to its continuous development and extensive library ecosystem.
Good to know :
The most recent version is python3
Subscribe to:
Posts (Atom)
what is catcon.pl (Catalog Container Script) and why very useful for Oracle Multitenant Database ?
catcon.pl (Catalog Container Script) is an Oracle utility introduced with the Multitenant Architecture (CDB/PDB) to execute SQL scripts ...
-
C:\Users\Administrator.ANURAG-PC>tnsping ducat TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 27-DEC-2017 21:...
-
Error while starting ./runInstaller for oracle 19c installation on Linux 8 [oracle@ip-192-168-43-225 oracle]$ ./runInstaller /u01/or...
-
Install CSSCAN login with SYS user @?/rdbms/admin/csminst.sql ############### csscan \"sys as sysdba\" full=y ...