https://github.com/mandzhi/julia-vs-python
My personal findings on comparing 3 simple operations in Julia and Python
https://github.com/mandzhi/julia-vs-python
julia python
Last synced: about 2 months ago
JSON representation
My personal findings on comparing 3 simple operations in Julia and Python
- Host: GitHub
- URL: https://github.com/mandzhi/julia-vs-python
- Owner: Mandzhi
- Created: 2023-04-26T07:46:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T19:27:33.000Z (over 2 years ago)
- Last Synced: 2025-06-20T11:44:01.175Z (about 1 year ago)
- Topics: julia, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Julia-vs-Python
Comparison of the three simple operations in Julia and Python. I tried to analyze several simple operations in both programming languages : working with a dataframe, its sorting & filtering, and making a plot.
Link to the full article: https://levelup.gitconnected.com/on-the-way-to-becoming-a-multi-language-programmer-a894d368c7f8