DEV Community

Discussion on: Tips for a guy who wants to learn python

Collapse
 
rhymes profile image
rhymes

Hi Nathaniel!

Welcome to dev.to

A few tips on Python:

  • go through the official tutorial, there's a lot of information packed in there and you need to be familiar with the language anyway

  • I always loved Dive into Python and Mark Pilgrim's writing style

When you're comfortable with Python, the Flask Mega Tutorial is a comprehensive overview on web development with Python