From Washington Post: Project Aristotle shows that the best teams at Google exhibit a range of soft skills: equality, generosity, curiosity toward the ideas of your teammates, empathy, and emotional intelligence. And topping the list: emotional safety. No bullying. To
Tips to attend e-learning courses
This free, 60-page e-book offers useful advice on how to start learning, organise your studies, remember what you’ve learnt, keep motivated and learn with other people. Wherever you are on your learning journey, we hope you’ll find something to inspire, inform
Colaboratory – phiên bản custom của Jupyter Notebook từ Google
Colaboratory là phiên bản Jupyter Notebook được Google update lại, nhiều chức năng hay hơn nhất là khả năng cộng tác tương tự Google Docs. Code được lưu trong Google Drive, sử dụng miễn phí backend máy ảo của Google.
PlatformIO.org
PlatformIO is open source, written completely in Python, helps to complie a program for multiple embedded platforms like Arduino, ESP, Microchip, ARM mbed… Github: https://github.com/platformio Example continuous integration with Travis: http://docs.platformio.org/en/latest/ci/travis.html#examples https://travis-ci.org/felis/USB_Host_Shield_2.0/jobs/314287635 Embedded Development. Easier Than Ever. PlatformIO is well suited
What’s “P=NP?”, and why is it such a famous computer science question? – Stack Overflow
P stands for polynomial time. NP stands for non-deterministic polynomial time. Definitions: Polynomial time means that the complexity of the algorithm is O(n^k), where n is the size of your data (e. g. number of elements in a list to be