List Comprehension, Conditional, and Looping Statements in Python
https://medium.com/geekculture/list-comprehension-conditional-and-looping-statements-in-python-16db4ea9e58b
https://medium.com/geekculture/list-comprehension-conditional-and-looping-statements-in-python-16db4ea9e58b
Medium
List Comprehension, Conditional, and Looping Statements (Quick Code-Python)
Learn about the if statement, for, while, nested loops, range and using List Comprehension to write code efficiently
Visual Analysis of Indonesia’s Music Taste using API Spotify and Seaborn
https://medium.com/@krisna.renaldi_59979/visual-analysis-of-indonesias-music-taste-using-api-spotify-and-seaborn-95cc68f3510
https://medium.com/@krisna.renaldi_59979/visual-analysis-of-indonesias-music-taste-using-api-spotify-and-seaborn-95cc68f3510
Medium
Visual Analysis of Indonesia’s Music Taste using API Spotify and Seaborn
Spotify dataset can be utilized to gain some insights about music taste.
Olympics 1896 to 2016 Data Wrangling and Visualization
https://medium.com/@aulya.habiby/olympics-1896-to-2016-data-wrangling-and-visualization-d84e85e66550
https://medium.com/@aulya.habiby/olympics-1896-to-2016-data-wrangling-and-visualization-d84e85e66550
Medium
Olympics 1896 to 2016 Data Wrangling and Visualization
In my first story, we will explore a dataset of 120 Years of Olympic History provided by Kaggle. I know it's a bit late to discuss the 2016…
New Python Learners — Cool Stuff You Can Do With Python
https://zl-liu.medium.com/new-python-learners-cool-stuff-you-can-do-with-python-f5e01347f1af
https://zl-liu.medium.com/new-python-learners-cool-stuff-you-can-do-with-python-f5e01347f1af
Medium
For New Python Learners — Cool Stuff You Can Do With Python
So you want to learn some programming and have decided to start with Python. Here are some cool projects you can work on eventually when…
PyTorch for Deep Learning: Get Started
https://medium.com/data-folks-indonesia/pytorch-for-deep-learning-get-started-67c4c0a234e3
https://medium.com/data-folks-indonesia/pytorch-for-deep-learning-get-started-67c4c0a234e3
Medium
PyTorch for Deep Learning: Get Started
PyTorch is a python deep learning library that allows you to create and train a deep learning model easily. You may know deep learning…
Python - 面向对象编程 - MRO 方法搜索顺序 - 小菠萝测试笔记
http://www.cnblogs.com/poloyy/p/15226424.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/poloyy/p/15226424.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python - 面向对象编程 - MRO 方法搜索顺序 - 小菠萝测试笔记 - 博客园
为什么会讲 MRO? 在讲多继承的时候:https://www.cnblogs.com/poloyy/p/15224912.html 有讲到, 当继承的多个父类拥有同名属性、方法,子类对象调用该属性、
Stop Using CSVs for Storage — This File Format Is 150 Times Faster
https://towardsdatascience.com/stop-using-csvs-for-storage-this-file-format-is-150-times-faster-158bd322074e
https://towardsdatascience.com/stop-using-csvs-for-storage-this-file-format-is-150-times-faster-158bd322074e
Medium
Stop Using CSVs for Storage — This File Format Is 150 Times Faster
CSV’s are costing you time, disk space, and money. It’s time to end it.