{"id":31133027,"url":"https://github.com/labex-labs/numpy-for-beginners","last_synced_at":"2025-09-18T05:04:11.384Z","repository":{"id":314067503,"uuid":"1054017449","full_name":"labex-labs/numpy-for-beginners","owner":"labex-labs","description":"This comprehensive course covers the fundamental concepts and practical techniques of NumPy, the essential library for numerical computing in Python. Learn to create, manipulate, and analyze arrays efficiently.","archived":false,"fork":false,"pushed_at":"2025-09-10T08:49:52.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-10T12:11:00.040Z","etag":null,"topics":["challenges","course","exercises","hands-on","labex","labs","numpy","playground","programming","python"],"latest_commit_sha":null,"homepage":"https://labex.io/courses/numpy-for-beginners","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/labex-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-10T08:49:27.000Z","updated_at":"2025-09-10T08:49:56.000Z","dependencies_parsed_at":"2025-09-10T12:11:38.035Z","dependency_job_id":"2035c0e7-c76f-44de-aa2a-b59956045106","html_url":"https://github.com/labex-labs/numpy-for-beginners","commit_stats":null,"previous_names":["labex-labs/numpy-for-beginners"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/labex-labs/numpy-for-beginners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fnumpy-for-beginners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fnumpy-for-beginners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fnumpy-for-beginners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fnumpy-for-beginners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labex-labs","download_url":"https://codeload.github.com/labex-labs/numpy-for-beginners/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labex-labs%2Fnumpy-for-beginners/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275712384,"owners_count":25514205,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["challenges","course","exercises","hands-on","labex","labs","numpy","playground","programming","python"],"created_at":"2025-09-18T05:03:06.480Z","updated_at":"2025-09-18T05:04:11.375Z","avatar_url":"https://github.com/labex-labs.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# NumPy for Beginners\n\n## Languages\n\n🇨🇳 [简体中文](README_zh.md) 🇪🇸 [Español](README_es.md) 🇫🇷 [Français](README_fr.md) 🇩🇪 [Deutsch](README_de.md) 🇯🇵 [日本語](README_ja.md) 🇷🇺 [Русский](README_ru.md) 🇰🇷 [한국어](README_ko.md) 🇧🇷 [Português](README_pt.md) 🇺🇸 [English](README.md) \n\n[![NumPy for Beginners](https://cover-creator.labex.io/numpy-for-beginners.png)](https://labex.io/courses/numpy-for-beginners)\n\n[![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/courses/numpy-for-beginners)\n\nThis comprehensive course covers the fundamental concepts and practical techniques of NumPy, the essential library for numerical computing in Python. Learn to create, manipulate, and analyze arrays efficiently.\n\n![NumPy](https://img.shields.io/badge/NumPy-whitesmoke?style=for-the-badge\u0026logo=numpy)\n![Python](https://img.shields.io/badge/Python-whitesmoke?style=for-the-badge\u0026logo=python)\n\n\n## Exercises\n\n|   Index | Name                             | Difficulty   | Practice                                                                                                   |\n|---------|----------------------------------|--------------|------------------------------------------------------------------------------------------------------------|\n|       1 | 📖 🆓 NumPy Array Creation       | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/numpy-numpy-array-creation-596338'\u003eStart Lab\u003c/a\u003e       |\n|       2 | 📖 🆓 NumPy Indexing on ndarrays | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/numpy-numpy-indexing-on-ndarrays-596339'\u003eStart Lab\u003c/a\u003e |\n|       3 | 📖 🆓 NumPy IO Genfromtxt        | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/numpy-numpy-io-genfromtxt-596340'\u003eStart Lab\u003c/a\u003e        |\n|       4 | 📖 🆓 NumPy Data Types           | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/numpy-numpy-data-types-596341'\u003eStart Lab\u003c/a\u003e           |\n|       5 | 📖 🆓 NumPy Broadcasting         | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/numpy-numpy-broadcasting-596342'\u003eStart Lab\u003c/a\u003e         |\n|       6 | 📖 🆓 NumPy Copies and Views     | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/numpy-numpy-copies-and-views-596343'\u003eStart Lab\u003c/a\u003e     |\n|       7 | 📖 🆓 NumPy Structured Arrays    | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/numpy-numpy-structured-arrays-596344'\u003eStart Lab\u003c/a\u003e    |\n|       8 | 📖 🆓 NumPy Universal Functions  | Beginner     | \u003ca target='_blank' href='https://labex.io/tutorials/numpy-numpy-universal-functions-596345'\u003eStart Lab\u003c/a\u003e  |\n\n## Environment\n\nLabEx is an interactive, hands-on learning platform dedicated to coding and technology. It combines labs, AI assistance, and virtual machines to provide a no-video, practical learning experience.\n\n![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png)\n\n- A strict \"Learn by Doing\" approach with exclusive hands-on labs and no videos.\n- Interactive online environments within the browser, with automated step-by-step checks.\n- A structured content organization with the Skill Tree based learning system.\n- A growing learning resource of 30 Skill Trees and over 6,000 Labs.\n- The learning assistant Labby, built on lastest AI models, providing a conversational learning experience.\n\nLearn more about [LabEx VM](https://support.labex.io/using-labex/virtual-machine).\n\n## More\n\n- 🔗 [NumPy Programming Courses](https://github.com/labex-labs/awesome-programming-courses)\n- 🔗 [NumPy Programming Projects](https://github.com/labex-labs/awesome-programming-projects)\n- 🔗 [NumPy Free Tutorials](https://github.com/labex-labs/numpy-free-tutorials)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabex-labs%2Fnumpy-for-beginners","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabex-labs%2Fnumpy-for-beginners","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabex-labs%2Fnumpy-for-beginners/lists"}