Skip to content

adamu-labaran/python-programming-fellowship

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ArewaDS Python for Beginners - Cohort 3.0

ArewaDS Official Website: https://arewadatascience.github.io


📘 ArewaDS Python for Beginners - Cohort 3.0

Welcome to the Arewa Data Science Academy Python Programming Fellowship. This comprehensive, free program aims to equip aspiring data scientists and machine learning engineers with essential Python skills. A strong foundation in Python programming will significantly enhance your ability to learn data science and machine learning effectively.

This course is designed around hands-on, bite-sized exercises inspired by "Atomic Habits" by James Clear, to help you build strong Python habits. By completing daily tasks, you'll develop a deeper understanding of Python and apply your knowledge to real-world problems. Remember, consistency is key!


🗂 Table of Contents


💡 Interested in Joining the Fellowship?

Applications for Cohort 3.0 have now closed, but you can still access our materials for self-study. Stay updated on future cohorts by following us on social media and joining our Telegram group for regular updates and fellowship insights.


🌐 Contact & Community


🎉 Welcome to Cohort 3.0 ArewaDS Fellowship

Whether you're just starting or deepening your skills, our fellowship offers a structured path to master Python fundamentals and beyond. The fellowship has three main stages:


🎓 Graduation Requirements

To graduate from the Arewa Data Science and Machine Learning Fellowship, fellows must meet the following criteria:

  • Completion of all three stages: Fellows must complete each stage to receive the ArewaDS Certificate.
  • Assignments and Blog Posts: Submit all required assignments and a blog post on Medium. Posts must meet quality standards set by mentors.
  • Attendance: Maintain a 90% attendance rate for weekly office hours (Saturday and Sunday).
  • Capstone Project: Complete a capstone project that demonstrates your ability to apply learned skills to a real-world problem, approved by the ArewaDS Team.

However, for each stage we will provide certificate of completion.


🎥 Fellowship Kickoff

Find the list of accepted fellows, mentor details, recording of the kickoff event, and the slides used during the presentation below.

Component Resource
Accepted Fellows Page Visit the Accepted Fellows Page
Mentors Check our Mentors list
Communication (Telegram) How to use Arewa Data Science Telegram Group
Kickoff Recording Link to Recording
Kickoff Slides Link to Slides

🛠 Setup and Installation

In this initial part, we’ll guide you through the essential tools needed for data science and machine learning, including installing VSCode, Jupyter Notebooks, Python virtual environments, Git for version control, GitHub for collaboration, Markdown, and creating a Medium blog post.

Title Resource Recording Mentor
Initial Setup MacOS | Windows | Linux Tutorial Dr. Idris
Blogging using Medium How to write Medium Article Recording Lukman
Basic Command Line Operations CommandLine Recording1| Recording2 Dr. Idris | Falalu
Setup Git and GitHub Git/GitHub Recording1 | Recording2 Dr. Idris | Falalu
Python Virtual Environments Virtual Environment Recording Dr. Shamsuddeen
VSCode for Data Science VSCode for DS Recording Dr. Shamsuddeen
Introduction to Markdown Markdown Recording Dr. Shamsuddeen
Customizing GitHub Profile Customizing Profile Recording Lukman
Google Colab Google Colab Recording Dr. Idris

📝 Assignments: Setup and Installation

Assignment Name Link to Assignment
Getting Started with Medium Getting Started with Medium
GitHub Fundamentals GitHub Fundamentals Assignment

🐍 Python Programming

📑 Python Basics & Data Structures

🔄 Control Flow & Functions

⚙️ Advanced Python Concepts

📊 Python for Data Science


We’re excited to have you on board and can’t wait to see all the amazing things you’ll accomplish!


Optional Question

-- A fork on GitHub is essentially a personal copy of someone else's repository that you can modify independently without affecting the original repository. Forking a repository creates a distinct copy under your GitHub account, allowing you to experiment, make changes, and even contribute back to the original repository.

-- Forking vs. Cloning

-- 🎗️🎗️ Forking:

Creates a separate copy of the entire repository (including branches, issues, pull requests) under your GitHub account. You have full control over your fork, including the ability to make changes and create new branches without impacting the original repository. You can submit pull requests to suggest changes to the original project. Cloning:

Downloads a copy of the repository to your local machine but doesn’t create a new repository on GitHub. You can push changes to the original repository if you have write access, but if you don’t, you would only be able to suggest changes by creating a fork. When and Why Should You Use a Fork? Forking is beneficial in the following scenarios:

-- Contributing to Open-Source Projects

-- 🎗️🎗️ When contributing to open-source repositories, forking is the standard approach. It provides a way to make contributions without affecting the main repository. After making changes, you can submit a pull request to propose your contributions for review. Experimenting with a Project:

-- 🎗️🎗️ If you want to experiment with code without impacting the original repository, a fork allows you to test ideas and make changes freely in your personal copy. Collaborating on Large Projects:

-- 🎗️🎗️ In large projects with many contributors, forking helps maintain organization. Contributors can work independently on forks, and maintainers can review and accept pull requests as they see fit. Avoiding Conflicts with Other Contributors:

-- 🎗️🎗️ Forking is helpful in avoiding direct conflicts with other contributors, as everyone works on their separate copy. This structure reduces the risk of overwriting others' work on the original repository. Why Forking is Useful in Open-Source and Collaborative Coding Maintains Project Integrity: Forking allows contributors to make changes without altering the main codebase directly. Only approved changes are merged back, helping maintain the integrity of the original project.

-- Encourages Community Contributions

-- 🎗️🎗️ Forking provides a pathway for open-source contributors to easily make improvements, add features, or fix bugs. They can work on their version and submit a pull request when ready.

Allows Independent Feature Development: Developers can work on new features or bug fixes in their forks. This isolates their work from the main project until it is reviewed and approved, making collaboration more manageable and organized.

-- 🎗️🎗️ In summary, forking is a vital tool in GitHub's collaborative ecosystem, promoting community involvement while safeguarding the original codebase’s stability and quality.


About

ArewaDS Python Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 97.6%
  • JavaScript 2.4%