Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Twitter Digest 2017 Week 36
By PyBites Team on 10 September 2017
Code Challenge 34 – Build a Simple API With Django REST Framework – Review
By PyBites Team on 8 September 2017
In this article we review last week’s Build a Simple API With Django REST Framework code challenge.
Hiding BCC Recipients in Python MIME Emails
By Julian Sequeira on 6 September 2017
How to actually hide the BCC recipients when sending an email with Python MIME.
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!
Twitter digest 2017 week 35
By PyBites Team on 3 September 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
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 34 – Build a Simple API With Django REST Framework
By PyBites Team on 29 August 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python programming! We love Django (#100DaysOfDjango) and Web APIs. Django REST framework combines the two. “Now is better than never.” – let’s jump right in and let’s use this week’s code challenge to build a simple API. In this article some ideas what we can build and links to resources to get started. Have fun and don’t forget to share (PR) your work, we can learn a lot from each other. Enjoy!
Code Challenge 33 – Build a Django Tracker, Weather or Review App – Review
By PyBites Team on 28 August 2017
In this article we review last week’s Build a Django Tracker, Weather or Review App code challenge.
Twitter digest 2017 week 34
By PyBites Team on 27 August 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Code Challenge 33 – Build a Django Tracker, Weather or Review App
By PyBites Team on 22 August 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python programming. To keep it #100DaysOfDjango, this week we let you get some more practice with this awesome web framework. Last time we had an open Django challenge, for this one we have you choose between 3 specific apps.