It’s end of the week again so we review the code challenge of this week. It’s never late to sign up, just fork our challenges repo and start coding.
PyBites Team
This is the PyBites team here — keep calm and code in Python!
Twitter digest 2017 week 17
By PyBites Team on 30 April 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Code Challenge 16 – Query Your Favorite API
By PyBites Team on 23 April 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we’ll let you play with Web APIs. They are fun to fiddle with and great for learning and building cool things. Enjoy!
Twitter digest 2017 week 16
By PyBites Team on 23 April 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Code Challenge 15 – Create a Simple Flask App – Review
By PyBites Team on 22 April 2017
It’s end of the week again so we review the code challenge of this week. It’s never late to sign up, just fork our challenges repo and start coding.
Behind the Scenes of PyBites – a Blog for Passionate Pythonistas (Post #100 Special)
By PyBites Team on 18 April 2017
Python is hot according to Dice. It’s an easy language to learn, has an elegant design and is widely used. In this article we proudly present our now 4 months journey into building PyBites. It’s a reflection of what we achieved and lessons learned. We hope to inspire fellow developers to start their own venture. It is very rewarding!
Code Challenge 15 – Create a Simple Flask App
By PyBites Team on 17 April 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we’re going to get down and dirty with Python Flask. Flask is becoming a hot skill to have up your sleeve. We’re all in with learning it so figure it’s about time we had a challenge on it! Enjoy!
Twitter digest 2017 week 15
By PyBites Team on 16 April 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Code Challenge 14 – Write DRY Code With Decorators – Review
By PyBites Team on 14 April 2017
It’s end of the week again so we review the code challenge of this week. It’s never late to sign up, just fork our challenges repo and start coding.
Code Challenge 14 – Write DRY Code With Decorators
By PyBites Team on 10 April 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we let you practice with decorators, a nice way to abstract away common functionality. It allows you to alter the behavior of a callable without modifying the callable itself. We agree with Dan Bader that ‘understanding decorators is a milestone for any serious Python programmer.’ Enjoy!