<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>Ravesli. Уроки по C++</title>
	<atom:link href="https://ravesli.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://ravesli.com</link>
	<description>Бесплатные уроки программирования на языке C++ с нуля. Блог о программировании и саморазвитии.</description>
	<lastBuildDate>Fri, 31 Oct 2025 16:57:02 +0000</lastBuildDate>
	<language>ru-RU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item>
		<title>Почему разработчики часто используют прокси для тестирования сайтов?</title>
		<link>https://ravesli.com/why-developers-use-proxies-to-test-websites/</link>
					<comments>https://ravesli.com/why-developers-use-proxies-to-test-websites/#respond</comments>
		
		<dc:creator><![CDATA[Юрий]]></dc:creator>
		<pubDate>Fri, 31 Oct 2025 15:23:53 +0000</pubDate>
				<category><![CDATA[Другое]]></category>
		<guid isPermaLink="false">https://ravesli.com/?p=22984</guid>

					<description><![CDATA[<p>В современном веб-разработке и тестировании важно не только то, как работает сайт в идеальных условиях, а то, что реально видит пользователь — со своим интернетом, телефоном, страной и настройками. Часто именно здесь и возникают сюрпризы: где-то меняются цены, корзина очищается после логина, а кто-то вообще не может оформить заказ. Все потому, что тест проходит в [&#8230;]</p>
The post <a href="https://ravesli.com/why-developers-use-proxies-to-test-websites/">Почему разработчики часто используют прокси для тестирования сайтов?</a> first appeared on <a href="https://ravesli.com">Ravesli</a>.]]></description>
		
					<wfw:commentRss>https://ravesli.com/why-developers-use-proxies-to-test-websites/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Как выбрать между iPhone 16 и iPhone 15? Ключевые изменения</title>
		<link>https://ravesli.com/choose-iphone-16-or-iphone-15/</link>
					<comments>https://ravesli.com/choose-iphone-16-or-iphone-15/#respond</comments>
		
		<dc:creator><![CDATA[Гость]]></dc:creator>
		<pubDate>Fri, 27 Sep 2024 12:05:03 +0000</pubDate>
				<category><![CDATA[Другое]]></category>
		<category><![CDATA[полезно]]></category>
		<guid isPermaLink="false">https://ravesli.com/?p=22930</guid>

					<description><![CDATA[<p>Новые Айфон 16 уже официально поступили в продажу. Даже известно по какой цене в Украине можно купить Айфон 16 в интернет-магазине и салонах авторизованного дилера Apple. Вполне естественно, перед покупателями возникают вопросы: какой Айфон лучше купить, ведь даже пять лет назад выпущенные устройства выглядят вполне конкурентоспособными. Кроме того, со временем будет снижаться стоимость iPhone предыдущего поколения. [&#8230;]</p>
The post <a href="https://ravesli.com/choose-iphone-16-or-iphone-15/">Как выбрать между iPhone 16 и iPhone 15? Ключевые изменения</a> first appeared on <a href="https://ravesli.com">Ravesli</a>.]]></description>
		
					<wfw:commentRss>https://ravesli.com/choose-iphone-16-or-iphone-15/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Функция __import__() в Python</title>
		<link>https://ravesli.com/function-import-python/</link>
					<comments>https://ravesli.com/function-import-python/#comments</comments>
		
		<dc:creator><![CDATA[Акод]]></dc:creator>
		<pubDate>Mon, 08 Jan 2024 21:19:37 +0000</pubDate>
				<category><![CDATA[Уроки Python]]></category>
		<guid isPermaLink="false">https://ravesli.com/?p=22731</guid>

					<description><![CDATA[<p>При написании кода может возникнуть необходимость в использовании каких-то конкретных модулей. Импортировать модуль можно с помощью одной строки кода в Python. Но что, если имя нужного модуля станет известно только во время выполнения? Как мы можем импортировать такой модуль? Мы можем использовать встроенную функцию __import__(), которая помогает импортировать модули во время выполнения. Синтаксис функции __import__() [&#8230;]</p>
The post <a href="https://ravesli.com/function-import-python/">Функция __import__() в Python</a> first appeared on <a href="https://ravesli.com">Ravesli</a>.]]></description>
		
					<wfw:commentRss>https://ravesli.com/function-import-python/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Функция zip() в Python</title>
		<link>https://ravesli.com/function-zip-python/</link>
					<comments>https://ravesli.com/function-zip-python/#respond</comments>
		
		<dc:creator><![CDATA[Акод]]></dc:creator>
		<pubDate>Mon, 08 Jan 2024 21:03:49 +0000</pubDate>
				<category><![CDATA[Уроки Python]]></category>
		<guid isPermaLink="false">https://ravesli.com/?p=22720</guid>

					<description><![CDATA[<p>Функция zip() принимает итерируемые объекты, объединяет их в кортеж и возвращает. Например: [crayon-690ffa2029323102856595/] Результат: [('Java', 14), ('Python', 3), ('JavaScript', 6)] Синтаксис функции zip() [crayon-690ffa2029328568762292/] Параметры функции zip() Функция zip() принимает один параметр:    *iterables — это могут быть встроенные итерируемые объекты (например: список, строка, словарь) или пользовательские итерируемые объекты. Возвращаемое значение функции zip() Функция zip() возвращает [&#8230;]</p>
The post <a href="https://ravesli.com/function-zip-python/">Функция zip() в Python</a> first appeared on <a href="https://ravesli.com">Ravesli</a>.]]></description>
		
					<wfw:commentRss>https://ravesli.com/function-zip-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Функция vars() в Python</title>
		<link>https://ravesli.com/function-vars-python/</link>
					<comments>https://ravesli.com/function-vars-python/#respond</comments>
		
		<dc:creator><![CDATA[Акод]]></dc:creator>
		<pubDate>Mon, 08 Jan 2024 20:43:44 +0000</pubDate>
				<category><![CDATA[Уроки Python]]></category>
		<guid isPermaLink="false">https://ravesli.com/?p=22717</guid>

					<description><![CDATA[<p>Функция vars() возвращает атрибут __dict__ (отображение словаря) указанного объекта. Например: [crayon-690ffa202948d717526784/] Результат: {'__new__': &#60;built-in method __new__ of type object at 0x7f993b45bca0&#62;, '__repr__': &#60;slot wrapper '__repr__' of 'list' objects&#62;, '__hash__': None, '__getattribute__': &#60;slot wrapper '__getattribute__' of 'list' objects&#62;, '__lt__': &#60;slot wrapper '__lt__' of 'list' objects&#62;, '__le__': &#60;slot wrapper '__le__' of 'list' objects&#62;, ...'} Синтаксис функции vars() [crayon-690ffa2029490192027732/] [&#8230;]</p>
The post <a href="https://ravesli.com/function-vars-python/">Функция vars() в Python</a> first appeared on <a href="https://ravesli.com">Ravesli</a>.]]></description>
		
					<wfw:commentRss>https://ravesli.com/function-vars-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Функция type() в Python</title>
		<link>https://ravesli.com/function-type-python/</link>
					<comments>https://ravesli.com/function-type-python/#respond</comments>
		
		<dc:creator><![CDATA[Акод]]></dc:creator>
		<pubDate>Mon, 08 Jan 2024 20:27:13 +0000</pubDate>
				<category><![CDATA[Уроки Python]]></category>
		<guid isPermaLink="false">https://ravesli.com/?p=22714</guid>

					<description><![CDATA[<p>Функция type() возвращает тип объекта в Python. Например: [crayon-690ffa20295c4070646494/] Результат: &#60;class 'list'&#62; Синтаксис функции type() Функция type() имеет две разные формы: [crayon-690ffa20295c8433448913/] Параметры функции type() Фукнкция type() принимает либо один параметр:    object — объект, тип которого возвращается. Либо принимает три параметра:    name — имя класса; становится атрибутом __name__;    bases — кортеж, который описывает [&#8230;]</p>
The post <a href="https://ravesli.com/function-type-python/">Функция type() в Python</a> first appeared on <a href="https://ravesli.com">Ravesli</a>.]]></description>
		
					<wfw:commentRss>https://ravesli.com/function-type-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Функция tuple() в Python</title>
		<link>https://ravesli.com/function-tuple-python/</link>
					<comments>https://ravesli.com/function-tuple-python/#respond</comments>
		
		<dc:creator><![CDATA[Акод]]></dc:creator>
		<pubDate>Mon, 08 Jan 2024 19:17:09 +0000</pubDate>
				<category><![CDATA[Уроки Python]]></category>
		<guid isPermaLink="false">https://ravesli.com/?p=22691</guid>

					<description><![CDATA[<p>Кортеж в Python — это неизменяемый тип последовательности. Одним из способов создания кортежа является использование функции tuple(). Например: [crayon-690ffa20296f5017894445/] Результат: (1, 2, 3) Синтаксис функции tuple() [crayon-690ffa20296f9539332059/] Параметры функции tuple() Функция tuple() принимает один необязательный параметр:    iterable (необязательно) — итерируемый объект (список, диапазон и т.д.) или объект-итератор. Если параметр iterable не передан в tuple(), [&#8230;]</p>
The post <a href="https://ravesli.com/function-tuple-python/">Функция tuple() в Python</a> first appeared on <a href="https://ravesli.com">Ravesli</a>.]]></description>
		
					<wfw:commentRss>https://ravesli.com/function-tuple-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Функция super() в Python</title>
		<link>https://ravesli.com/function-super-python/</link>
					<comments>https://ravesli.com/function-super-python/#respond</comments>
		
		<dc:creator><![CDATA[Акод]]></dc:creator>
		<pubDate>Mon, 08 Jan 2024 19:04:44 +0000</pubDate>
				<category><![CDATA[Уроки Python]]></category>
		<guid isPermaLink="false">https://ravesli.com/?p=22736</guid>

					<description><![CDATA[<p>Функция super() возвращает прокси-объект (временный объект суперкласса), который позволяет получить доступ к методам базового класса. Например: [crayon-690ffa2029811006602709/] Результат: Animal Type: Mammal Mammals give birth directly Синтаксис функции super() [crayon-690ffa2029815259726795/] Параметры функции super() Функция super() не принимает каких-либо параметров. Использование функции super() В Python функция super() имеет два основных варианта использования:    позволяет избежать явного использования [&#8230;]</p>
The post <a href="https://ravesli.com/function-super-python/">Функция super() в Python</a> first appeared on <a href="https://ravesli.com">Ravesli</a>.]]></description>
		
					<wfw:commentRss>https://ravesli.com/function-super-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Функция sum() в Python</title>
		<link>https://ravesli.com/function-sum-python/</link>
					<comments>https://ravesli.com/function-sum-python/#respond</comments>
		
		<dc:creator><![CDATA[Акод]]></dc:creator>
		<pubDate>Mon, 08 Jan 2024 19:02:26 +0000</pubDate>
				<category><![CDATA[Уроки Python]]></category>
		<guid isPermaLink="false">https://ravesli.com/?p=22687</guid>

					<description><![CDATA[<p>Функция sum() выполняет операцию сложения элементов итерируемого объекта и возвращает их сумму. Например: [crayon-690ffa202995b235820956/] Результат: 339 Синтаксис функции sum() [crayon-690ffa202995f709881729/] Функция sum() добавляет start и элементы указанного iterable слева направо. Параметры функции sum() Функция sum() принимает два параметра:    iterable — итерируемый объект (список, кортеж, словарь и т.д.). Элементы итерируемого объекта должны быть числами;   [&#8230;]</p>
The post <a href="https://ravesli.com/function-sum-python/">Функция sum() в Python</a> first appeared on <a href="https://ravesli.com">Ravesli</a>.]]></description>
		
					<wfw:commentRss>https://ravesli.com/function-sum-python/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>