<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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/"
	>

<channel>
	<title>python &#8211; Care4you</title>
	<atom:link href="https://care4you.in/tag/python/feed/" rel="self" type="application/rss+xml" />
	<link>https://care4you.in</link>
	<description>Jobs, Engineering, Notes, Quiz, Competetions</description>
	<lastBuildDate>Mon, 11 Apr 2022 15:27:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.7.12</generator>

<image>
	<url>https://care4you.in/wp-content/uploads/2020/06/cropped-care4youfav-32x32.png</url>
	<title>python &#8211; Care4you</title>
	<link>https://care4you.in</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Set in Python</title>
		<link>https://care4you.in/sets-in-python/</link>
					<comments>https://care4you.in/sets-in-python/#respond</comments>
		
		<dc:creator><![CDATA[Ravinder Nath Rajotiya]]></dc:creator>
		<pubDate>Sun, 10 Apr 2022 17:46:16 +0000</pubDate>
				<category><![CDATA[PYTHON]]></category>
		<category><![CDATA[ADD]]></category>
		<category><![CDATA[intersection]]></category>
		<category><![CDATA[mathematical operations on sets in python]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[set]]></category>
		<category><![CDATA[set difference]]></category>
		<category><![CDATA[sets in python]]></category>
		<category><![CDATA[union]]></category>
		<category><![CDATA[update()]]></category>
		<guid isPermaLink="false">https://care4you.in/?p=3107</guid>

					<description><![CDATA[<p>SETS in PYTHON A set is an unordered collection of items. Every element of a set is unique, i.e. there are no duplicate. A set itself is a mutable i.e. we can add or remove items in a set. Items of a set are immutable i.e. we cannot modify items of a set using its...</p>
<p>The post <a rel="nofollow" href="https://care4you.in/sets-in-python/">Set in Python</a> appeared first on <a rel="nofollow" href="https://care4you.in">Care4you</a>.</p>
]]></description>
		
					<wfw:commentRss>https://care4you.in/sets-in-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Dictionary in Python</title>
		<link>https://care4you.in/dictionary-in-python/</link>
					<comments>https://care4you.in/dictionary-in-python/#respond</comments>
		
		<dc:creator><![CDATA[Ravinder Nath Rajotiya]]></dc:creator>
		<pubDate>Mon, 28 Mar 2022 17:50:40 +0000</pubDate>
				<category><![CDATA[PYTHON]]></category>
		<category><![CDATA[del]]></category>
		<category><![CDATA[dict()]]></category>
		<category><![CDATA[dictionary]]></category>
		<category><![CDATA[dictionary comprehention]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[sorted()]]></category>
		<category><![CDATA[zip()]]></category>
		<guid isPermaLink="false">https://care4you.in/?p=3081</guid>

					<description><![CDATA[<p>DICTIONRY IN PYTHON Dictionary is a composite data type. It is used to represent records. The items in dictionary are represented by the key: value pairs. Declaration : A dictionary is declared by enclosing a comma-separated list of key-value pairs in curly braces. The value of an item is always accessed by using its key,...</p>
<p>The post <a rel="nofollow" href="https://care4you.in/dictionary-in-python/">Dictionary in Python</a> appeared first on <a rel="nofollow" href="https://care4you.in">Care4you</a>.</p>
]]></description>
		
					<wfw:commentRss>https://care4you.in/dictionary-in-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Introduction to Python</title>
		<link>https://care4you.in/introduction-to-python/</link>
					<comments>https://care4you.in/introduction-to-python/#respond</comments>
		
		<dc:creator><![CDATA[Ravinder Nath Rajotiya]]></dc:creator>
		<pubDate>Wed, 23 Feb 2022 11:32:12 +0000</pubDate>
				<category><![CDATA[PYTHON]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[python install]]></category>
		<category><![CDATA[python modify]]></category>
		<guid isPermaLink="false">https://care4you.in/?p=3030</guid>

					<description><![CDATA[<p>Introduction to Python Python is one of the mostly used programming language in the world. Python is a general-purpose interpreted, interactive, object-oriented, and high-level programming language. Guido van Rossum created this during 1985- 1990. Python is an open source programming language and its source code is available under the GNU General Public License (GPL). Some...</p>
<p>The post <a rel="nofollow" href="https://care4you.in/introduction-to-python/">Introduction to Python</a> appeared first on <a rel="nofollow" href="https://care4you.in">Care4you</a>.</p>
]]></description>
		
					<wfw:commentRss>https://care4you.in/introduction-to-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Django- User Profile Management</title>
		<link>https://care4you.in/django-user-profile-management/</link>
					<comments>https://care4you.in/django-user-profile-management/#respond</comments>
		
		<dc:creator><![CDATA[Ravinder Nath Rajotiya]]></dc:creator>
		<pubDate>Thu, 13 Jan 2022 11:33:10 +0000</pubDate>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[crispy_forms]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[Media_root]]></category>
		<category><![CDATA[media_url]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[profile management]]></category>
		<category><![CDATA[profile_pic]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[urlpatterns]]></category>
		<category><![CDATA[username]]></category>
		<guid isPermaLink="false">https://care4you.in/?p=2969</guid>

					<description><![CDATA[<p>User Profile Management In the previous tutorial Django-User Login and Logout users able to login and logout. There was no user profile when they login. We need to have a user profile. Default Django view model does not have a feature to add user profile picture,  We can do it by extending the user model...</p>
<p>The post <a rel="nofollow" href="https://care4you.in/django-user-profile-management/">Django- User Profile Management</a> appeared first on <a rel="nofollow" href="https://care4you.in">Care4you</a>.</p>
]]></description>
		
					<wfw:commentRss>https://care4you.in/django-user-profile-management/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Django-User Login and Logout</title>
		<link>https://care4you.in/django-user-login-and-logout/</link>
					<comments>https://care4you.in/django-user-login-and-logout/#respond</comments>
		
		<dc:creator><![CDATA[Ravinder Nath Rajotiya]]></dc:creator>
		<pubDate>Tue, 11 Jan 2022 11:33:15 +0000</pubDate>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[auth_views]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[django.contrib.auth]]></category>
		<category><![CDATA[from django.urls import path]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[LoginView]]></category>
		<category><![CDATA[logout]]></category>
		<category><![CDATA[LogoutView]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[urls]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[user_view]]></category>
		<guid isPermaLink="false">https://care4you.in/?p=2955</guid>

					<description><![CDATA[<p>User Login and Logout: In this tutorial we are going to see how to create the authentication system for our Django applications so that the users can login, logout. Also the users need to be logged in, in order to access certain pages. The registration page created in the Django- Admin and Users registration  post...</p>
<p>The post <a rel="nofollow" href="https://care4you.in/django-user-login-and-logout/">Django-User Login and Logout</a> appeared first on <a rel="nofollow" href="https://care4you.in">Care4you</a>.</p>
]]></description>
		
					<wfw:commentRss>https://care4you.in/django-user-login-and-logout/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
