Code Monkey home page Code Monkey logo

python-challenges's Introduction

PYTHON MICRO AND MACRO TASK

Overview

This repository contains python challenges and task from beginner level to advance.

Welcome, this project aim is to provide you with micro and macro task while you learn new concepts in python. Is one thing to keep learning and is another thing to practice what you're learning. During my learning process, one of the question I do ask myself is "were and how can I practice this concept I just learnt now", this questions comes always when you're learning basics in programming, like VARIABLES, LOOPS, CONDITIONS, DATA TYPES etc. the tasks provided here will help you gain more understanding of concepts you learn, from beginners steps to advance.

Repository Structure

Phase 1 (Basics)

Phase 2 (Data Structures and Algorithms)

  • Coming soon

Phase 3 (Objects)

  • Coming soon

Set Up

To set up this project, first fork this repository to your own account

Locate fork button and click on it.

Then go to your desktop and create a folder, name it <python_tasks>.

Open the folder <python_tasks>, right click and select the option gitbash here (ensure you have git installed).

To make the folder a git folder, run the following command

$ git init

Set up your origin and upstream remotes by running the following commands

$ git remote add origin https://github.com/{YOUR-GITHUB-USERNAME}/python-challenges.git
$ git remote add upstream https://github.com/CodedLadiesInnovateTech/python-challenges.git

Pull the code to your project directory and set it up by running the following command

$ git fetch upstream
$ git checkout master

Task Submission

Visit the submission repository

Note:

To make sure you have the latest task and to update your repository with new phase/week task always run this command at least every week.

$ git fetch upstream

Reference:

1.Code Challenge

HAPPY CODING!!

python-challenges's People

Contributors

emetowinner avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.