In this article we review last week’s Improve Your Python Code With BetterCodeHub code challenge.
Articles on platform
Code Challenge 35 – Improve Your Python Code With BetterCodeHub
By PyBites Team on 5 September 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python programming! Last week we wrote an article on improving the quality of your code with Better Code Hub. This week we let you refactor a Python project. You can even win awards thanks to SIG who is sponsoring this challenge!
Improve the Quality of Your Code with Better Code Hub
By Bob Belderbos on 30 August 2017
So you pushed your code to GitHub and deployed v1, congrats! But how maintainable is your code really? Do you have tests? Is your code modular? Are your methods short and concise? What if you could hit a button and a tool conveniently checks this for you? Free and integrated with GitHub? Enter Better Code Hub from Software Improvement Group …
Code Challenge 23 – Challenge Estimated Time API – Review
By PyBites Team on 18 June 2017
In this article we review last week’s Challenge Estimated Time API. This was a cool challenge and we implemented it using Github’s awesome platform and API.
Code Challenge 23 – Challenge Estimated Time API
By PyBites Team on 13 June 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we will give you the opportunity to enhance our challenge platform by creating a simple API to track how much time our challenges take (and possibly other metadata).