On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.
Articles on python
Python Iteration
By Julian Sequeira on 19 January 2017
Iteration in Python is incredibly simple compared to C and other languages. It’s easy… maybe a little TOO easy…
List of Awesome Python Resources
By Julian Sequeira on 16 January 2017
A great list of Python Resources that should keep you busy for a while!
Twitter digest 2017 week 02
By PyBites Team on 13 January 2017
On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.
Create a Simple Web Scraper with BeautifulSoup4
By Julian Sequeira on 11 January 2017
Learn to create a simple web scraper in Python using BeautifulSoup4
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 – 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.
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.
Don’t Let Indentation Catch You Out
By Julian Sequeira on 30 December 2016
Python indentation can be a cruel mistress. Let’s get it right!