Hello,

On Thursday, March 15, 2018 at 11:29:46 PM UTC+5:30, Aymeric Augustin wrote:
>
> Hello,
>
> 2018-03-15 14:24 GMT+01:00 Manasvi Saxena <[email protected] <javascript:>
> >:
>
>> Think of this library as a bridge between Python and HTML, you don't need 
>> to know the syntax of HTML, just need to know which function of the library 
>> creates what output. After you have created the content of your page just 
>> pass it to a function in a list and you have your HTML page.
>> Have a look at the prototype and let me know what you think of it.
>>
>
> Thanks for the example.
>
> To be honest the sample.py file doesn't strike me as a convenient way to 
> write HTML.
>
> I think someone who's confortable writing Python code should be able to 
> learn the HTML syntax very quickly.
>
> <tag attr1="value1" attr2="value2">content</tag> isn't more complicated 
> than pyhtml.tag("content", attr1="value1", attr2="value2"), is it?
>
> This idea is not a good fit for Django. Perhaps it can be a learning 
> experiment for you, though?
>
> Best regards,
>
> -- 
> Aymeric.
>

I think you are assuming a lot of things which I've planned to implement in 
a way much different than the code example you've posted above. As far as 
Django is concerned this will be much more efficient and easier to use with 
it. It will make a lot of things very easy to do if someone has an aptitude 
in Python. I will come up with more details and try to eliminate your 
concern with a well written proposal covering all aspects of my idea.

Regards,
Manasvi Saxena

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/d9e3f107-8469-4fa8-ac99-49d28e04d863%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to