GithubHelp home page GithubHelp logo

vadi88 / debugging-workshop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stecklin/debugging-workshop

0.0 1.0 0.0 6 KB

This repository is the base for my workshop "Debug like a pro".

Python 100.00%

debugging-workshop's Introduction

Workshop: Debug like a pro

This repository is the base for my workshop "Debug like a pro".

The debugger is a tool that lets you inspect your code line by line as it runs, and thereby discover bugs much faster. I find being able to use the debugger a very valuable skill – no matter what’s your programming level or your role. There is only little you need to know about the debugger, but practicing is the key and this is what this workshop is all about. I’ll show you the basic workflow and some more advanced debugger features, and you’ll have plenty of time to try it out on a toy code base. Whether you’ve never heard of the debugger or used it occasionally already, this workshop is for you!

Installation

  1. Install an IDE, for example:

  2. Clone this repository

  3. Install the requirements

pip install -r requirements.txt

Slides

Please find the accompanying workshop slides here: https://speakerdeck.com/stecklin/debug-like-a-pro

debugging-workshop's People

Contributors

marianne-omnius avatar

Watchers

 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.