Posts

Showing posts from August, 2023

PYTHON : In 4 hours

Image
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ LESSION ::: 1 :: PYTHON  PYTHON FOR ORACLE :::: https://cx-oracle.readthedocs.io/en/latest/installation.html#quick-start-cx-oracle-installation Link :::   https://www.youtube.com/watch?v=rfscVS0vtbw&t=387s Installing Python :::  https://www.python.org/downloads/  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ You can use any of the test editors like notepad / tesxtedit to write your python code, however there are specifically designed text editors that are called  IDE (Integrated Development Environment). it is just a special environment where you can execute and run your Python code, since IDE are special test editors which helps to point out if there was an error in the code or syntax, therefore in this course we will using IDE's. And one of the most  popular IDE for python is called PyCharm. You can download  PyCharm  from --...