Friday, September 21, 2018

[Andre Madarang] Laravel Excel - Useful Laravel Packages

We take a look at using the Laravel Excel package which allows you to export your Laravel collections to Excel format. We take a look at some of its export options as well some basic formatting features for the underlying PHP Spreadsheet package.


Laravel Excel: https://github.com/maatwebsite/Larave... GitHub Repo: https://github.com/drehimself/ulp-lar...

Source: https://www.youtube.com/watch?v=2FH72e6OjeQ

Monday, August 27, 2018

[Discovery Channel Southeast Asia] This is A.I. Part 1

Artificial intelligence has been touted as humanity's salvation & its downfall. But what is the truth behind the hype? This is AI looks at how AI is changing the world now, the scientists shaping it, and the lives affected by this nascent technology.


Source: https://www.youtube.com/watch?v=H3P87qCdqk4

Friday, August 3, 2018

[John G. Fisher] K-Means Tutorial - Machine Learning From Scratch With Python

Learn how to implement K-Means clustering from scratch with Python. K-means is an unsupervised machine learning algorithm that will help you find organic groups in unlabeled data.


👨‍💻 CODE: https://github.com/jg-fisher/k-means

Source: https://www.youtube.com/watch?v=Pe7dL-u7acI

Wednesday, July 11, 2018

[Mike Dane] Learn Python - Full Course for Beginners

This course will give you a full introduction into all of the core concepts in python. Follow along with the videos and you'll be a python programmer in no time!


⭐️ Contents ⭐
⌨️ (0:00) Introduction
⌨️ (1:45) Installing Python & PyCharm
⌨️ (6:40) Setup & Hello World
⌨️ (10:23) Drawing a Shape
⌨️ (15:06) Variables & Data Types
⌨️ (27:03) Working With Strings
⌨️ (38:18) Working With Numbers
⌨️ (48:26) Getting Input From Users
⌨️ (52:37) Building a Basic Calculator
⌨️ (58:27) Mad Libs Game
⌨️ (1:03:10) Lists
⌨️ (1:10:44) List Functions
⌨️ (1:18:57) Tuples
⌨️ (1:24:15) Functions
⌨️ (1:34:11) Return Statement
⌨️ (1:40:06) If Statements
⌨️ (1:54:07) If Statements & Comparisons
⌨️ (2:00:37) Building a better Calculator
⌨️ (2:07:17) Dictionaries
⌨️ (2:14:13) While Loop
⌨️ (2:20:21) Building a Guessing Game
⌨️ (2:32:44) For Loops
⌨️ (2:41:20) Exponent Function
⌨️ (2:47:13) 2D Lists & Nested Loops
⌨️ (2:52:41) Building a Translator
⌨️ (3:00:18) Comments
⌨️ (3:04:17) Try / Except
⌨️ (3:12:41) Reading Files
⌨️ (3:21:26) Writing to Files
⌨️ (3:28:13) Modules & Pip
⌨️ (3:43:56) Classes & Objects
⌨️ (3:57:37) Building a Multiple Choice Quiz
⌨️ (4:08:28) Object Functions
⌨️ (4:12:37) Inheritance
⌨️ (4:20:43) Python Interpreter

Source: https://www.youtube.com/watch?v=rfscVS0vtbw