Hi Pythonistas, becoming a Python developer is partly about knowing your tools. Managing your environment, testing and continuous integration are unmissable skills when you start working on bigger projects with a team. So we decided to dedicate a code challenge to deployment. Take an existing projects or make a demo app from scratch, the goal is to build an automated pipeline. Will you be the next guy or girl at work receiving kudos for setting up a Jenkins server? Have fun!
Articles on SIG
Code Challenge 35 – Improve Your Python Code With BetterCodeHub – Review
By PyBites Team on 11 September 2017
In this article we review last week’s Improve Your Python Code With BetterCodeHub code challenge.
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 30 – The Art of Refactoring: Improve Your Code – Review
By PyBites Team on 7 August 2017
In this article we review last week’s The Art of Refactoring: Improve Your Code code challenge. We’re excited to have done 30 challenges so far and it feels like we only got started. Prepare for more to come!