copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Zen of Python - Wikipedia The Zen of Python output in a terminal The Zen of Python is a collection of 19 "guiding principles" for writing computer programs that influence the design of the Python programming language [1] Python code that aligns with these principles is often referred to as "Pythonic" [2] Software engineer Tim Peters wrote this set of principles and posted it on the Python mailing list in 1999 [3
Exercism - Wikipedia Exercism is an online, open-source, free coding platform that offers code practice and mentorship [4] on 77 different programming languages [3][5]
LeetCode - Wikipedia LeetCode is an online platform for coding interview preparation The platform provides coding and algorithmic problems intended for users to practice coding [3] LeetCode has gained popularity among job seekers in the software industry and coding enthusiasts as a resource for technical interviews and coding competitions [3][4][5][6][7] As of 2025, the website has 26 3 million monthly visitors
Codecademy - Wikipedia Codecademy is an American online interactive platform that offers free coding classes in 13 different programming languages including Python, Java, Go, JavaScript, Ruby, SQL, C++, C#, Lua, and Swift, as well as markup languages HTML and CSS [3][4] The site also offers a paid "Pro" option that gives users access to personalized learning plans, quizzes, and realistic projects [5]
Hyperskill - Wikipedia Hyperskill (formerly known as JetBrains Academy) is an online educational platform for learning programming languages through project-based learning It features integration with professional development environments and has been used as a subject in research related to computer science education The platform offers courses in programming languages such as Python, Java, Kotlin, JavaScript, Go
CodeChef - Wikipedia CodeChef is an online programming platform that endeavours to empower learners to master coding through structured courses, practice problems, and regular contests It offers entry-level paths in languages like Python, C++, and Java, along with advanced tracks in data structures, algorithms, and web development
CodeCombat - Wikipedia CodeCombat is an educational video game for learning software programming concepts and languages This game is recommended for students ages 9–16 Students learn to type coding languages like JavaScript, Python, HTML and CoffeeScript, as well as learning the fundamentals of computer science
Parsons problem - Wikipedia Parsons problems are a form of an objective assessment in which respondents are asked to choose from a selection of code fragments, some subset of which comprise the problem solution The Parsons problem format is used in the learning and teaching of computer programming Dale Parsons and Patricia Haden of Otago Polytechnic developed Parsons's Programming Puzzles to aid the mastery of basic
Python syntax and semantics - Wikipedia Python syntax and semantics A snippet of Python code demonstrating binary search The syntax of the Python programming language is the set of rules that defines how a Python program will be written and interpreted (by both the runtime system and by human readers) The Python language has many similarities to Perl, C, and Java