{"cells":[{"cell_type":"code","source":"L = list(range(10))\nL","metadata":{"id":"FGpd_WTSSgVf","colab":{"base_uri":"https://localhost:8080/"},"cell_id":"c6e99f6e01724f4baa3926eadcc7c05d","outputId":"32ed941b-49d3-4641-d15f-d91b468c94d5","executionInfo":{"user":{"userId":"04741209928239412574","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gi4e7mWJaOA2l-1KUn-omyigRGSrm83lG6XLzS5=s64","displayName":"david francisco bustos usta"},"status":"ok","elapsed":5,"user_tz":300,"timestamp":1640464416184},"deepnote_cell_type":"code"},"outputs":[{"output_type":"execute_result","data":{"text/plain":"[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]"},"metadata":{},"execution_count":1}],"execution_count":1},{"cell_type":"code","source":"T = tuple(range(10))\nT","metadata":{"id":"UY4mn9XSTGOX","colab":{"base_uri":"https://localhost:8080/"},"cell_id":"fe64f869f7724b8aa2ce780c6ffd7b15","outputId":"f5fe5f46-1996-44df-d66a-eaa53ccfef2f","executionInfo":{"user":{"userId":"04741209928239412574","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gi4e7mWJaOA2l-1KUn-omyigRGSrm83lG6XLzS5=s64","displayName":"david francisco bustos usta"},"status":"ok","elapsed":533,"user_tz":300,"timestamp":1640464421291},"deepnote_cell_type":"code"},"outputs":[{"output_type":"execute_result","data":{"text/plain":"(0, 1, 2, 3, 4, 5, 6, 7, 8, 9)"},"metadata":{},"execution_count":2}],"execution_count":2},{"cell_type":"code","source":"import numpy as np\nNpa = np.array(range(10))\nNpa","metadata":{"id":"dXLG4hMNTJH7","colab":{"base_uri":"https://localhost:8080/"},"cell_id":"144843cdd4d24bdf91c12112d4c7455a","outputId":"92e037eb-8dc5-4c86-bc22-beabcff3afc8","executionInfo":{"user":{"userId":"04741209928239412574","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gi4e7mWJaOA2l-1KUn-omyigRGSrm83lG6XLzS5=s64","displayName":"david francisco bustos usta"},"status":"ok","elapsed":5,"user_tz":300,"timestamp":1640464438825},"deepnote_cell_type":"code"},"outputs":[{"output_type":"execute_result","data":{"text/plain":"array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])"},"metadata":{},"execution_count":4}],"execution_count":4},{"cell_type":"code","source":"Np_cero = np.zeros(10)\nNp_cero","metadata":{"id":"-QBnIys9TNk8","colab":{"base_uri":"https://localhost:8080/"},"cell_id":"dc96cf8f52694c48b3c2e856b6cfd778","outputId":"c75f8bf1-39b2-44d7-cde3-07482e975f4e","executionInfo":{"user":{"userId":"04741209928239412574","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gi4e7mWJaOA2l-1KUn-omyigRGSrm83lG6XLzS5=s64","displayName":"david francisco bustos usta"},"status":"ok","elapsed":410,"user_tz":300,"timestamp":1640464450964},"deepnote_cell_type":"code"},"outputs":[{"output_type":"execute_result","data":{"text/plain":"array([0., 0., 0., 0., 0., 0., 0., 0., 0., 0.])"},"metadata":{},"execution_count":5}],"execution_count":5},{"cell_type":"code","source":"Np_cero_int = np.zeros(10, dtype=int)\nNp_cero_int","metadata":{"id":"n4joSFqVTRL2","colab":{"base_uri":"https://localhost:8080/"},"cell_id":"37b74a4dcc8e4f1495de740aa074f849","outputId":"b0a8e5aa-1250-407a-ecc7-30bca128a375","executionInfo":{"user":{"userId":"04741209928239412574","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gi4e7mWJaOA2l-1KUn-omyigRGSrm83lG6XLzS5=s64","displayName":"david francisco bustos usta"},"status":"ok","elapsed":530,"user_tz":300,"timestamp":1640464465097},"deepnote_cell_type":"code"},"outputs":[{"output_type":"execute_result","data":{"text/plain":"array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0])"},"metadata":{},"execution_count":6}],"execution_count":6},{"cell_type":"code","source":"Np_uno = np.ones(10)\nNp_uno","metadata":{"id":"ZRXUyWmITUEW","colab":{"base_uri":"https://localhost:8080/"},"cell_id":"94873cd8fc1b45a3a27b10fdefc925c1","outputId":"6c3e41de-ec48-4c52-9d3b-2b725449d289","executionInfo":{"user":{"userId":"04741209928239412574","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gi4e7mWJaOA2l-1KUn-omyigRGSrm83lG6XLzS5=s64","displayName":"david francisco bustos usta"},"status":"ok","elapsed":416,"user_tz":300,"timestamp":1640464473739},"deepnote_cell_type":"code"},"outputs":[{"output_type":"execute_result","data":{"text/plain":"array([1., 1., 1., 1., 1., 1., 1., 1., 1., 1.])"},"metadata":{},"execution_count":7}],"execution_count":7},{"cell_type":"code","source":"Np_relleno = np.full(10,256)\nNp_relleno","metadata":{"id":"IpBOWjtSTWCf","colab":{"base_uri":"https://localhost:8080/"},"cell_id":"e1d4529bba9044a0ba0ca661c4811dfd","outputId":"4ba99ff9-bf41-4a5a-d07b-1a128dd70cec","executionInfo":{"user":{"userId":"04741209928239412574","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gi4e7mWJaOA2l-1KUn-omyigRGSrm83lG6XLzS5=s64","displayName":"david francisco bustos usta"},"status":"ok","elapsed":578,"user_tz":300,"timestamp":1640464481281},"deepnote_cell_type":"code"},"outputs":[{"output_type":"execute_result","data":{"text/plain":"array([256, 256, 256, 256, 256, 256, 256, 256, 256, 256])"},"metadata":{},"execution_count":8}],"execution_count":8},{"cell_type":"code","source":"Np_rango = np.arange(10)\nNp_rango","metadata":{"id":"k3cgfzbtTX4L","colab":{"base_uri":"https://localhost:8080/"},"cell_id":"952c7e91cf914439a2fe4b1021eea29d","outputId":"da00adb3-5b77-4e76-abf0-bf7e6997b343","executionInfo":{"user":{"userId":"04741209928239412574","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gi4e7mWJaOA2l-1KUn-omyigRGSrm83lG6XLzS5=s64","displayName":"david francisco bustos usta"},"status":"ok","elapsed":413,"user_tz":300,"timestamp":1640464495619},"deepnote_cell_type":"code"},"outputs":[{"output_type":"execute_result","data":{"text/plain":"array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])"},"metadata":{},"execution_count":9}],"execution_count":9},{"cell_type":"code","source":"Np_random_dimensiones = np.random.randint(10, size=(3, 4))\nNp_random_dimensiones","metadata":{"id":"vFI_hk_tTbRl","colab":{"base_uri":"https://localhost:8080/"},"cell_id":"59ca747d07f648a994282096569c5584","outputId":"64c4cdda-343b-475f-e208-1f846c8d6d1b","executionInfo":{"user":{"userId":"04741209928239412574","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gi4e7mWJaOA2l-1KUn-omyigRGSrm83lG6XLzS5=s64","displayName":"david francisco bustos usta"},"status":"ok","elapsed":625,"user_tz":300,"timestamp":1640464509543},"deepnote_cell_type":"code"},"outputs":[{"output_type":"execute_result","data":{"text/plain":"array([[3, 9, 2, 9],\n [6, 2, 3, 1],\n [1, 8, 8, 3]])"},"metadata":{},"execution_count":10}],"execution_count":10},{"cell_type":"code","source":"# Verificando el tipo de dato de array\narr = np.array([1, 2, 3, 4])\nprint(arr.dtype) ","metadata":{"id":"ocX4vPBvTe02","colab":{"base_uri":"https://localhost:8080/"},"cell_id":"d87350129ece48d79edac130bee7b48b","outputId":"f6469f05-ad62-4958-9fbd-d9ccc5b764a6","executionInfo":{"user":{"userId":"04741209928239412574","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gi4e7mWJaOA2l-1KUn-omyigRGSrm83lG6XLzS5=s64","displayName":"david francisco bustos usta"},"status":"ok","elapsed":6,"user_tz":300,"timestamp":1640464543950},"deepnote_cell_type":"code"},"outputs":[{"output_type":"stream","name":"stdout","text":"int64\n"}],"execution_count":11},{"cell_type":"code","source":"arr = np.array(['apple', 'banana', 'cherry'])\nprint(arr.dtype) ","metadata":{"id":"SugzRX2MULfo","colab":{"base_uri":"https://localhost:8080/"},"cell_id":"22310505ea6749a486fb3ba5f5f6711a","outputId":"fe71d578-d67b-47c5-f9a0-b246c32bb6a5","executionInfo":{"user":{"userId":"04741209928239412574","photoUrl":"https://lh3.googleusercontent.com/a-/AOh14Gi4e7mWJaOA2l-1KUn-omyigRGSrm83lG6XLzS5=s64","displayName":"david francisco bustos usta"},"status":"ok","elapsed":488,"user_tz":300,"timestamp":1640464698960},"deepnote_cell_type":"code"},"outputs":[{"output_type":"stream","name":"stdout","text":"\nCreated in deepnote.com \nCreated in Deepnote","metadata":{"created_in_deepnote_cell":true,"deepnote_cell_type":"markdown"}}],"nbformat":4,"nbformat_minor":0,"metadata":{"colab":{"name":"Clase_05.ipynb","provenance":[],"authorship_tag":"ABX9TyNYxhnG6TJ+u5RFthNz6/5d","collapsed_sections":[]},"deepnote":{},"kernelspec":{"name":"python3","display_name":"Python 3"},"language_info":{"name":"python"},"deepnote_notebook_id":"e5c37cf43df04fde8fd89aa7e507d03c","deepnote_execution_queue":[]}}