Best of Data Analysis — January 2023
- 1
- 2
freeCodeCamp·3y
Julia Programming Applications – What is Julia Used For?
Julia is a high-level, high-performance dynamic programming language. It combines the ease of use of scripting languages like Python with the speed and efficiency of compiled languages like C/C++. Julia has been gaining traction due to its speed, intuitive syntax, and ability to quickly and efficiently solve complex problems.
- 3
KDnuggets·3y
ChatGPT as a Python Programming Assistant
ChatGPT as a Python Programming Assistant is useful for Python programmers, specifically those of us who use Python for data processing, data cleaning, and building machine learning models. Let's have a look at what ChatGPT can do when it comes to writing some code from specifications.
- 4
Medium·3y
Analysis in Python using Pandas. Data Analysis and Charting simple…
Analysis in Python using Pandas Dec 30, 2022 using pandas, NumPy, and seaborn libraries. In this article, we will play around with bank-nifty data and generate a heatmap of monthly returns. The first step one needs to follow is understanding the type of data they are dealing with.