In this article we review last week’s PRAW: The Python Reddit API Wrapper code challenge.
Code Challenge 27 – PRAW: The Python Reddit API Wrapper – Review
By PyBites Team on 18 July 2017
First Steps Learning Django: PyPlanet Article Sharer App
By Bob Belderbos on 17 July 2017
In this post I share my first steps exploring Django. I created PyPlanet Article Sharer Django App to make it easier for us to share new Planet Python feed articles. It loads in new articles and generates tweet links. It lets us mark each entry as Shared or Skipped. I am sure this will facilitate our Twitter activity and News Digests. This is our first project of our 100 days of Django and our very first Django app overall!
Twitter digest 2017 week 28
By PyBites Team on 16 July 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
The Importance of Refactoring Code
By Julian Sequeira on 13 July 2017
In this quick post I discuss why refactoring code is one of the most important parts of the learning process.
Code Challenge 27 – PRAW: The Python Reddit API Wrapper
By PyBites Team on 11 July 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! Love or hate Reddit, it has a lot of good data to work with. This week we have you write an app of your choice using the Reddit API. Have fun!
Code Challenge 26 – Create a Simple Python GUI – Review
By PyBites Team on 10 July 2017
In this article we review last week’s Create a Simple Python GUI code challenge.
Twitter digest 2017 week 27
By PyBites Team on 9 July 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
200 Days of PyBites, 100 Days of Code and our Next Project
By PyBites Team on 7 July 2017
We did it! #100DaysOfCode is done: 5K lines of code, 100 scripts. Just on the day PyBites turns 200 days. In this article we will share our learning on this major project and announce our next 100 days effort …
From Challenge to Project – How I Made PyTrack, Learning Modules and Packaging
By Martin Uribe on 7 July 2017
This is a guest post by Martin, a passionate Pythonista who turns our code challenges into cool projects. In this article he describes his process of building pyTrack, a simple task time tracker. Not only did he learn various Python modules – PeeWee, Maya and Click – he also stunned us delivering a project with great documentation and properly packaged code.
Code Challenge 26 – Create a Simple Python GUI
By PyBites Team on 4 July 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! Web apps tend to get all the love so it’s about time we shared the spotlight with GUIs. This week let’s take our first dive as a PyBites Community into Python GUIs!