Welcome Motaz!

This might be slightly OT from your question, but one big benefit of Go 
over Python for production code is that go is statically typed, and 
strongly typed. This may feel like a shackle at first, but it eliminates a 
whole universe of bugs, the kind that can strike without warning and are 
difficult to test for. Using Python for critical services always makes me 
nervous for that reason alone. 

-Jake

On Saturday, January 4, 2020 at 1:28:24 PM UTC-5, Motaz Hejaze wrote:
>
> Hello Guyz , 
> This is Hejaze from Egypt
> Currently i wok as a python django web developer
> I am new to Golang and i want to ask you guys with experience 
>
> 1 - Is there really a big performance ( speed ) difference between using 
> Python OR Golang in backend web development ? 
> 2 - What is the fastest resource to learn Golang ( efficiently ) ?
> 3 -  What is the ( best and most secured ) web framework for building a 
> high traffic web services with Golang ?
> 4 - I know that go comes with builtin web server , is it reliable for 
> production ? or shall we connect go with classic web servers aka ( nginx , 
> apache ) ?
> 5 - What do you think about future job demands regarding Golang , i mean 
> will take a decent share of job requests ?
>
> Thanks and i hope you all be patient with my questions 
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/8b5b9e2c-3a98-4caf-b9e7-40896dc972a6%40googlegroups.com.

Reply via email to