Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aflucas-uom/ari1102-intro-to-python
Explore this repository featuring 25 fully annotated Jupyter notebooks, designed to provide beginners with a solid understanding of fundamental Python functions, ensuring a smooth journey into programming proficiency.
https://github.com/aflucas-uom/ari1102-intro-to-python
Last synced: 7 days ago
JSON representation
Explore this repository featuring 25 fully annotated Jupyter notebooks, designed to provide beginners with a solid understanding of fundamental Python functions, ensuring a smooth journey into programming proficiency.
- Host: GitHub
- URL: https://github.com/aflucas-uom/ari1102-intro-to-python
- Owner: AFLucas-UOM
- Created: 2024-05-08T15:46:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T16:03:58.000Z (6 months ago)
- Last Synced: 2024-05-08T17:37:08.118Z (6 months ago)
- Language: Jupyter Notebook
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ARI1102 Intro to Python
## Description
This repository contains a collection of Jupyter notebooks covering basic Python functions. These notebooks are designed to help beginners become familiar with Python programming concepts and syntax.
## Contents
This repository contains two main sections:
1. **`Worksheets`:** This directory contains the clear, untouched worksheets for each topic.
2. **`Worksheets - Annotated`:** In this directory, you'll find the annotated versions of the worksheets. These notebooks include explanations, annotations, and answers to guide beginners through each topic.
## Getting Started
To get started, you can clone this repository to your local machine by running the following command in your terminal:
```bash
git clone https://github.com/AFLucas-UOM/ARI1102-Intro-to-Python.git
```After cloning the repository, you can open the notebooks using Jupyter Notebook or JupyterLab.
## Contributions
If you find any errors, have suggestions for improvement, or want to add more content, feel free to open an issue or submit a pull request.