diff --git a/docs/python.md b/docs/python.md new file mode 100644 index 00000000..e410e51b --- /dev/null +++ b/docs/python.md @@ -0,0 +1,194 @@ + + +- [Python](#python) + - [Python Blogs and Forums](#python-blogs-and-forums) + - [Python docs](#python-docs) + - [Python Django](#python-django) + - [Python Flask](#python-flask) + - [Python pip and pip's wheel](#python-pip-and-pips-wheel) + - [Python Feature Flags](#python-feature-flags) + - [Python testing](#python-testing) + - [Data Science. Python Pandas and pivot tables](#data-science-python-pandas-and-pivot-tables) + - [PandasDatabase](#pandasdatabase) + - [Python standard library Modules and Code](#python-standard-library-modules-and-code) + - [Python and AWS](#python-and-aws) + - [Python Tools](#python-tools) + - [Web Scraping with Python](#web-scraping-with-python) + - [Jython](#jython) + - [Eclipse IDE](#eclipse-ide) + + + +[](https://dzone.com/articles/learn-python-overtakes-learn-java) + +[](http://www.businessinsider.com/learn-to-code-python-best-beginner-programming-language-2015-12) + + +# Python +## Python Blogs and Forums +- [Learn Python 'subreddit'](https://www.reddit.com/r/learnpython) + - [reddit: python cheat sheet](https://www.reddit.com/r/learnpython/comments/3r2hsq/python_cheat_sheet/) +- [Full Stack Python is an open book that explains each Python web application stack layer and provides the best web resources for those topics](http://www.fullstackpython.com/) + - [Full Stack Python: Best Python Resources](http://www.fullstackpython.com/best-python-resources.html) +- [realpython.com](http://realpython.com) +- [LearnPython.org interactive Python tutorial](http://www.learnpython.org) +- [Dough Hellmann - Python, OpenStack and Open Source](https://doughellmann.com) +- [The docker-py repository: an API client for docker written in Python](http://docker-py.readthedocs.org) +- [Awesome Python. A curated list of awesome Python frameworks, libraries and software](https://github.com/vinta/awesome-python/) +- [Awesome Django. A curated list of awesome Django apps, projects and resources](https://gitlab.com/rosarior/awesome-django) +- [pyvideo.org](http://pyvideo.org) +- [Talk Python To Me Podcast](http://talkpython.fm) + - [Transcript for Episode #39: Getting your first dev job as a Python developer (part 1)](http://talkpython.fm/episodes/transcript/39/getting-your-first-dev-job-as-a-python-developer-part-1) +- [Microsoft: Python Engineering](https://blogs.msdn.microsoft.com/pythonengineering/) +- [blog.pythonlibrary.org π](http://www.blog.pythonlibrary.org/) +- [nixCraft: Python Execute Unix/Linux Command Examples ππ](http://www.cyberciti.biz/faq/python-execute-unix-linux-command-examples/) + +## Python docs +- [Python progression path - From apprentice to guru](https://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru) +- [reddit: Why Python](https://www.reddit.com/r/Python/comments/3ylxmk/why_python/) +- [Python Anti-Patterns. The Little Book of Python Anti-Patterns and Worst Practice](http://docs.quantifiedcode.com/python-code-patterns/) +- [Setting up Python on OSX: UPDATED](http://staticnat.com/setting-up-python-on-osx/) +- [Python 3.4 Programming Tutorials - YouTube](https://www.youtube.com/playlist?list=PL6gx4Cwl9DGAcbMi1sH6oAMk4JHw91mC_) + - [Python mini-course](http://ai.berkeley.edu/tutorial.html#PythonBasics) + - [Web Development using Python & Django](https://www.mysliderule.com/learning-paths/web-development-python-django/) + - [A beginner's guide to web development with Python 2.7 / Django 1.7](http://www.tangowithdjango.com/) + - [I wish I knew these things when I learned Python](http://bugra.github.io/work/notes/2015-01-03/i-wish-i-knew-these-things-when-i-first-learned-python/) + - [The Bottom-Line Single Main Difference Between Python 2 and 3](http://migrateup.com/main-difference-python-3/) +- [15 Essential Python Interview Questions](https://www.codementor.io/python/tutorial/essential-python-interview-questions) + - [Python mini-quiz](http://www.mypythonquiz.com/) +- [How do you handle the ORM problem? When do you say YES or NO to using ORM?](http://www.vertabelo.com/blog/technical-articles/orms-under-the-hood) +- [Don't Make Us Say We Told You So: virtualenv for New Pythonistas](http://pyvideo.org/video/3460/dont-make-us-say-we-told-you-so-virtualenv-for) +- [commandlinefu.com: pip install into current directory without virtualenv](http://www.commandlinefu.com/commands/view/17656/pip-install-into-current-directory-without-virtualenv) +- [Java Vs. Python - Which Programming Language is More Productive? - Infographic](http://blogs.perceptionsystem.com/infographic/java-vs-python-programming-language-productive) +- [Talk Python To Me Podcast. Episode #36: Python IDEs with the PyCharm team](http://talkpython.fm/episodes/show/36/python-ides-with-the-pycharm-team) +- [My top 5 βnewβ Python modules of 2015](http://blog.rtwilson.com/my-top-5-new-python-modules-of-2015/) +- [reddit.com: Modules every python developer should know](https://www.reddit.com/r/Python/comments/3yg2u4/modules_every_python_developer_should_know/) +- [reddit.com: My thoughts about moving from Python 2.7 to Python 3.x](https://www.reddit.com/r/Python/comments/3yjlim/my_thoughts_about_moving_from_python_27_to_python/) +- [Why Python 3 exists](http://www.snarky.ca/why-python-3-exists) +- [stackoverflow: Create dictionary from splitted strings from list of strings](http://stackoverflow.com/questions/34319156/create-dictionary-from-splitted-strings-from-list-of-strings) +- [Yagmail: Python e-mail library](https://github.com/kootenpv/yagmail) +- [How To Deadlock Your Python With getaddrinfo()](https://emptysqua.re/blog/getaddrinfo-deadlock/) +- [New String Formatting in Python 3.6](https://zerokspot.com/weblog/2015/12/31/new-string-formatting-in-python/) +- [en.wikibooks.org: Python Programming](https://upload.wikimedia.org/wikipedia/commons/9/91/Python_Programming.pdf) +- [tqdm: Instantly make your python loops show a progress meter - just wrap any iterator with "tqdm(iterator)", and you're done!](https://github.com/noamraph/tqdm) +- [If you don't like exceptions, you don't like Python](http://stupidpythonideas.blogspot.com.es/2015/05/if-you-dont-like-exceptions-you-dont.html) +- [Stop writing code that will break on Python 4!](http://astrofrog.github.io/blog/2016/01/12/stop-writing-python-4-incompatible-code/) With the end of support for Python 2 on the horizon (in 2020), many package developers have made their packages compatible with both Python 2 and Python 3. +- [github: Python3 in one pic](https://github.com/coodict/python3-in-one-pic) +- [reddit.com: Functions vs. Classes](https://www.reddit.com/r/learnpython/comments/40rieo/functions_vs_classes/) +- [Complexity of Python Operations](https://www.ics.uci.edu/~pattis/ICS-33/lectures/complexitypython.txt) +- [reddit.com: Multiprocessing vs Threading?](https://www.reddit.com/r/learnpython/comments/418z8b/multiprocessing_vs_threading/) + - [Python Threads and the Global Interpreter Lock](http://jessenoller.com/blog/2009/02/01/python-threads-and-the-global-interpreter-lock) +- [devbattles.com: Python list. Functions and Methods lists](http://www.devbattles.com/en/sand/post-1754-Python_list_Functions_and_Methods_lists) +- [devbattles.com: Python: sorting lists by .sort () with - in simple words](http://www.devbattles.com/en/sand/post-1752-Python_sorting_lists_by_sort__with__in_simple_words) +- [Create a GUI Application Using Qt and Python in Minutes: Example Web Browser](http://www.digitalpeer.com/blog/create-a-gui-application-using-qt-and-python-in-minutes-example-web-browser) +- [Python command line oneliners](http://www.vurt.ru/2013/02/python-command-line-oneliners) +- ["Learn Python" Overtakes "Learn Java" on Google Trends πππ](https://dzone.com/articles/learn-python-overtakes-learn-java) +- [Python gains the upper hand against Perl, PHP, and Ruby](http://www.infoworld.com/article/3029681/java/python-gains-the-upper-hand-against-perl-php-and-ruby.html) +- [Python FAQ: Why should I use Python 3? π](https://eev.ee/blog/2016/07/31/python-faq-why-should-i-use-python-3/) +- [stackoverflow: Problems installing python3 on RHEL π](http://stackoverflow.com/questions/8087184/problems-installing-python3-on-rhel) +- [PEP 8 Cheatsheet πππ](https://es.scribd.com/document/207247675/PEP-8-Cheatsheet-2009) +- [Lists vs. Tuples](http://nedbatchelder.com/blog/201608/lists_vs_tuples.html) A common beginner Python question: what's the difference between a list and a tuple? +- [linuxconfig.org: python tuples π](https://linuxconfig.org/python-tuples) + +[](https://twitter.com/sarahmei) + +
+ + +29 common beginner Python errors on one page via https://t.co/Ctvy84KXKx #Python #Sysadmin #Programming #Unix #Linux pic.twitter.com/vaZaJETNPU
— nixCraft (@nixcraft) 6 de marzo de 2016
PEP-8 Cheatsheet (2009) by Veeraj Shenoy on Scribd
+