Code Monkey home page Code Monkey logo

python-challenge-solutions's Introduction

PYTHON MICRO AND MACRO TASK SOLUTION

Overview

This repository holds all the submissions made for the Python Challenges Repository.

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.

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-challenges-solution}.

Open the folder {python-challenges-solution}, 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-solution.git
$ git remote add upstream https://github.com/CodedLadiesInnovateTech/python-challenge-solutions.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

  • At the root directory, create a folder with your name
  • Inside the folder you just created, crate another folder and name it the task phase you're in. eg <Phase 1>
  • Inside the Phase folder, create another folder with the name of the category you're in. eg <Python Basic 1>
  • Then inside the category folder paste all your solution .py file for that particular category.
  • The structure should look like: [your_name]>>[the_phase]>>[category]>>solution_files
  • Then go back to your git terminal and run the following commands:
$ git add -A
$ git commit -m "your commit message"
$ git pull origin master
$ git push origin master
  • And finally, go to your forked repository and make a pull request to the upstream repository

Note:

To make sure you have the latest task and to update your local repository with your forked repository, run this command at least before solving or pushing new solution.

$ git pull origin master

HAPPY CODING!!

python-challenge-solutions's People

Contributors

emetowinner avatar chiboyap 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.