On Saturdays we will share a curated list of 15 cool things (mostly Python) we found / tweeted during the week.
Articles on python
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!
A Quick Automate the Boring Stuff Review
By Julian Sequeira on 26 December 2016
A quick review of the legendary free book, Automate the Boring Stuff.
The Beauty of Python Virtualenvs
By Julian Sequeira on 22 December 2016
Python Virtualenvs are incredible yet sadly under utilised!