<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:media="http://search.yahoo.com/mrss/"><channel><title>syntax on Neolisk's Tech Blog</title><link>/tags/syntax/</link><description>Recent content in syntax on Neolisk's Tech Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>neolisk@gmail.com (Victor Zakharov)</managingEditor><webMaster>neolisk@gmail.com (Victor Zakharov)</webMaster><copyright>©2020-2024 Victor Zakharov. All Rights Reserved</copyright><lastBuildDate>Thu, 06 Jul 2023 00:00:00 +0000</lastBuildDate><atom:link href="/tags/syntax/index.xml" rel="self" type="application/rss+xml"/><item><title>Competitive Pythonic Shorthand</title><link>/posts/2023-07-06-competitive-python-shorthand/</link><pubDate>Thu, 06 Jul 2023 00:00:00 +0000</pubDate><author>neolisk@gmail.com (Victor Zakharov)</author><atom:modified>Thu, 06 Jul 2023 17:11:54 -0400</atom:modified><guid>/posts/2023-07-06-competitive-python-shorthand/</guid><description>Competitive programming can be a thrilling challenge, and every second counts. Python, known for its simplicity and readability, also offers a variety of shorthand techniques that can save precious time. In this guide, we&amp;rsquo;ll explore some of these Pythonic strategies and how they can give you an edge in coding competitions.
List Comprehensions Ternary Operator Lambda Functions Multiple Variable Assignment Chaining Comparison Operators enumerate() zip() map() and filter() Conclusion List Comprehensions List comprehensions are a compact way of creating lists.</description><dc:creator>Victor Zakharov</dc:creator><category>python</category><category>shorthand</category><category>syntax</category><category>tricks</category></item></channel></rss>