You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: resources/python.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@
25
25
-[How to think like a Pythonist](http://python.net/crew/mwh/hacks/objectthink.html#question)
26
26
-[Namespaces and variable scopes](http://nbviewer.jupyter.org/github/rasbt/python_reference/blob/master/tutorials/scope_resolution_legb_rule.ipynb)
27
27
-[A collection of not-so-obvious Python stuff you should know!](http://nbviewer.jupyter.org/github/rasbt/python_reference/blob/master/tutorials/not_so_obvious_python_stuff.ipynb)
28
-
-[Magic methods](https://github.com/RafeKettler/magicmethods/blob/master/magicmethods.markdown) (function between double underscore, ex: .__str__)
29
-
-[What are the “best practices” for using import in a module?](https://docs.python.org/3/faq/programming.html#what-are-the-best-practices-for-using-import-in-a-module) And those links ([A](http://softwareengineering.stackexchange.com/questions/187403/import-module-vs-from-module-import-function/187471)y[B](http://effbot.org/zone/import-confusion.htm)) for those who want further details
28
+
-[Magic methods](https://github.com/RafeKettler/magicmethods/blob/master/magicmethods.markdown) (function between double underscore, ex: .\_\_str\_\_)
29
+
-[What are the “best practices” for using import in a module?](https://docs.python.org/3/faq/programming.html#what-are-the-best-practices-for-using-import-in-a-module) And those links ([A](http://softwareengineering.stackexchange.com/questions/187403/import-module-vs-from-module-import-function/187471)and[B](http://effbot.org/zone/import-confusion.htm)) for those who want further details
30
30
-[setup.py vs. requirements.txt](https://caremad.io/posts/2013/07/setup-vs-requirement/)
0 commit comments