Skip to content

ultimatecoder/untwisting_twisted_exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excercises for Untwisting Twisted workshop

Overview

These are bunch of exercises designed for Untwisting Twisted workshop 👨‍🔧.

Dependencies ⚠️

Linter 🕵️

Installing Python dependencies 🛠️

pipenv shell

This command will create a reusable Python3.x virtual environment. Use this command to re-activate your virtual environment.

pipenv install

This command will install all the required Python dependencies. Make sure you are connected to the Internet while running this command.

Lint

make markdownlint-intall

This command will install [Markdown linter][markdown_linter]. It is expected to run this command.

make lint

This command will lint Markdown and Python code. Makesure you have installed Markdown linter before running this command. You can also use make markdownlint-intall command to install it.

About

This are collection of exercises for Untwisting Twisted workshop (https://github.com/ultimatecoder/untwisting_twisted_slides).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published