Muthu Annamalai (முத்து அண்ணாமலை)
Muthu Annamalai (முத்து அண்ணாமலை)
add substring function to do things like, x = "Ezhil" y = substr(x,2) # y-> "hil" z = substr(x,2,3) # z -> "hi"
கீழ் கண்ட சொற்களை கொண்டு எழில் வழி கணிதம் எ.கா. எழுதுக algebra : இயற்கணிதம் , அட்சர கணிதம் , குறிக் கணக்கியல் (Iyarkanitham, Atchara Kanitham, Kurik Kanakiyal) logarithm : மடக்கை (Madakkai) base of a...
Ref: https://www.debian.org/doc/manuals/maint-guide/start.en.html Ref: policy - http://python-apps.alioth.debian.org/policy.html Ref: https://wiki.debian.org/Teams/PythonModulesTeam/HowToJoin
எ.க. boolean.n என்கிற நிரலில் இவ்வாறு உதவாத பிழை தகவல் குறபட்டுள்ளது ``` வணக்கம்! True True True True Error in function called from assert Run-time error: Run-time error: Assertion failed! Process Process-1: Traceback...
மாற்றுத்திறனாளி மாணவர்களின் thevaigal? How to make it accessible ?
எ.கா ``` Quickstart Create a graph object: >>> from graphviz import Digraph >>> dot = Digraph(comment='The Round Table') >>> dot #doctest: +ELLIPSIS Add nodes and edges: >>> dot.node('A', 'King Arthur')...
Url API for எழில் இங்கு நாம் 'urllib' Python library functions Ezhil language வழியாக பயன் படுத்துமாறு செய்யவேண்டும். HTTP GET POST எல்லாம் செய்யுமாறு அமைக்க வேண்டும் . Ref : https://pymotw.com/2/urllib2/
எழில் வழி Python நிரல் மொழி மாற்றம் 0. Python AST உருப்பை எழில் AST இல் இருந்து உருவாக்கவும் 1. இதில் இருந்து Python நிரல் தயாரிக்கவும் 2. இதனை Python பய்டு கோடு தயாரிக்கவும் # compilers
எழில் எ.கா: லாடின் சதுரங்கள் Ref : https://en.wikipedia.org/wiki/Latin_square
Approximate perimeter of circle Fit a n-gon in circle. Visualize by Turtle graphics