<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Onecore</title> <link>http://onecore.net</link> <description /> <lastBuildDate>Sat, 19 May 2012 20:03:59 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/onecore" /><feedburner:info uri="onecore" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>onecore</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Python Generators</title><link>http://feedproxy.google.com/~r/onecore/~3/Cq7Uk4lUVAw/python-generators.htm</link> <comments>http://onecore.net/python-generators.htm#comments</comments> <pubDate>Sat, 21 Apr 2012 17:55:35 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Python]]></category><guid isPermaLink="false">http://onecore.net/?p=529</guid> <description><![CDATA[Python generators are simple way to create or generate iterators. They allow you to control flow and also increase the memory performance in some cases. Generators look like normal function but there is a difference in syntax and semantics between them and functions. You can think of generators as more comfortable way to generates iterators. [...]<p><a href="http://onecore.net/python-generators.htm">Python Generators</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/python-generators.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://onecore.net/python-generators.htm</feedburner:origLink></item> <item><title>Python Lambda Functions</title><link>http://feedproxy.google.com/~r/onecore/~3/fwIgRZLJ0ss/python-lambda-functions.htm</link> <comments>http://onecore.net/python-lambda-functions.htm#comments</comments> <pubDate>Fri, 16 Mar 2012 17:02:36 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Python]]></category><guid isPermaLink="false">http://onecore.net/?p=520</guid> <description><![CDATA[Python supports manipulation of anonymous functions (i.e. lambda expressions). Lambda functions is a way to create functions without names. These functions are throwaway functions and are used where they are created. These anonymous functions are handy to use in a places where you can&#8217;t do function declaration. Lambda lets you define and use a function [...]<p><a href="http://onecore.net/python-lambda-functions.htm">Python Lambda Functions</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/python-lambda-functions.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://onecore.net/python-lambda-functions.htm</feedburner:origLink></item> <item><title>Python – File I/O Handling</title><link>http://feedproxy.google.com/~r/onecore/~3/UNziZ91UZQU/python-file-io-handling.htm</link> <comments>http://onecore.net/python-file-io-handling.htm#comments</comments> <pubDate>Tue, 07 Feb 2012 03:12:19 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Python]]></category><guid isPermaLink="false">http://onecore.net/?p=503</guid> <description><![CDATA[Python like any other language allows file handling and I/O functions. There are many ways with which we can approach file handling and input output processing. In this tutorial we&#8217;ll see how to work with I/O functions of python. We&#8217;ll also take a look at the ways with which python allows us to handle files. [...]<p><a href="http://onecore.net/python-file-io-handling.htm">Python &#8211; File I/O Handling</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/python-file-io-handling.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://onecore.net/python-file-io-handling.htm</feedburner:origLink></item> <item><title>Regular Expressions in Python</title><link>http://feedproxy.google.com/~r/onecore/~3/3WcfXiqtDdI/regular-expressions-in-python.htm</link> <comments>http://onecore.net/regular-expressions-in-python.htm#comments</comments> <pubDate>Fri, 20 Jan 2012 15:29:07 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Python]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://onecore.net/?p=499</guid> <description><![CDATA[A regular expression in python is a special module that helps filter sequence of strings, characters and symbols using specialized syntax written in a particular pattern. Like any other programming language, regular expression module ‘re’ in python allows you to process unlimited amount of strings that passes regular expression requirements. If you want to process [...]<p><a href="http://onecore.net/regular-expressions-in-python.htm">Regular Expressions in Python</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/regular-expressions-in-python.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://onecore.net/regular-expressions-in-python.htm</feedburner:origLink></item> <item><title>Python Date and Time</title><link>http://feedproxy.google.com/~r/onecore/~3/4cr9OkpfNKs/python-date-and-time.htm</link> <comments>http://onecore.net/python-date-and-time.htm#comments</comments> <pubDate>Wed, 04 Jan 2012 19:34:30 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Python]]></category><guid isPermaLink="false">http://onecore.net/?p=470</guid> <description><![CDATA[Python can handle date and time on your system in multiple ways. Depending on your operating system the method to access the system time and date will vary. Code in this tutorial is tested on ubuntu linux and windows operating system. At the end of the tutorial you&#8217;ll learn how to manipulate the dates and [...]<p><a href="http://onecore.net/python-date-and-time.htm">Python Date and Time</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/python-date-and-time.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://onecore.net/python-date-and-time.htm</feedburner:origLink></item> <item><title>Python Tuples</title><link>http://feedproxy.google.com/~r/onecore/~3/AVY3wmdhDCM/python-tuples.htm</link> <comments>http://onecore.net/python-tuples.htm#comments</comments> <pubDate>Wed, 28 Dec 2011 06:38:24 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Python]]></category><guid isPermaLink="false">http://onecore.net/?p=421</guid> <description><![CDATA[A tuple in python is a sequence of immutable objects. If you know how list works then you can easily understand how tuples in python work. They&#8217;re just like lists but they can&#8217;t be changed. What are Tuples ? Tuples are immutable objects (you can&#8217;t change it like lists) Python Tuple make use of parentheses. [...]<p><a href="http://onecore.net/python-tuples.htm">Python Tuples</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/python-tuples.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://onecore.net/python-tuples.htm</feedburner:origLink></item> <item><title>Python Lists</title><link>http://feedproxy.google.com/~r/onecore/~3/r9sclMRsxIA/python-lists.htm</link> <comments>http://onecore.net/python-lists.htm#comments</comments> <pubDate>Thu, 08 Dec 2011 21:32:50 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Python]]></category><guid isPermaLink="false">http://onecore.net/?p=411</guid> <description><![CDATA[The list in python is the most versatile type that contains group of comma-separated items in a square bracket. Each value in a python list is identified by an index. Lists are much more flexible than arrays as they allow us to hold items of different types. Lists also have an advantage of growing as [...]<p><a href="http://onecore.net/python-lists.htm">Python Lists</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/python-lists.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://onecore.net/python-lists.htm</feedburner:origLink></item> <item><title>Python Dictionaries</title><link>http://feedproxy.google.com/~r/onecore/~3/-HyA6VUYV2k/python-dictionaries.htm</link> <comments>http://onecore.net/python-dictionaries.htm#comments</comments> <pubDate>Sat, 03 Dec 2011 14:56:17 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Python]]></category><guid isPermaLink="false">http://onecore.net/?p=403</guid> <description><![CDATA[In python when you work with string, lists and tuples then you&#8217;re using integers as indices. You&#8217;re not allowed to use any other data type for indices and using it in a program will give you an error. If you want to use any other type than integer your only option is to use dictionaries. [...]<p><a href="http://onecore.net/python-dictionaries.htm">Python Dictionaries</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/python-dictionaries.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://onecore.net/python-dictionaries.htm</feedburner:origLink></item> <item><title>How to Use SQLite with Python</title><link>http://feedproxy.google.com/~r/onecore/~3/V9X98Qp4ccE/how-to-use-sqlite-with-python.htm</link> <comments>http://onecore.net/how-to-use-sqlite-with-python.htm#comments</comments> <pubDate>Sat, 12 Nov 2011 15:41:28 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Python]]></category><guid isPermaLink="false">http://onecore.net/?p=398</guid> <description><![CDATA[This tutorial is for those who want to learn how to use sqlite with python programming language. Depending on your operating system, you need to have python setup on your computer. I assume you have working python instillation on your operating system. If not then head over to python.org and download the python distribution respective [...]<p><a href="http://onecore.net/how-to-use-sqlite-with-python.htm">How to Use SQLite with Python</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/how-to-use-sqlite-with-python.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://onecore.net/how-to-use-sqlite-with-python.htm</feedburner:origLink></item> <item><title>How to Install Python Modules with easy_install on Windows</title><link>http://feedproxy.google.com/~r/onecore/~3/tgfpY4L4eAE/how-to-install-python-modules-with-easy_install-on-windows.htm</link> <comments>http://onecore.net/how-to-install-python-modules-with-easy_install-on-windows.htm#comments</comments> <pubDate>Sat, 08 Oct 2011 22:26:08 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Python]]></category><guid isPermaLink="false">http://onecore.net/?p=389</guid> <description><![CDATA[Many python frameworks and modules have dependencies and require installation in their respective folders in order to work. If you&#8217;re using any python module then you&#8217;ll find it confusing to install it under python&#8217;s working directory in windows. This is where easy_install is going to make things easy for you. It installs python modules and [...]<p><a href="http://onecore.net/how-to-install-python-modules-with-easy_install-on-windows.htm">How to Install Python Modules with easy_install on Windows</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/how-to-install-python-modules-with-easy_install-on-windows.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://onecore.net/how-to-install-python-modules-with-easy_install-on-windows.htm</feedburner:origLink></item> </channel> </rss><!-- Served from: onecore.net @ 2012-05-20 17:48:57 by W3 Total Cache -->

