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 12 – Build a Tic-tac-toe Game – Review
By PyBites Team on 1 April 2017
100 Days of PyBites, 100 Days of Code
By PyBites Team on 29 March 2017
In celebration of PyBites being around for 100 days we’re taking on the 100 Days of Code Challenge!
5 Vim Tricks to Speed up Your Python Development
By Bob Belderbos on 28 March 2017
In this article 5 Vim shortcuts to speed up your Python development.
Code Challenge 12 – Build a Tic-tac-toe Game
By PyBites Team on 26 March 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! After last week’s conceptual challenge (generators), we’d like to challenge you this week to build Tic-tac-toe. Every time we do games (previously Word Values and Hangman) we learn a lot. Enjoy and we review solutions end of this week.
Twitter digest 2017 week 12
By PyBites Team on 26 March 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Code Challenge 11 – Generators for Fun and Profit – Review
By PyBites Team on 25 March 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.
PyBites Module of the Week – ipaddress
By Julian Sequeira on 23 March 2017
While playing around with code for our post on generators we discovered the ipaddress module, part of the Standard Library. Such a handy little module!
Best Practices for Compatible Python 2 and 3 Code
By Bob Belderbos on 22 March 2017
95% of most popular Python packages support Python 3. Maybe you are lucky and get to start fresh using Python 3. However as of last year Python 2.7 still reigns supreme in pip installs and at a lot of places 2.x is the only version you get to work in. I think writing Python 2 and 3 compatible code is an important skill, so lets check what it entails.
Code Challenge 11 – Generators for Fun and Profit
By PyBites Team on 20 March 2017
A new week, a new ‘bite’ of Python coding! After last week’s article on generators we will get you to practice a bit more with them in our new challenge. Good luck and have fun.
Twitter digest 2017 week 11
By PyBites Team on 19 March 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.