<?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 Archives - BinaryTides</title>
	<atom:link href="https://www.binarytides.com/category/programming/python/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/category/programming/python/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Fri, 15 Sep 2023 12:40:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>How to Install PyOpenGL on Windows 10</title>
		<link>https://www.binarytides.com/install-pyopengl-on-windows-10/</link>
					<comments>https://www.binarytides.com/install-pyopengl-on-windows-10/#respond</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Sat, 11 Feb 2023 09:21:34 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.binarytides.com/?p=14016</guid>

					<description><![CDATA[<p>PyOpenGL is an python module that implements OpenGL functions in python allowing you to write OpenGL applications using Python. With OpenGL you are able to write applications that use "GPU acceleration". So if you have an Nvidia RTX 3060 gpu on your system, the opengl functions will use it to render the 3D graphics on... <span class="read-more"><a href="https://www.binarytides.com/install-pyopengl-on-windows-10/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/install-pyopengl-on-windows-10/">How to Install PyOpenGL on Windows 10</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/install-pyopengl-on-windows-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Code a simple Socket Server in Python</title>
		<link>https://www.binarytides.com/python-socket-server-code-example/</link>
					<comments>https://www.binarytides.com/python-socket-server-code-example/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Thu, 04 Jul 2013 15:57:50 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Socket Programming]]></category>
		<category><![CDATA[network programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[socket programming]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=5578</guid>

					<description><![CDATA[<p>This tutorial shows how to code a simple tcp/ip socket server in python using low level socket api.</p>
<p>The post <a href="https://www.binarytides.com/python-socket-server-code-example/">How to Code a simple Socket Server in Python</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/python-socket-server-code-example/feed/</wfw:commentRss>
			<slash:comments>27</slash:comments>
		
		
			</item>
		<item>
		<title>Python socket &#8211; chat server and client with code example</title>
		<link>https://www.binarytides.com/code-chat-application-server-client-sockets-python/</link>
					<comments>https://www.binarytides.com/code-chat-application-server-client-sockets-python/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Sun, 31 Mar 2013 06:28:49 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Socket Programming]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=4631</guid>

					<description><![CDATA[<p>Socket based chat application In our previous article on we learned about the basics of creating a socket server and client in python. In this post we are going to write a very simple chat application in python that is powered by sockets. The chat application we are going to make will be more like... <span class="read-more"><a href="https://www.binarytides.com/code-chat-application-server-client-sockets-python/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/code-chat-application-server-client-sockets-python/">Python socket &#8211; chat server and client with code example</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/code-chat-application-server-client-sockets-python/feed/</wfw:commentRss>
			<slash:comments>55</slash:comments>
		
		
			</item>
		<item>
		<title>Raw Socket Programming in Python on Linux &#8211; Code Examples</title>
		<link>https://www.binarytides.com/raw-socket-programming-in-python-linux/</link>
					<comments>https://www.binarytides.com/raw-socket-programming-in-python-linux/#comments</comments>
		
		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Tue, 09 Oct 2012 16:24:10 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Socket Programming]]></category>
		<category><![CDATA[raw sockets]]></category>
		<guid isPermaLink="false">http://www.binarytides.com/?p=3119</guid>

					<description><![CDATA[<p>Raw sockets Raw sockets allow a program or application to provide custom headers for the specific protocol(tcp ip) which are otherwise provided by the kernel/os network stack. In more simple terms its for adding custom headers instead of headers provided by the underlying operating system. Raw socket support is available natively in the socket api... <span class="read-more"><a href="https://www.binarytides.com/raw-socket-programming-in-python-linux/">Read More &#187;</a></span></p>
<p>The post <a href="https://www.binarytides.com/raw-socket-programming-in-python-linux/">Raw Socket Programming in Python on Linux &#8211; Code Examples</a> appeared first on <a href="https://www.binarytides.com">BinaryTides</a>.</p>
]]></description>
		
					<wfw:commentRss>https://www.binarytides.com/raw-socket-programming-in-python-linux/feed/</wfw:commentRss>
			<slash:comments>27</slash:comments>
		
		
			</item>
	</channel>
</rss>
