Open source, Jupyter, and cloud-based computing in Astronomy
https://viveikjha.medium.com/open-source-jupyter-and-cloud-based-computing-in-astronomy-bd9cceb850df
https://viveikjha.medium.com/open-source-jupyter-and-cloud-based-computing-in-astronomy-bd9cceb850df
Medium
Open source, Jupyter, and cloud-based computing in Astronomy
Nearly all the major computing activity is done in the cloud today. The future of computing is in the cloud. If I say the majority of…
Graph Representation Learning on Heterogeneous Graphs
https://guidiandrea.medium.com/graph-representation-learning-on-heterogeneous-graphs-31a4d8cdf085
https://guidiandrea.medium.com/graph-representation-learning-on-heterogeneous-graphs-31a4d8cdf085
Medium
Graph Representation Learning on Heterogeneous Graphs
Extracting contextual knowledge with Metapath2Vec
My favorite AI tools, packages, and learning resources for practical data scientists
https://medium.com/@rajcs4/my-favorite-ai-tools-packages-and-learning-resources-for-practical-data-scientists-ee503daccd7a
https://medium.com/@rajcs4/my-favorite-ai-tools-packages-and-learning-resources-for-practical-data-scientists-ee503daccd7a
Medium
My favorite AI tools, packages, and learning resources for practical data scientists
Use this to make sure you are relevant in 2022
Python — Everything is Object
https://medium.com/@yehanganep/python-everything-is-object-621de00247b5
https://medium.com/@yehanganep/python-everything-is-object-621de00247b5
Medium
Python — Everything is Object
Yes, Everything
Python Tutorial Part 3(Video 1)(Syntax & Algorithm)
https://chizomreal.medium.com/python-tutorial-part-3-video-1-syntax-algorithm-80e91a59b19b
https://chizomreal.medium.com/python-tutorial-part-3-video-1-syntax-algorithm-80e91a59b19b
Medium
Python Tutorial Part 3(Video 1)(Syntax & Algorithm)
In this video, we would explain the difference between Syntax and Algorithm. We will also look at how to use VSCode and we would write some…
Python interactive charts on UI — Bokeh
https://medium.com/@shikhar.chaudhary.met16/python-interactive-charts-on-ui-bokeh-dd3fe1f48836
https://medium.com/@shikhar.chaudhary.met16/python-interactive-charts-on-ui-bokeh-dd3fe1f48836
Medium
Python Interactive Charts for Web Applications- Bokeh
I am sure in your carrier as a developer you must have seen some beautiful data visualization charts. Showcasing data in the form of…
You need to see this machine learning project that Microsoft built
https://preettheman.medium.com/you-need-to-see-this-machine-learning-project-that-microsoft-built-3a5c3f09880
https://preettheman.medium.com/you-need-to-see-this-machine-learning-project-that-microsoft-built-3a5c3f09880
Medium
You need to see this machine learning project that Microsoft built
Welcome back! Believe it or not, Microsoft has a ton of their projects hosted on GitHub, why? Mostly because they own GitHub, and they…
Python代码阅读(第11篇):展开嵌套列表 - FelixZ
http://www.cnblogs.com/felixz/p/15375446.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
http://www.cnblogs.com/felixz/p/15375446.html#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
Cnblogs
Python代码阅读(第11篇):展开嵌套列表 - FelixZ - 博客园
本篇阅读的代码实现了展开嵌套列表的功能,将一个嵌套的list展开成一个一维list(不改变原有列表的顺序)。
本篇阅读的代码片段来自于30-seconds-of-python。
本篇阅读的代码片段来自于30-seconds-of-python。
Django webapp for plotting route between two points in a map
https://medium.com/@rvelusma/django-webapp-for-plotting-route-between-two-points-in-a-map-6f1babfeec59
https://medium.com/@rvelusma/django-webapp-for-plotting-route-between-two-points-in-a-map-6f1babfeec59
Medium
Django webapp for plotting route between two points in a map
How to integrate folium in Django to create maps in webapp
Don’t install Python 3.10 until you read this
https://preettheman.medium.com/dont-install-python-3-10-until-you-read-this-1157fb536885
https://preettheman.medium.com/dont-install-python-3-10-until-you-read-this-1157fb536885
Medium
Don’t install Python 3.10 until you read this
Welcome back! As most of you know, Python 3.10 just officially came out, so should you update to it? First off, if you aren’t aware of this…
Python mutable and immutable… everything is an object!
https://yazgiraldoa.medium.com/python-mutable-and-immutable-everything-is-an-object-335931fe13c9
https://yazgiraldoa.medium.com/python-mutable-and-immutable-everything-is-an-object-335931fe13c9
Medium
Python mutable and immutable… everything is an object!
When you start to learn Python, the first thing you need to know is that in Python everything is an object: a string, a number, a list, a…
A Novel Algorithm for Time Series Analysis in Python
https://jeffreyng-82.medium.com/a-novel-algorithm-for-time-series-analysis-in-python-97ea17cc1e66
https://jeffreyng-82.medium.com/a-novel-algorithm-for-time-series-analysis-in-python-97ea17cc1e66
Medium
A Novel Algorithm for Time Series Analysis in Python
In time series data, we make predictions on future data up to a specified time on past or current data. Time series analysis is unique in…
‘Hacking the Coding Interview’ — how a simple change led to a marked improvement in my software…
https://medium.com/@abhisharm/hacking-the-coding-interview-how-a-simple-change-led-to-a-marked-improvement-in-my-software-9ef31deb8283
https://medium.com/@abhisharm/hacking-the-coding-interview-how-a-simple-change-led-to-a-marked-improvement-in-my-software-9ef31deb8283
Medium
‘Hacking the Coding Interview’ — how a simple change led to a marked improvement in my software engineering interview performance
The summer before my last year of formal education, I began the process of preparing myself for the inevitable slog that is recruiting…