-- Data Types Fundamental Datatypes -- Classes : Custom types I can create a class and name it whatever I want -- Specialized Datatypes Modules : You can think of them as extensions that you can add to the language They are not build into python, they are specialized packages . They are modules that we can use from libraries. you can create your own datatype such as superCars which you can create for yourself Specialized Datatypes They are special packages and modules from python that you can use from libraries. You can think of it as extensions that you can add to the language. This is something that we can talk about when we talk later in our course. None datatype Int and Float Data Type : Round :
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 --...
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Complete Python Developer in 2021 : Zero to Mastery ::: Python Community : Join by clicking here: https://discord.gg/nVmbHYY Trainers : Blog to stay up-to-date with whats new in Python https://zerotomastery.io/blog/?tag=PM ACADEMY : ZTM : https://zerotomastery.io/courses Python Cheat Sheet : https://github.com/aneagoie/ztm-python-cheat-sheet +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Section 1: Introduction :: 1. Course Outline 2. Join Our Online Classroom! 3. Exercise: Meet The Community Section 2: Python Introduction :: 4. What Is A Programming Language 5. Python Interpreter There are two types of translator "Interpreter" & "Compiler" 1. Interpreter : An interpreter is a translator that translates you code line by by 2. Compiler : Compiler is one that take the entire file of code , translates a...
Comments
Post a Comment