Learn to create a simple web scraper in Python using BeautifulSoup4
Create a Simple Web Scraper with BeautifulSoup4
By Julian Sequeira on 11 January 2017
Beautiful, idiomatic Python
By Bob Belderbos on 10 January 2017
Transforming Code into Beautiful, Idiomatic Python is a must-watch to write more Pythonic code. In this post some highlights.
Code Challenge 01 – Word Values Part I
By PyBites Team on 9 January 2017
Our first weekly code challenge is to calculate the (language) dictionary word that would have the most value in Scrabble. Enjoy and let us know if you like this format.
Twitter digest 2017 week 01
By PyBites Team on 7 January 2017
On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.
Copy and Paste with Pyperclip
By Julian Sequeira on 6 January 2017
Use the Pyperclip module to copy and paste with the clipboard!
Code Challenge Pilot – code review
By PyBites Team on 5 January 2017
In this post I review the code of challenge # 1 and refactor it to make it more Pythonic.
Code Challenge Pilot – calculate total time JS course
By Julian Sequeira on 4 January 2017
Coding Challenge to create a web scraper that calculates the total time of a Javascript Course.
A great book that makes algorithms accessible
By Bob Belderbos on 3 January 2017
I finished reading Grokking Algorithms, it’s a very accessible resource for learning algorithms / data structures, highly recommended.
5 min guide to PEP8
By Bob Belderbos on 2 January 2017
Today a post on PEP8, the Style Guide for Python Code
Python Naming Conventions
By Julian Sequeira on 1 January 2017
Naming conventions can be tricky in Py. It’s good to make sure we’re all on the same page.