<?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>TED-Ed Blog &#187; Coding</title>
	<atom:link href="https://blog.ed.ted.com/tag/coding/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.ed.ted.com</link>
	<description></description>
	<lastBuildDate>Tue, 20 Jan 2026 17:35:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
		<item>
		<title>Learn to &#8220;Think Like A Coder&#8221; with our new series</title>
		<link>https://blog.ed.ted.com/2019/09/30/learn-to-think-like-a-coder-with-our-new-series/</link>
		<comments>https://blog.ed.ted.com/2019/09/30/learn-to-think-like-a-coder-with-our-new-series/#comments</comments>
		<pubDate>Mon, 30 Sep 2019 15:26:57 +0000</pubDate>
		<dc:creator>Lauren McAlpine</dc:creator>
				<category><![CDATA[News + Updates]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Code.org]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Girls Who Code]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Teachers]]></category>
		<category><![CDATA[Teaching]]></category>
		<category><![CDATA[Teaching & Education]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.ed.ted.com/?p=13185</guid>
		<description><![CDATA[Curious about coding? Want to build your programming skills? Or perhaps you just love a good problem-solving challenge? We&#8217;re thrilled to announce our new 10-episode series: Think Like A Coder. The series, in partnership with YouTube Learning Playlists, will challenge <a class="more-link" href="https://blog.ed.ted.com/2019/09/30/learn-to-think-like-a-coder-with-our-new-series/">[...]</a>]]></description>
				<content:encoded><![CDATA[<div id="attachment_13216" class="wp-caption alignleft" style="width: 585px"><a href="http://blog.ed.ted.com/wp-content/uploads/2019/09/TLAC_Trailer_Thumb_Blog2.jpg"><img class="size-large wp-image-13216" alt="Kozmonot Animation Studio" src="http://blog.ed.ted.com/wp-content/uploads/2019/09/TLAC_Trailer_Thumb_Blog2-575x323.jpg" width="575" height="323" /></a><p class="wp-caption-text">Kozmonot Animation Studio</p></div>
<h3>Curious about coding? Want to build your programming skills? Or perhaps you just love a good problem-solving challenge?</h3>
<p>We&#8217;re thrilled to announce our new 10-episode series: <a href="https://www.youtube.com/playlist?list=PLJicmE8fK0EgogMqDYMgcADT1j5b911or">Think Like A Coder</a>. The series, in partnership with YouTube Learning Playlists, will challenge viewers with programming puzzles as the main characters— a girl and her robot companion— attempt to save a world that has been plunged into turmoil.</p>
<p>Check out the series here:<br />
<iframe src="https://www.youtube.com/embed/KFVdHDMcepw" height="315" width="560" allowfullscreen="" frameborder="0"></iframe></p>
<p>In our digital age, coding has become a basic literacy skill which gives us a deeper understanding of the technology we use everyday. Beyond being a much sought-after skill on the job market, coding helps foster creativity, reinforces math skills and develops our problem-solving abilities.</p>
<p>But it can be hard to know where to begin. Learning to code is like learning a language and getting started can seem like a daunting task.  Luckily, if you have the right resources, the hardest part is just taking the first step. We&#8217;ve got you covered.</p>
<h4>Think Like A Coder is joining the long list of free online resources for the code-curious. Here&#8217;s a list of some of our favorite learn-to-code resources:</h4>
<p dir="ltr">1. <a href="http://code.org/">code.org</a> has great resources for students and teachers. It teaches students the basics of programming through a free series of guided exercises and includes an extensive curriculum mapped to <a href="https://curriculum.code.org/csf-19/standards/">K-12 curriculum standards</a>.<a href="https://curriculum.code.org/csf-19/standards/"><br />
</a></p>
<p dir="ltr">2. If you’re looking for programming challenges, check out the <a href="https://adventofcode.com/">Advent of Code</a>, which is run by Eric Wastl, who consulted extensively on Think Like a Coder and inspired quite a few of the puzzles. The Advent of Code is a yearly event that takes place in December and involves 25 coding challenges linked together by an overarching plot. It’s also available throughout the rest of the year, and the challenges it features are a great way to stretch your coding and problem-solving skills once you have basic proficiency with a programming language.</p>
<p>3. <a href="https://www.freecodecamp.org">FreeCodeCamp</a> has thousands of coding lessons and programming challenges, and you can even get certified for a few different skills.</p>
<p dir="ltr"> 4. University of Michigan&#8217;s <a href="https://www.coursera.org/specializations/python">Python for Everybody</a> Specialization on Coursera is a beginner-level intro to software development using python that focuses on interacting with data.</p>
<p dir="ltr"> 5. Microsoft has a 44 video series called <a href="https://www.youtube.com/playlist?list=PLlrxD0HtieHhS8VzuMCfQD4uJ9yne1mE6">Python for Beginners</a>. In their words, “Even though we won’t cover everything there is to know about Python in the course, we want to make sure we give you the foundation on programming in Python, starting from common everyday code and scenarios. At the end of the course, you’ll be able to go and learn on your own, for example with docs, tutorials, or books.”</p>
<p dir="ltr">6. If you’re trying to decide what programming language to learn, a flowchart like <a href="https://www.learneroo.com/modules/12/nodes/94">this one</a> may be a helpful starting point.</p>
<p dir="ltr">7. <em>Girls Who Code: Learn to Code and Change the World</em> by Reshma Saujani, founder of <a href="https://girlswhocode.com/">Girls Who Code</a>, is an excellent introduction for programmers just getting started.</p>
<p>8. For more experienced programmers, <a href="http://www.crackingthecodinginterview.com/">Cracking the Coding Interview</a> is a great resource for problem solving with a variety of different techniques, as well as preparing for coding interviews (as the title suggests). Some of the puzzles featured in Think Like a Coder were inspired by this book.</p>
<h4>Subscribe to our <a href="https://www.youtube.com/channel/UCsooa4yRKGN_zEE8iknghZA?">YouTube channel</a> so you don&#8217;t miss an episode!</h4>
<style type="text/css"><!--
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545}
--></style>
<style type="text/css"><!--
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545}
--></style>
<style type="text/css"><!--
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545}
--></style>
]]></content:encoded>
			<wfw:commentRss>https://blog.ed.ted.com/2019/09/30/learn-to-think-like-a-coder-with-our-new-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A bold step for womankind: Meet the young women behind Kyrgyzstan’s satellite program</title>
		<link>https://blog.ed.ted.com/2018/11/01/a-bold-step-for-womankind-meet-the-young-women-behind-kyrgyzstans-satellite-program/</link>
		<comments>https://blog.ed.ted.com/2018/11/01/a-bold-step-for-womankind-meet-the-young-women-behind-kyrgyzstans-satellite-program/#comments</comments>
		<pubDate>Thu, 01 Nov 2018 19:17:53 +0000</pubDate>
		<dc:creator>Karen Eng</dc:creator>
				<category><![CDATA[News + Updates]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Gender norms]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Teaching & Education]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.ed.ted.com/?p=12241</guid>
		<description><![CDATA[Ranging in age from 17 to 25, they are challenging their country’s gender norms by learning engineering and coding, and setting their sights on infinity and beyond. In Bishkek, the capital of Kyrgyzstan, a dedicated group at the Kyrgyz Space <a class="more-link" href="https://blog.ed.ted.com/2018/11/01/a-bold-step-for-womankind-meet-the-young-women-behind-kyrgyzstans-satellite-program/">[...]</a>]]></description>
				<content:encoded><![CDATA[<h2><a href="http://blog.ed.ted.com/wp-content/uploads/2018/11/kyr1.jpg"><img class="alignnone size-medium wp-image-12242" alt="kyr1" src="http://blog.ed.ted.com/wp-content/uploads/2018/11/kyr1-565x339.jpg" width="565" height="339" /></a></h2>
<h2>Ranging in age from 17 to 25, they are challenging their country’s gender norms by learning engineering and coding, and setting their sights on infinity and beyond.</h2>
<p>In Bishkek, the capital of Kyrgyzstan, a dedicated group at the Kyrgyz Space Program is intently focused on building their nation’s first-ever satellite and prepping it for a 2019 mission. The surprise: the team consists of roughly a dozen young women between the ages of 17 and 25 — and Kyrgyz Space Program is the name they’ve given themselves.</p>
<p>Kyrgyzstan is a sparsely populated country in the mountains of Central Asia whose economy is based on agriculture and mining; more than 30 percent of people here live <a href="https://www.cia.gov/library/publications/the-world-factbook/geos/kg.html">below the poverty line</a>. And it’s not one of the 72 countries with an <a href="https://en.wikipedia.org/wiki/List_of_government_space_agencies#List_of_space_agencies">official space agency</a>.</p>
<p>And yet, in March 2018, journalist <a href="https://www.facebook.com/bektour" target="_blank" rel="noopener">Bektour Iskender</a> (a <a href="https://www.ted.com/participate/ted-fellows-program">TED Fellow</a>) colaunched a free course to teach girls and young women how to build a satellite. “Women in our country are physically and spiritually strong. All we need is to believe in ourselves and get external support,” says Kyzzhibek, a 23-year-old on the team. “The mission of this program is not just about learning how to make and launch a satellite. It’s just as important to be a role model for girls afraid to explore and discover their talents.”</p>
<p><a href="http://blog.ed.ted.com/wp-content/uploads/2018/11/kyr2.jpg"><img class="alignnone size-medium wp-image-12243" alt="kyr2" src="http://blog.ed.ted.com/wp-content/uploads/2018/11/kyr2-565x376.jpg" width="565" height="376" /></a></p>
<p><strong>So … why did a news reporter start a space program?</strong> The story starts back in 2007, when Iskender cofounded a project he called Kloop. An independent, Bishkek-based journalism school, Kloop gives young people ages 14 to 25 the tools and chops to produce high-quality reporting, with an emphasis on politics, human rights, culture, music and sports. It encourages peer-to-peer learning by enlisting older students to teach the younger ones. And it changed education and journalism in Kyrgyzstan forever.</p>
<p><strong>Kloop’s <a href="http://www.kloop.kg/">stories</a> took aim at corrupt politicians, exposing serious abuses such as election-related bribes and fraud. </strong>Soon, the upstart reporters began scooping traditional press outlets. Today Kloop is recognized as <a href="https://www.socialbakers.com/statistics/facebook/pages/total/kyrgyzstan/media/">one of the top five news sources within the countr</a>y, surpassing even BBC Kyrgyz Service.</p>
<p>Then, in 2016, Iskender began thinking about a new frontier for Kloop: space. He met Alex MacDonald, another TED Fellow and a program executive for NASA’s Emerging Space initiative, which encourages and enables nascent space programs around the world. MacDonald told him about small, relatively inexpensive satellites that people who aren’t aerospace engineers can build and use. “I’ve been a fan of space exploration since I was a kid, so when Alex told me that you could build a launchable satellite for $150,000, I joked, ‘I’d love to send one to space!’” recalls Iskender. “But Alex started to convince me that Kloop should start its own program.”</p>
<p><strong>It seemed like a stretch: what was the connection between a youth-led media company and space technology?</strong> The answer: computer programming. Coding courses were already part of the Kloop curriculum. “We work with open government data in our investigations, extracting data related to corrupt officials, and so on. For that, you need coders, which are expensive. So we decided to grow our own,” says Iskender.</p>
<p>Their data journalism courses were successful, so Kloop decided to add robotics instruction, to teach student journalists to operate drones for aerial reporting. That was when Iskender noticed a huge gender gap. “Despite an open call for the course, of the 50 people who showed up for it, only two were female,” he says. “It was reflective of a problem in Kyrgyz society: girls are brought up with an attitude that technology is not for them.”</p>
<p><strong>This gender imbalance was a problem.</strong> “Kloop is known in our country as the most feminist-friendly, LGBT-friendly media outlet — maybe in the whole of Central Asia,” he says. “We have the largest number of female camera operators, for example, and our sports editor is an 18-year-old girl. We also have a brilliant video engineer who is also a young woman.”</p>
<p><a href="http://blog.ed.ted.com/wp-content/uploads/2018/11/kyr3.jpg"><img class="alignnone size-medium wp-image-12244" alt="kyr3" src="http://blog.ed.ted.com/wp-content/uploads/2018/11/kyr3-565x376.jpg" width="565" height="376" /></a></p>
<p>In response, Iskender and Kloop cofounder Rinat Tuhvatshin considered setting up a girls-only robotics course in 2017. Then, they thought, Why not integrate satellite building into the course? Iskender says, “A satellite-building school for girls only — what a strong message it would be for our patriarchal society, to have Kyrgyzstan’s first satellite built by a group of young women!”</p>
<p>Kloop put out a call for women and girls with some coding experience to join the class. About 50 young women turned up, and now, a dedicated group of a dozen meet twice a week at Kloop’s office, where they’re led by two alumni of Kloop’s programming course. They’ve spent the first part of the class learning engineering basics, including how to solder and work with <a href="https://www.ted.com/talks/massimo_banzi_how_arduino_is_open_sourcing_imagination?language=en">Arduino</a> hardware. They’re also receiving instruction in coding (if they’re not already proficient) and 3D printing.</p>
<p><strong>What are they building? A CubeSat.</strong> <a href="http://www.cubesat.org/">CubeSats</a> are microsatellites typically used to conduct scientific research in low Earth orbit. Each cube is 10x10x10 cm, and can be customized to take all sorts of different measurements, shoot photos or even host a tiny science experiment. CubeSats are cheap to build, and they’re cheap to put into orbit too; because they’re so small, they can squeeze into the payload of someone else’s spacecraft. “We don’t have to build a rocket, fortunately,” says Iskender. “That would be too expensive and complicated for us at this stage.”</p>
<p>For their first satellite, the team has pretty humble goals; they want to launch a working device that is able to send and receive signals. However, they’ve recently gotten funding — the program is supported by <a href="https://www.patreon.com/kyrgyzspaceprogram/overview">Patreon donations</a>, and Kloop is also seeking private grants — for a second satellite, which will be more complicated. The group is looking into several experiments, including one that would prove whether it’s feasible to use space junk as rocket fuel. “They’re exploring the idea of directing the sun’s rays toward orbiting garbage to vaporize it and use the energy to propel the CubeSat,” says Iskender. “They’re also considering using it to take satellite imagery of the Tibetan plateau, one of the least photographed places in the world from space.”</p>
<p><strong>“We’d like to involve girls in more areas mainly occupied by boys, not only space exploration,” Iskender says.</strong> But he worries that Kloop’s gender-busting efforts may have limited impact in Kyrgystan, a nation where <a href="https://www.hrw.org/news/2018/05/31/young-womans-murder-kyrgyzstan-shows-cost-tradition">young women are still kidnapped and wed against their will</a>. “How do we change this?” he asks. “You can publish stories, and we do, but that’s not enough. Having Kyrgyzstan’s first space program be launched by young women — it destroys all the norms beautifully.”</p>
<p>Just ask Kyrgyz Space Program member 21-year-old Aiganysh. “At first I thought this idea was crazy; now I clearly see that it’s brilliant,” she says. “This experience has definitely changed my mindset. It’s made me believe that with passion, anything is possible.”</p>
<p><em>All images courtesy of Kloop.</em></p>
<p><i>If you’d like to support the Kyrgyz Space Program, visit its <a href="https://www.patreon.com/kyrgyzspaceprogram/overview">Patreon page</a>.</i></p>
<p>Watch Bektour Iskender’s TED talk here:</p>
<div class="video-container"><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='960' height='570' src='https://www.youtube.com/embed/7Wm19zoN2uw?version=3&#038;rel=1&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0' allowfullscreen='true'></iframe></span></div>
<p>&nbsp;</p>
<h4><span style="color: #ff0000;"><strong>ABOUT THE AUTHOR</strong></span></h4>
<p><a href="https://ideas.ted.com/author/mmechinita/">Karen Frances Eng</a> is a contributing writer to TED.com, dedicated to covering the feats of the wondrous TED Fellows. Her launchpad is located in Cambridge, UK. <em>This piece was adapted for TED-Ed from </em><a href="https://ideas.ted.com/a-bold-step-for-womankind-meet-the-young-women-behind-kyrgyzstans-satellite-program/"><em>this Ideas article</em><em>.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.ed.ted.com/2018/11/01/a-bold-step-for-womankind-meet-the-young-women-behind-kyrgyzstans-satellite-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
