Giter Site home page Giter Site logo

python-challenges's Introduction

Python Challenges

In this book are available some suggested problems to be solved with python.

The main objective of these challenges is to assist in the development of a problem-solving logic, therefore, the use of existing functions will be avoided as much as possible.

The challenges are structured so that the participant can explore the use of different operators/functions/methods and the difficulty will iteratively increase as the sessions go by.

Challenge Difficulty Scale

Problems are classified according to complexity using the following color scale:

  • ๐ŸŸข Beginner
  • ๐ŸŸก Intermediate
  • ๐ŸŸ  Proficient
  • ๐Ÿ”ด Expert

Write and test your solutions

For each proposed problem, a jupyter notebook will be available so that you can write your own solution to the problem and test it.

Working in the cloud

You can write your code in the cloud using Binder or Google Colab.

To work in the cloud, look for the launch button (๐Ÿš€) in the upper right corner and choose your preferred platform.

Working locally

To work locally, first clone this GitHub repository:

git clone https://github.com/ARCTraining/python-challenges.git
cd python-challenges

Then, create the conda environment

conda env create --file environment.yml
conda activate python-challenges

Note: depending on your operating system, you may need to replace conda activate with source activate in the above command.

Finally, you can open the contents of this book using jupyter lab (included in the environment) - or any IDE of your choice.

jupyter lab

Proposed Solutions

A solution is be provided for each proposed problem. The solutions are intended to prioritize learning over optimization.

Note that each proposed solution is just one of the possible solutions for each problem.

Challenge Proposal

Challenge proposals are welcome --> please, fill the form.

python-challenges's People

Contributors

patricia-ternes avatar

Watchers

Nick Rhodes avatar James Cloos avatar John Hodrien 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.