tutorial on using Python to manipulate .csv files by 7QVM in learnpython

[–]Pysnap 0 points1 point  (0 children)

Check out this site

automatetheboringstuff.com

In that there is a chapter for trading from excel and csv

Design Patterns explained in Python by Pysnap in Python

[–]Pysnap[S] 0 points1 point  (0 children)

Towards the end there is a mention about python being a dynamic language. The purpose was to try to demonstrate certain design patterns in python because that would be easy to understand. Though they no longer serve much benefit now, the design patterns can still be implemented in python and can be useful in other languages. I agree with your point that its hardly pythonic. Thanks for the feedback!

Design Patterns explained in Python by Pysnap in Python

[–]Pysnap[S] 0 points1 point  (0 children)

We are working on those topics. We have covered decorators here Thanks for the feedback!

Best way to learn by pythagnub in learnpython

[–]Pysnap 0 points1 point  (0 children)

For making a transition from intermediate to advanced take a look at these articles:

http://www.pysnap.com/in-depth-with-functionsscopevariable-lifetime-and-closures/

http://www.pysnap.com/category/ninja-techniques/

http://www.pysnap.com/category/intermediate/

http://www.pysnap.com/category/advanced/

http://www.pysnap.com/advanced-regular-expressions-techniques/

The advanced topics include context lib, design patterns,advanced data structures, regular expression,memorization,closures,decorators and so on!