Wednesday, March 31, 2010

Spolsky: Duct Tape Programmer

Джоэль СпольскиСреда, 23 сентября 2009 годаДжемми Завински (Jamie Zawinski) – это тот, кого я бы называл «утилитарным программистом». (Duct Tape Programmer) И я скажу это с большой долей уважения. Он представляет собой разновидность программиста, который усердно трудится над построением будущего, и делает полезные вещи так, чтобы остальные люди могли заняться другими вещами. Он является тем парнем, которого вы хотите заполучить в свою команду по постройке картингов, потому что у него есть два любимых инструмента – изолента и WD-40. И он изящно...

Debugging in IPython. Learning paths.

http://showmedo.com/videos/series?name=PythonIPythonSeriesAlso:15 New Learning Paths (mostly for Pythonistas)IPython interactive shell:http://showmedo.com/videos/video?name=1000010&fromSeriesID=100Documentationhttp://ipython.scipy.org/moinhttp://ipython.scipy.org/moin/DocumentationPopular Paths include:Beginner Python TutorialIntermediate Python TutorialPython Development EnvironmentsBeginning Python Web-developmentBeginning Django TutorialsPython 3.0 IntroductionPython GUI BuildingScientific Python ProgrammingScreencasting TutorialFor beginners:...

Tuesday, March 30, 2010

IPython

Cool tutorial: http://showmedo.com/videotutorials/series?name=CnluURUTV http://showmedo.com/club/joinus?smdc=socb http://onlamp.com/pub/a/python/2005/01/27/ipython.html FeaturesMagicIPython has several "magic" keywords: %Exit, %Pprint, %Quit, %alias, %autocall, %autoindent, %automagic, %bookmark, %cd, %color_info, %colors, %config, %dhist, %dirs, %ed, %edit, %env, %hist, %logoff, %logon, %logstart, %logstate, %lsmagic, %macro, %magic, %p, %page, %pdb, %pdef, %pdoc, %pfile, %pinfo, %popd, %profile, %prun, %psource, %pushd, %pwd, %r, %rehash, %rehashx,...

Python IDE

http://eric-ide.python-projects.org/index.html http://netbeans.org (current release - Netbeans 6.7) http://wingware.com http://www.wxpython.org http://www.thekompany.com/products/blackadder http://www.uxpython.com/overview Komodo IDE Sublime Text 2 Eclipse JetBrains PyCharm CodeBlocks Others: http://www.awaretek.com/toolkits.html Installing Python with Netbeans IDE: Netbeans is available from early access site: http://dlc.sun.com.edgesuite.net/netbeans -  there are dedicated releases for Python, Ruby, etc. Wiki: http://wiki.netbeans.org/Python Plugins:  http://plugins.netbeans.org/PluginPortal PyGUI: a...

IPython install

I have found the IPython command-shell particularly useful. It’s very well done, and has excellent documentation. Problem is, it doesn’t work so well on Mac OS X 10.5 Leopard. Your screen gets scrogged because of a Readline conflict (see the video). Here’s my cookbook for getting it to work – it’s way easier than all the other documents on the Internet lead you to believe.Installing IPython on Mac OS X is actually quite easy with the following command: sudo easy_install ipython Execute the command to load the right Readline library: sudo easy_install...

Sunday, March 28, 2010

Inel Atom and Moblin

http://moblin.org/documentation/moblin-sdk/coding-tutorialshttp://software.intel.com/ru-ru/articles/million-dollar-development-fund/http://habrahabr.ru/blogs/development/81438/http://appdeveloper.intel.com/en-ushttp://habrahabr.ru/company/intel/blog/87194/http://habrahabr.ru/company/intel/blog/802...

Thursday, March 11, 2010

NP-алгоритмы

Алгоритмы для NP-трудных задачhttp://logic.pdmi.ras.ru/mi...

Tutorials: Юрий Лившиц

http://yury.name/modernhttp://yury.namehttp://simsearch.yury.name/tutorial.htmlhttp://simsearch.yury.namehttp://yury.name/media/lifshits-cv.pdfhttp://hackday...

AKS primality test

en:AKS primality testявляется ли число n простым, за O(log6n) опера...

Классы N и NP

Класс Pкласс NPТеория сложности вычисле...

Powered by Blogger.