Skip to content
#

array-manipulation

Here are 44 public repositories matching this topic...

NumPy is an extension library for Python language, supporting operations of a large number of high-dimensional arrays and matrices. In addition, it also provides a large number of mathematical function libraries for array operations. Machine learning involves a lot of transformations and operations on arrays, which makes NumPy one of the essenti...

  • Updated Oct 23, 2025

This course contains lots of challenges for NumPy, each challenge is a small NumPy project with detailed instructions and solutions. You can practice your NumPy skills by solving these challenges, improve your problem-solving skills, and learn how to write clean and efficient code.

  • Updated Oct 23, 2025

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.

  • Updated Oct 23, 2025

Build real NumPy projects with 6 beginner-friendly challenges. Learn by doing with guided coding exercises and practical applications.

  • Updated Oct 23, 2025

A comprehensive collection of C programs organized by category, showcasing various programming concepts from pattern printing to array applications. Ideal for beginners learning C programming and students looking for practical examples of algorithms and coding techniques.

  • Updated Mar 27, 2025
  • C
Data-Structure-And-Algorithms

This program manages election data by importing candidate names and vote counts from a file. It provides commands for candidate vote lookup, determining the election winner, and displaying election statistics (including total and average votes, percentages). It helps track and analyze election results efficiently.

  • Updated Oct 23, 2024
  • Python

Improve this page

Add a description, image, and links to the array-manipulation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the array-manipulation topic, visit your repo's landing page and select "manage topics."

Learn more