lucifer1004/Jl2Py.jl

Transpile from Julia to Python

JuliaPythonpythonjuliatranspiler
This is stars and forks stats for /lucifer1004/Jl2Py.jl repository. As of 05 May, 2024 this repository has 16 stars and 0 forks.

Jl2Py Examples Conversion results of LeetCode.jl - 1. Two Sum def two_sum(nums: List[int], target: int, /) -> Union[None, Tuple[int, int]]: seen = {} for (i, n) in enumerate(nums): m = target - n if haskey(seen, m): return (seen[m], i) else: seen[n] = i Conversion results of LeetCode.jl - 2. Add Two Numbers def add_two_numbers(l1: ListNode, l2: ListNode, /) -> ListNode: carry = 0 fake_head = cur = ListNode() while not isnothing(l1)...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
jkrumbiegel/JuliaCon2022MakieJulia18060
feelfreelinux/octo4aKotlinShellC++1.3k01280
notthebee/ansible-easy-vpnShellJinjaPython69301500
vyperlang/vyperPythonOther4.7k08220
andreas128/RePaintPythonShell1.6k01250
FuckRedTeam/360tianqingRCEPython700360
clovaai/donutPython4.5k03580
miguelgrinberg/flaskyPythonHTMLCSS8.3k04.2k0
scrapy/scrapyPythonOther48.8k010.2k0
anhdung98/diem_thi_2022Python360210