<?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>KUPRIENKO</title>
	<atom:link href="http://kuprienko.info/feed/" rel="self" type="application/rss+xml" />
	<link>https://kuprienko.info</link>
	<description>наука, освіта, технології, історія, сучасність, інновації</description>
	<lastBuildDate>Tue, 02 Feb 2021 13:58:30 +0000</lastBuildDate>
	<language>uk</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.7.1</generator>
	<item>
		<title>Useful Git commands</title>
		<link>https://kuprienko.info/useful-git-commands/</link>
		
		<dc:creator><![CDATA[Serhii Kupriienko]]></dc:creator>
		<pubDate>Tue, 02 Feb 2021 13:58:16 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git commands]]></category>
		<category><![CDATA[vcs]]></category>
		<category><![CDATA[Version Control System]]></category>
		<guid isPermaLink="false">https://kuprienko.info/?p=125695</guid>

					<description><![CDATA[<p>Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Its goals include speed, data integrity, and support for distributed, non-linear workflows (thousands of parallel branches running on different systems). Git was created by Linus Torvalds in 2005 for development of the Linux kernel, with other&#8230; <a class="more-link" href="https://kuprienko.info/useful-git-commands/">Читати далі <span class="screen-reader-text">Useful Git commands</span></a></p>
<p>Сообщение <a rel="nofollow" href="https://kuprienko.info/useful-git-commands/">Useful Git commands</a> появились сначала на <a rel="nofollow" href="https://kuprienko.info">KUPRIENKO</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Useful ASCII tables</title>
		<link>https://kuprienko.info/useful-ascii-tables/</link>
		
		<dc:creator><![CDATA[Serhii Kupriienko]]></dc:creator>
		<pubDate>Tue, 02 Feb 2021 13:24:40 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ASCII]]></category>
		<category><![CDATA[character encoding]]></category>
		<category><![CDATA[programming]]></category>
		<guid isPermaLink="false">https://kuprienko.info/?p=125685</guid>

					<description><![CDATA[<p>ASCII Tables ASCII abbreviated from American Standard Code for Information Interchange, is a character encoding standard for electronic communication. ASCII codes represent text in computers, telecommunications equipment, and other devices. Most modern character-encoding schemes are based on ASCII, although they support many additional characters. The Internet Assigned Numbers Authority (IANA) prefers the name US-ASCII for this character encoding. ASCII is one of the&#160;IEEE milestones.&#8230; <a class="more-link" href="https://kuprienko.info/useful-ascii-tables/">Читати далі <span class="screen-reader-text">Useful ASCII tables</span></a></p>
<p>Сообщение <a rel="nofollow" href="https://kuprienko.info/useful-ascii-tables/">Useful ASCII tables</a> появились сначала на <a rel="nofollow" href="https://kuprienko.info">KUPRIENKO</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Conda cheatsheet</title>
		<link>https://kuprienko.info/conda-cheatsheet/</link>
		
		<dc:creator><![CDATA[Serhii Kupriienko]]></dc:creator>
		<pubDate>Sat, 26 Dec 2020 22:43:11 +0000</pubDate>
				<category><![CDATA[Data Analysis]]></category>
		<category><![CDATA[Data Science]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Anaconda]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[Conda]]></category>
		<category><![CDATA[python]]></category>
		<guid isPermaLink="false">https://kuprienko.info/?p=124678</guid>

					<description><![CDATA[<p>Conda Managing Conda and Anaconda, Environments, Python, Configuration, Packages. Removing Packages or Environments Managing Conda and Anaconda conda info Verify conda is installed, check version # conda update conda Update conda package and environment manager conda update anaconda Update the anaconda meta package Managing Environments conda info --envsconda info -e Get a list of all&#8230; <a class="more-link" href="https://kuprienko.info/conda-cheatsheet/">Читати далі <span class="screen-reader-text">Conda cheatsheet</span></a></p>
<p>Сообщение <a rel="nofollow" href="https://kuprienko.info/conda-cheatsheet/">Conda cheatsheet</a> появились сначала на <a rel="nofollow" href="https://kuprienko.info">KUPRIENKO</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>TOP-10 questions about Python</title>
		<link>https://kuprienko.info/top-10-questions-about-python/</link>
		
		<dc:creator><![CDATA[Serhii Kupriienko]]></dc:creator>
		<pubDate>Thu, 24 Dec 2020 21:24:00 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<guid isPermaLink="false">https://kuprienko.info/?p=124609</guid>

					<description><![CDATA[<p>Does Python have a ternary conditional operator? https://stackoverflow.com/questions/394809/does-python-have-a-ternary-conditional-operator What are metaclasses in Python? https://stackoverflow.com/questions/100003/what-are-metaclasses-in-python How do I merge two dictionaries in a single expression in Python (taking union of dictionaries)? https://stackoverflow.com/questions/38987/how-do-i-merge-two-dictionaries-in-a-single-expression-in-python-taking-union-o Does Python have a string &#38;amp;#39;contains&#38;amp;#39; substring method? https://stackoverflow.com/questions/3437059/does-python-have-a-string-39contains39-substring-method How to get the current time in Python https://stackoverflow.com/questions/415511/how-to-get-the-current-time-in-python How can I make a time&#8230; <a class="more-link" href="https://kuprienko.info/top-10-questions-about-python/">Читати далі <span class="screen-reader-text">TOP-10 questions about Python</span></a></p>
<p>Сообщение <a rel="nofollow" href="https://kuprienko.info/top-10-questions-about-python/">TOP-10 questions about Python</a> появились сначала на <a rel="nofollow" href="https://kuprienko.info">KUPRIENKO</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>TOP-10 questions about Django</title>
		<link>https://kuprienko.info/top-10-questions-about-django/</link>
		
		<dc:creator><![CDATA[Serhii Kupriienko]]></dc:creator>
		<pubDate>Thu, 24 Dec 2020 21:20:31 +0000</pubDate>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[questions]]></category>
		<guid isPermaLink="false">https://kuprienko.info/?p=124587</guid>

					<description><![CDATA[<p>Does Django scale? https://stackoverflow.com/questions/886221/does-django-scale differentiate null=True, blank=True in django https://stackoverflow.com/questions/8609192/differentiate-null-true-blank-true-in-django How do I do a not equal in Django queryset filtering? https://stackoverflow.com/questions/687295/how-do-i-do-a-not-equal-in-django-queryset-filtering How to upload a file in Django? https://stackoverflow.com/questions/5871730/how-to-upload-a-file-in-django How to combine two or more querysets in a Django view? https://stackoverflow.com/questions/431628/how-to-combine-two-or-more-querysets-in-a-django-view What is a &#38;quot;slug&#38;quot; in Django? https://stackoverflow.com/questions/427102/what-is-a-slug-in-django How to debug in Django, the&#8230; <a class="more-link" href="https://kuprienko.info/top-10-questions-about-django/">Читати далі <span class="screen-reader-text">TOP-10 questions about Django</span></a></p>
<p>Сообщение <a rel="nofollow" href="https://kuprienko.info/top-10-questions-about-django/">TOP-10 questions about Django</a> появились сначала на <a rel="nofollow" href="https://kuprienko.info">KUPRIENKO</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Find the sum of the digits in the number 100! (Python)</title>
		<link>https://kuprienko.info/find-the-sum-of-the-digits-in-the-number-100-python/</link>
		
		<dc:creator><![CDATA[Serhii Kupriienko]]></dc:creator>
		<pubDate>Sun, 20 Dec 2020 13:56:52 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[digits]]></category>
		<category><![CDATA[factorial]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[sum]]></category>
		<category><![CDATA[test exercise]]></category>
		<guid isPermaLink="false">https://kuprienko.info/?p=124519</guid>

					<description><![CDATA[<p>Python code&#160;to&#160;demonstrate&#160;a&#160;method&#160;to&#160;compute&#160;the&#160;factorial&#160;digists&#160;sum, i.e. 100 factorial (100!). This test exercise I&#8217;ve recieved when I was looking for a Trainee Python Developer position.</p>
<p>Сообщение <a rel="nofollow" href="https://kuprienko.info/find-the-sum-of-the-digits-in-the-number-100-python/">Find the sum of the digits in the number 100! (Python)</a> появились сначала на <a rel="nofollow" href="https://kuprienko.info">KUPRIENKO</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Django ORM and SQL: Making QuerySet Expressions</title>
		<link>https://kuprienko.info/django-orm-like-sql-making-queryset-expressions/</link>
		
		<dc:creator><![CDATA[Serhii Kupriienko]]></dc:creator>
		<pubDate>Fri, 11 Dec 2020 19:33:33 +0000</pubDate>
				<category><![CDATA[Back End Development]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[django orm]]></category>
		<category><![CDATA[expressions]]></category>
		<category><![CDATA[Models]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[queryset]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[statements]]></category>
		<guid isPermaLink="false">https://kuprienko.info/?p=124186</guid>

					<description><![CDATA[<p>Let us consider a simple base model for a person with attributes name, age, and gender. To implement the above entity, we would model it as a table in SQL. The same table is modeled in Django as a class which inherits from the base Model class. The ORM creates the equivalent table under the&#8230; <a class="more-link" href="https://kuprienko.info/django-orm-like-sql-making-queryset-expressions/">Читати далі <span class="screen-reader-text">Django ORM and SQL: Making QuerySet Expressions</span></a></p>
<p>Сообщение <a rel="nofollow" href="https://kuprienko.info/django-orm-like-sql-making-queryset-expressions/">Django ORM and SQL: Making QuerySet Expressions</a> появились сначала на <a rel="nofollow" href="https://kuprienko.info">KUPRIENKO</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Create an E-commerce Shop with Django (Part 4)</title>
		<link>https://kuprienko.info/create-an-e-commerce-shop-with-django-part-4/</link>
		
		<dc:creator><![CDATA[Serhii Kupriienko]]></dc:creator>
		<pubDate>Wed, 09 Dec 2020 22:04:32 +0000</pubDate>
				<category><![CDATA[Back End Development]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[checkout form]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[django templates]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[Models]]></category>
		<category><![CDATA[Shop]]></category>
		<category><![CDATA[Views]]></category>
		<guid isPermaLink="false">https://kuprienko.info/?p=123964</guid>

					<description><![CDATA[<p>How to create a checkout form in an E-commerce Shop with Django? Part 4. In the previous Part 3 we create models for Order and in this Part 4 of Create an E-commerce Shop with Django we will create checkout form an order. Prerequisites Django Latest Version Virtual Environment IDE PyCharm or Visual Studio Code&#8230; <a class="more-link" href="https://kuprienko.info/create-an-e-commerce-shop-with-django-part-4/">Читати далі <span class="screen-reader-text">Create an E-commerce Shop with Django (Part 4)</span></a></p>
<p>Сообщение <a rel="nofollow" href="https://kuprienko.info/create-an-e-commerce-shop-with-django-part-4/">Create an E-commerce Shop with Django (Part 4)</a> появились сначала на <a rel="nofollow" href="https://kuprienko.info">KUPRIENKO</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Create a E-commerce Shop with Django (Part 3)</title>
		<link>https://kuprienko.info/create-a-e-commerce-shop-with-django-part-3/</link>
		
		<dc:creator><![CDATA[Serhii Kupriienko]]></dc:creator>
		<pubDate>Wed, 09 Dec 2020 12:58:22 +0000</pubDate>
				<category><![CDATA[Back End Development]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[django templates]]></category>
		<category><![CDATA[Models]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[Views]]></category>
		<guid isPermaLink="false">https://kuprienko.info/?p=123873</guid>

					<description><![CDATA[<p>In the previous Part 2 we create models for Order and in this Part 3 of Create a E-commerce Shop with Django we will make a summary of the order in the shopping cart of your Django shop. Prerequisites Django Latest Version Virtual Environment IDE PyCharm or Visual Studio Code Before starting the tutorial don’t&#8230; <a class="more-link" href="https://kuprienko.info/create-a-e-commerce-shop-with-django-part-3/">Читати далі <span class="screen-reader-text">Create a E-commerce Shop with Django (Part 3)</span></a></p>
<p>Сообщение <a rel="nofollow" href="https://kuprienko.info/create-a-e-commerce-shop-with-django-part-3/">Create a E-commerce Shop with Django (Part 3)</a> появились сначала на <a rel="nofollow" href="https://kuprienko.info">KUPRIENKO</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Create an E-commerce Shop with Django (Part 2)</title>
		<link>https://kuprienko.info/create-a-e-commerce-shop-with-django-part-2/</link>
		
		<dc:creator><![CDATA[Serhii Kupriienko]]></dc:creator>
		<pubDate>Tue, 08 Dec 2020 22:30:14 +0000</pubDate>
				<category><![CDATA[Back End Development]]></category>
		<category><![CDATA[Django]]></category>
		<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[Models]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[urls]]></category>
		<category><![CDATA[Views]]></category>
		<guid isPermaLink="false">https://kuprienko.info/?p=123602</guid>

					<description><![CDATA[<p>How to create an E-commerce Shop with Django? Part 2. Prerequisites Django Latest Version Virtual Environment IDE PyCharm or Visual Studio Code Before starting the tutorial don’t forget to activate your Virtual Environment, and the project we created in the previous tutorial. 1. Create Databases in Models Before we start to make an order the&#8230; <a class="more-link" href="https://kuprienko.info/create-a-e-commerce-shop-with-django-part-2/">Читати далі <span class="screen-reader-text">Create an E-commerce Shop with Django (Part 2)</span></a></p>
<p>Сообщение <a rel="nofollow" href="https://kuprienko.info/create-a-e-commerce-shop-with-django-part-2/">Create an E-commerce Shop with Django (Part 2)</a> появились сначала на <a rel="nofollow" href="https://kuprienko.info">KUPRIENKO</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
