Sie sind auf Seite 1von 13

5/18/2019 Category:Python - Rosetta Code

(/wiki/Rosetta_Code)

172.68.167.61 (/wiki/User:172.68.167.61) Talk for this IP address (/wiki/User_talk:172.68.167.61)


Create account (/mw/index.php?title=Special:UserLogin&returnto=Category%3APython&type=signup)
Log in (/mw/index.php?title=Special:UserLogin&returnto=Category%3APython)
Search  
Category (/wiki/Category:Python) Discussion (/wiki/Category_talk:Python)
Edit (/mw/index.php?title=Category:Python&action=edit) History (/mw/index.php?title=Category:Python&action=history)

Category:Python
From the official Python (http://www.python.org) website: "Python is a programming language that lets
you work more quickly and integrate your systems more effectively. You can learn to use Python and
see almost immediate gains in productivity and lower maintenance costs."
It is easy to create clean bug-free programs in Python due to the motto: "Errors should never pass
(/wiki/Category:Solutions_by_Program
silently." Python is an interpreter (http://en.wikipedia.org/wiki/Interpreter_(computing)). Python source
files (.py files) are typically compiled to an intermediate bytecode (/wiki/Bytecode) language (.pyc files) Python
and executed by a Python Virtual Machine. This programming
language may be used to
instruct a computer to
Notes perform a task.
Because Python uses whitespace for structure, do not format long code examples with leading Official website
(http://www.python.org)
whitespace, instead use <pre></pre> tags, or, preferably, <lang python></lang> tags. This will make Execution method Interpreted
it easier to copy code into and out of the wiki. Example: (/wiki/Category:Execution_method):
Garbage collected Yes
(/wiki/Category:Garbage_collection):
print 'this line must not have leading indentation!' Parameter passing methods By object r
if True: (/wiki/Category:Parameter_passing):
print 'example: ', foo(3), len(bar) Type safety (/wiki/Category:Typing): Safe
Type strength Strong
(/wiki/Category:Typing):
Some Python examples may deviate from idiomatic Python because they may be written to work in Type expression Implicit
(/wiki/Category:Typing/Expression):
Python 3.X as well as Python 2.X environments. This includes doing things like:
Type checking Dynamic
(/wiki/Category:Typing/Checking):
Using brackets in print statements/functions of one expression.
See Also: Python
Using zip and not izip; keys(), values(), items() and not their iter- forms. (http://
Checking for raw_input and setting raw_input to input if not found. langua
Conditionally importing reduce if it is not found. BNF G
(http://
This style is not a requirement for Python code on RC, but it may be in use and should not necessarily
Python
be 'corrected' if found in examples.
(/wiki/L

The command line is often used in Python for short pieces of code, and so, again; examples showing Listed below are all of the
such use are not incorrect and may be left. tasks on Rosetta Code which
have been solved using
Python.
See Also
Your Help Needed
Wikipedia: Python (http://en.wikipedia.org/wiki/python_(programming_language))
If you know Python, please
write code for some of the
Todo tasks not implemented in
Python
Reports:Tasks_not_implemented_in_Python (/wiki/Reports:Tasks_not_implemented_in_Python)
(/wiki/Reports:Tasks_not_implemente

Subcategories Try (http://codepad.org?


lang=Python) this language
This category has the following 17 subcategories, out of 17 total. on Codepad
(http://codepad.org).

@
Python examples needing attention (/wiki/Category:Python_examples_needing_attention)
Python Implementations (/wiki/Category:Python_Implementations)
Python User (/wiki/Category:Python_User)

rosettacode.org/wiki/Category:Python 1/13
5/18/2019 Category:Python - Rosetta Code

K
Kivy (/wiki/Category:Kivy)

L
Livewires (/wiki/Category:Livewires)

M
Matplotlib (/wiki/Category:Matplotlib)

N
NumPy (/wiki/Category:NumPy)

P
PIL (/wiki/Category:PIL)
PyAutoGUI (/wiki/Category:PyAutoGUI)
Pygame (/wiki/Category:Pygame)
PyGTK (/wiki/Category:PyGTK)
PyQt (/wiki/Category:PyQt)
Pythonwin (/wiki/Category:Pythonwin)

S
SciPy (/wiki/Category:SciPy)

T
Tkinter (/wiki/Category:Tkinter)

V
VPython (/wiki/Category:VPython)

W
WxPython (/wiki/Category:WxPython)

Pages in category "Python"


The following 1,038 pages are in this category, out of 1,038 total.

A
1 A* search algorithm (/wiki/A*_search_algorithm)
100 doors (/wiki/100_doors) A+B (/wiki/A%2BB)
15 Puzzle Game (/wiki/15_Puzzle_Game) Abbreviations, automatic (/wiki/Abbreviations,_automatic)
15 puzzle solver (/wiki/15_puzzle_solver) Abbreviations, easy (/wiki/Abbreviations,_easy)
Abbreviations, simple (/wiki/Abbreviations,_simple)
2 ABC Problem (/wiki/ABC_Problem)
Abstract type (/wiki/Abstract_type)
2048 (/wiki/2048) Abundant, deficient and perfect number classifications
24 game (/wiki/24_game) (/wiki/Abundant,_deficient_and_perfect_number_classifications)
24 game/Solve (/wiki/24_game/Solve) Accumulator factory (/wiki/Accumulator_factory)
Ackermann function (/wiki/Ackermann_function)
4 Active Directory/Connect (/wiki/Active_Directory/Connect)
Active Directory/Search for a user
4-rings or 4-squares puzzle (/wiki/4-rings_or_4-
(/wiki/Active_Directory/Search_for_a_user)
squares_puzzle)
Active object (/wiki/Active_object)
Add a variable to a class instance at runtime
9 (/wiki/Add_a_variable_to_a_class_instance_at_runtime)
Addition chains (/wiki/Addition_chains)
9 billion names of God the integer
Address of a variable (/wiki/Address_of_a_variable)
(/wiki/9_billion_names_of_God_the_integer)
AKS test for primes (/wiki/AKS_test_for_primes)
99 Bottles of Beer (/wiki/99_Bottles_of_Beer)
Align columns (/wiki/Align_columns)
99 Bottles of Beer/Python (/wiki/99_Bottles_of_Beer/Python)
Aliquot sequence classifications
(/wiki/Aliquot_sequence_classifications)

rosettacode.org/wiki/Category:Python 2/13
5/18/2019 Category:Python - Rosetta Code
Almost prime (/wiki/Almost_prime) Bilinear interpolation (/wiki/Bilinear_interpolation)
Amb (/wiki/Amb) Binary digits (/wiki/Binary_digits)
Amicable pairs (/wiki/Amicable_pairs) Binary search (/wiki/Binary_search)
Anagrams (/wiki/Anagrams) Binary strings (/wiki/Binary_strings)
Anagrams/Deranged anagrams Birthday problem (/wiki/Birthday_problem)
(/wiki/Anagrams/Deranged_anagrams) Bitcoin/address validation (/wiki/Bitcoin/address_validation)
Angle difference between two bearings Bitcoin/public point to address
(/wiki/Angle_difference_between_two_bearings) (/wiki/Bitcoin/public_point_to_address)
Animate a pendulum (/wiki/Animate_a_pendulum) Bitmap (/wiki/Bitmap)
Animation (/wiki/Animation) Bitmap/Bresenham's line algorithm
Anonymous recursion (/wiki/Anonymous_recursion) (/wiki/Bitmap/Bresenham%27s_line_algorithm)
Anti-primes (/wiki/Anti-primes) Bitmap/Bézier curves/Cubic
Append a record to the end of a text file (/wiki/Bitmap/B%C3%A9zier_curves/Cubic)
(/wiki/Append_a_record_to_the_end_of_a_text_file) Bitmap/Bézier curves/Quadratic
Apply a callback to an array (/wiki/Bitmap/B%C3%A9zier_curves/Quadratic)
(/wiki/Apply_a_callback_to_an_array) Bitmap/Flood fill (/wiki/Bitmap/Flood_fill)
Apply a digital filter (direct form II transposed) Bitmap/Histogram (/wiki/Bitmap/Histogram)
(/wiki/Apply_a_digital_filter_(direct_form_II_transposed)) Bitmap/Midpoint circle algorithm
Arbitrary-precision integers (included) (/wiki/Arbitrary- (/wiki/Bitmap/Midpoint_circle_algorithm)
precision_integers_(included)) Bitmap/PPM conversion through a pipe
Archimedean spiral (/wiki/Archimedean_spiral) (/wiki/Bitmap/PPM_conversion_through_a_pipe)
Arena storage pool (/wiki/Arena_storage_pool) Bitmap/Read a PPM file (/wiki/Bitmap/Read_a_PPM_file)
Arithmetic coding/As a generalized change of radix Bitmap/Read an image through a pipe
(/wiki/Arithmetic_coding/As_a_generalized_change_of_radix) (/wiki/Bitmap/Read_an_image_through_a_pipe)
Arithmetic evaluation (/wiki/Arithmetic_evaluation) Bitmap/Write a PPM file (/wiki/Bitmap/Write_a_PPM_file)
Arithmetic-geometric mean (/wiki/Arithmetic-geometric_mean) Bitwise IO (/wiki/Bitwise_IO)
Arithmetic-geometric mean/Calculate Pi (/wiki/Arithmetic- Bitwise operations (/wiki/Bitwise_operations)
geometric_mean/Calculate_Pi) Boolean values (/wiki/Boolean_values)
Arithmetic/Complex (/wiki/Arithmetic/Complex) Box the compass (/wiki/Box_the_compass)
Arithmetic/Integer (/wiki/Arithmetic/Integer) Brace expansion (/wiki/Brace_expansion)
Arithmetic/Rational (/wiki/Arithmetic/Rational) Break OO privacy (/wiki/Break_OO_privacy)
Array concatenation (/wiki/Array_concatenation) Brownian tree (/wiki/Brownian_tree)
Array length (/wiki/Array_length) Bulls and cows (/wiki/Bulls_and_cows)
Arrays (/wiki/Arrays) Bulls and cows/Player (/wiki/Bulls_and_cows/Player)
Aspect Oriented Programming Burrows–Wheeler transform
(/wiki/Aspect_Oriented_Programming) (/wiki/Burrows%E2%80%93Wheeler_transform)
Assertions (/wiki/Assertions)
Associative array/Creation (/wiki/Associative_array/Creation) C
Associative array/Iteration (/wiki/Associative_array/Iteration)
Atomic updates (/wiki/Atomic_updates) Caesar cipher (/wiki/Caesar_cipher)
AudioAlarm (/wiki/AudioAlarm) Calculating the value of e (/wiki/Calculating_the_value_of_e)
Average loop length (/wiki/Average_loop_length) Calendar (/wiki/Calendar)
Averages/Arithmetic mean (/wiki/Averages/Arithmetic_mean) Call a foreign-language function (/wiki/Call_a_foreign-
Averages/Mean angle (/wiki/Averages/Mean_angle) language_function)
Averages/Mean time of day Call a function (/wiki/Call_a_function)
(/wiki/Averages/Mean_time_of_day) Call a function in a shared library
Averages/Median (/wiki/Averages/Median) (/wiki/Call_a_function_in_a_shared_library)
Averages/Mode (/wiki/Averages/Mode) Call an object method (/wiki/Call_an_object_method)
Averages/Pythagorean means Canny edge detector (/wiki/Canny_edge_detector)
(/wiki/Averages/Pythagorean_means) Cantor set (/wiki/Cantor_set)
Averages/Root mean square Card shuffles (/wiki/Card_shuffles)
(/wiki/Averages/Root_mean_square) Carmichael 3 strong pseudoprimes
Averages/Simple moving average (/wiki/Carmichael_3_strong_pseudoprimes)
(/wiki/Averages/Simple_moving_average) Cartesian product of two or more lists
AVL tree (/wiki/AVL_tree) (/wiki/Cartesian_product_of_two_or_more_lists)
Case-sensitivity of identifiers (/wiki/Case-
sensitivity_of_identifiers)
B Casting out nines (/wiki/Casting_out_nines)
Babbage problem (/wiki/Babbage_problem) Catalan numbers (/wiki/Catalan_numbers)
Bacon cipher (/wiki/Bacon_cipher) Catalan numbers/Pascal's triangle
Balanced brackets (/wiki/Balanced_brackets) (/wiki/Catalan_numbers/Pascal%27s_triangle)
Balanced ternary (/wiki/Balanced_ternary) Catamorphism (/wiki/Catamorphism)
Barnsley fern (/wiki/Barnsley_fern) Catmull–Clark subdivision surface
Base58Check encoding (/wiki/Base58Check_encoding) (/wiki/Catmull%E2%80%93Clark_subdivision_surface)
Base64 encode data (/wiki/Base64_encode_data) Chaocipher (/wiki/Chaocipher)
Benford's law (/wiki/Benford%27s_law) Chaos game (/wiki/Chaos_game)
Bernoulli numbers (/wiki/Bernoulli_numbers) Character codes (/wiki/Character_codes)
Best shuffle (/wiki/Best_shuffle) Chat server (/wiki/Chat_server)

rosettacode.org/wiki/Category:Python 3/13
5/18/2019 Category:Python - Rosetta Code
Check input device is a terminal Copy stdin to stdout (/wiki/Copy_stdin_to_stdout)
(/wiki/Check_input_device_is_a_terminal) Count in factors (/wiki/Count_in_factors)
Check Machin-like formulas (/wiki/Check_Machin- Count in octal (/wiki/Count_in_octal)
like_formulas) Count occurrences of a substring
Check output device is a terminal (/wiki/Count_occurrences_of_a_substring)
(/wiki/Check_output_device_is_a_terminal) Count the coins (/wiki/Count_the_coins)
Check that file exists (/wiki/Check_that_file_exists) Cramer's rule (/wiki/Cramer%27s_rule)
Checkpoint synchronization (/wiki/Checkpoint_synchronization) CRC-32 (/wiki/CRC-32)
Chemical Calculator (/wiki/Chemical_Calculator) Create a file (/wiki/Create_a_file)
Cheryl's Birthday (/wiki/Cheryl%27s_Birthday) Create a file on magnetic tape
Chess player (/wiki/Chess_player) (/wiki/Create_a_file_on_magnetic_tape)
Chinese remainder theorem Create a two-dimensional array at runtime (/wiki/Create_a_two-
(/wiki/Chinese_remainder_theorem) dimensional_array_at_runtime)
Chinese zodiac (/wiki/Chinese_zodiac) Create an HTML table (/wiki/Create_an_HTML_table)
Cholesky decomposition (/wiki/Cholesky_decomposition) Create an object/Native demonstration
Chowla numbers (/wiki/Chowla_numbers) (/wiki/Create_an_object/Native_demonstration)
Church Numerals (/wiki/Church_Numerals) CSV data manipulation (/wiki/CSV_data_manipulation)
Cipolla's algorithm (/wiki/Cipolla%27s_algorithm) CSV to HTML translation (/wiki/CSV_to_HTML_translation)
Circles of given radius through two points Cuban primes (/wiki/Cuban_primes)
(/wiki/Circles_of_given_radius_through_two_points) Cumulative standard deviation
Classes (/wiki/Classes) (/wiki/Cumulative_standard_deviation)
Closest-pair problem (/wiki/Closest-pair_problem) Currency (/wiki/Currency)
Closures/Value capture (/wiki/Closures/Value_capture) Currying (/wiki/Currying)
Code segment unload (/wiki/Code_segment_unload) CUSIP (/wiki/CUSIP)
Collections (/wiki/Collections) Cut a rectangle (/wiki/Cut_a_rectangle)
Color of a screen pixel (/wiki/Color_of_a_screen_pixel) Cycle detection (/wiki/Cycle_detection)
Color quantization (/wiki/Color_quantization)
Color wheel (/wiki/Color_wheel) D
Colour bars/Display (/wiki/Colour_bars/Display)
Colour pinstripe/Display (/wiki/Colour_pinstripe/Display) Damm algorithm (/wiki/Damm_algorithm)
Colour pinstripe/Printer (/wiki/Colour_pinstripe/Printer) Data Encryption Standard (/wiki/Data_Encryption_Standard)
Combinations (/wiki/Combinations) Date format (/wiki/Date_format)
Combinations and permutations Date manipulation (/wiki/Date_manipulation)
(/wiki/Combinations_and_permutations) Day of the week (/wiki/Day_of_the_week)
Combinations with repetitions Deal cards for FreeCell (/wiki/Deal_cards_for_FreeCell)
(/wiki/Combinations_with_repetitions) Death Star (/wiki/Death_Star)
Comma quibbling (/wiki/Comma_quibbling) Decimal floating point number to binary
Command-line arguments (/wiki/Command-line_arguments) (/wiki/Decimal_floating_point_number_to_binary)
Commatizing numbers (/wiki/Commatizing_numbers) Decision tables (/wiki/Decision_tables)
Comments (/wiki/Comments) Deconvolution/1D (/wiki/Deconvolution/1D)
Compare a list of strings (/wiki/Compare_a_list_of_strings) Deepcopy (/wiki/Deepcopy)
Compare sorting algorithms' performance Define a primitive data type
(/wiki/Compare_sorting_algorithms%27_performance) (/wiki/Define_a_primitive_data_type)
Compiler/AST interpreter (/wiki/Compiler/AST_interpreter) Delegates (/wiki/Delegates)
Compiler/code generator (/wiki/Compiler/code_generator) Delete a file (/wiki/Delete_a_file)
Compiler/lexical analyzer (/wiki/Compiler/lexical_analyzer) Deming's Funnel (/wiki/Deming%27s_Funnel)
Compiler/syntax analyzer (/wiki/Compiler/syntax_analyzer) Department Numbers (/wiki/Department_Numbers)
Compiler/virtual machine interpreter Detect division by zero (/wiki/Detect_division_by_zero)
(/wiki/Compiler/virtual_machine_interpreter) Determinant and permanent
Compound data type (/wiki/Compound_data_type) (/wiki/Determinant_and_permanent)
Concurrent computing (/wiki/Concurrent_computing) Determine if a string is numeric
Conditional structures (/wiki/Conditional_structures) (/wiki/Determine_if_a_string_is_numeric)
Conjugate transpose (/wiki/Conjugate_transpose) Determine if only one instance is running
Constrained random points on a circle (/wiki/Determine_if_only_one_instance_is_running)
(/wiki/Constrained_random_points_on_a_circle) Determine if two triangles overlap
Continued fraction (/wiki/Continued_fraction) (/wiki/Determine_if_two_triangles_overlap)
Continued fraction/Arithmetic/Construct from rational number Dice game probabilities (/wiki/Dice_game_probabilities)
(/wiki/Continued_fraction/Arithmetic/Construct_from_rational_number)Digital root (/wiki/Digital_root)
Continued fraction/Arithmetic/G(matrix NG, Contined Fraction Digital root/Multiplicative digital root
N) (/wiki/Digital_root/Multiplicative_digital_root)
Dijkstra's algorithm (/wiki/Dijkstra%27s_algorithm)
(/wiki/Continued_fraction/Arithmetic/G(matrix_NG,_Contined_Fraction_N))
Convert decimal number to rational Dinesman's multiple-dwelling problem
(/wiki/Convert_decimal_number_to_rational) (/wiki/Dinesman%27s_multiple-dwelling_problem)
Convert seconds to compound duration Dining philosophers (/wiki/Dining_philosophers)
(/wiki/Convert_seconds_to_compound_duration) Discordian date (/wiki/Discordian_date)
Convex hull (/wiki/Convex_hull) Display a linear combination
Conway's Game of Life (/wiki/Conway%27s_Game_of_Life) (/wiki/Display_a_linear_combination)
Copy a string (/wiki/Copy_a_string) Distributed programming (/wiki/Distributed_programming)

rosettacode.org/wiki/Category:Python 4/13
5/18/2019 Category:Python - Rosetta Code
Diversity prediction theorem Exponentiation operator (/wiki/Exponentiation_operator)
(/wiki/Diversity_prediction_theorem) Exponentiation order (/wiki/Exponentiation_order)
DNS query (/wiki/DNS_query) Extend your language (/wiki/Extend_your_language)
Documentation (/wiki/Documentation) Extensible prime generator (/wiki/Extensible_prime_generator)
Dot product (/wiki/Dot_product) External sort (/wiki/External_sort)
Doubly-linked list/Definition (/wiki/Doubly-linked_list/Definition) Extract file extension (/wiki/Extract_file_extension)
Doubly-linked list/Element definition (/wiki/Doubly- Extreme floating point values
linked_list/Element_definition) (/wiki/Extreme_floating_point_values)
Doubly-linked list/Element insertion (/wiki/Doubly-
linked_list/Element_insertion) F
Doubly-linked list/Traversal (/wiki/Doubly-linked_list/Traversal)
Dragon curve (/wiki/Dragon_curve) Factorial (/wiki/Factorial)
Draw a clock (/wiki/Draw_a_clock) Factors of a Mersenne number
Draw a cuboid (/wiki/Draw_a_cuboid) (/wiki/Factors_of_a_Mersenne_number)
Draw a pixel (/wiki/Draw_a_pixel) Factors of an integer (/wiki/Factors_of_an_integer)
Draw a rotating cube (/wiki/Draw_a_rotating_cube) Farey sequence (/wiki/Farey_sequence)
Draw a sphere (/wiki/Draw_a_sphere) Fast Fourier transform (/wiki/Fast_Fourier_transform)
Dutch national flag problem FASTA format (/wiki/FASTA_format)
(/wiki/Dutch_national_flag_problem) Faulhaber's formula (/wiki/Faulhaber%27s_formula)
Dynamic variable names (/wiki/Dynamic_variable_names) Faulhaber's triangle (/wiki/Faulhaber%27s_triangle)
Feigenbaum constant calculation
(/wiki/Feigenbaum_constant_calculation)
E Fibonacci heap (/wiki/Fibonacci_heap)
Echo server (/wiki/Echo_server) Fibonacci n-step number sequences (/wiki/Fibonacci_n-
Eertree (/wiki/Eertree) step_number_sequences)
Egyptian division (/wiki/Egyptian_division) Fibonacci sequence (/wiki/Fibonacci_sequence)
Egyptian fractions (/wiki/Egyptian_fractions) Fibonacci word (/wiki/Fibonacci_word)
EKG sequence convergence Fibonacci word/fractal (/wiki/Fibonacci_word/fractal)
(/wiki/EKG_sequence_convergence) File extension is in extensions list
Element-wise operations (/wiki/Element-wise_operations) (/wiki/File_extension_is_in_extensions_list)
Elementary cellular automaton File input/output (/wiki/File_input/output)
(/wiki/Elementary_cellular_automaton) File modification time (/wiki/File_modification_time)
Elementary cellular automaton/Infinite length File size (/wiki/File_size)
(/wiki/Elementary_cellular_automaton/Infinite_length) File size distribution (/wiki/File_size_distribution)
Elementary cellular automaton/Random Number Generator Filter (/wiki/Filter)
(/wiki/Elementary_cellular_automaton/Random_Number_Generator) Find common directory path
Elliptic curve arithmetic (/wiki/Elliptic_curve_arithmetic) (/wiki/Find_common_directory_path)
Emirp primes (/wiki/Emirp_primes) Find duplicate files (/wiki/Find_duplicate_files)
Empty directory (/wiki/Empty_directory) Find first and last set bit of a long integer
Empty program (/wiki/Empty_program) (/wiki/Find_first_and_last_set_bit_of_a_long_integer)
Empty string (/wiki/Empty_string) Find largest left truncatable prime in a given base
Enforced immutability (/wiki/Enforced_immutability) (/wiki/Find_largest_left_truncatable_prime_in_a_given_base)
Entropy (/wiki/Entropy) Find limit of recursion (/wiki/Find_limit_of_recursion)
Entropy/Narcissist (/wiki/Entropy/Narcissist) Find palindromic numbers in both binary and ternary bases
Enumerations (/wiki/Enumerations) (/wiki/Find_palindromic_numbers_in_both_binary_and_ternary_bases)
Environment variables (/wiki/Environment_variables) Find the intersection of a line with a plane
Equilibrium index (/wiki/Equilibrium_index) (/wiki/Find_the_intersection_of_a_line_with_a_plane)
Ethiopian multiplication (/wiki/Ethiopian_multiplication) Find the intersection of two lines
Euler method (/wiki/Euler_method) (/wiki/Find_the_intersection_of_two_lines)
Euler's identity (/wiki/Euler%27s_identity) Find the last Sunday of each month
Euler's sum of powers conjecture (/wiki/Find_the_last_Sunday_of_each_month)
(/wiki/Euler%27s_sum_of_powers_conjecture) Find the missing permutation
Evaluate binomial coefficients (/wiki/Find_the_missing_permutation)
(/wiki/Evaluate_binomial_coefficients) First class environments (/wiki/First_class_environments)
Even or odd (/wiki/Even_or_odd) First-class functions (/wiki/First-class_functions)
Events (/wiki/Events) First-class functions/Use numbers analogously (/wiki/First-
Evolutionary algorithm (/wiki/Evolutionary_algorithm) class_functions/Use_numbers_analogously)
Exceptions (/wiki/Exceptions) Five weekends (/wiki/Five_weekends)
Exceptions/Catch an exception thrown in a nested call Fivenum (/wiki/Fivenum)
(/wiki/Exceptions/Catch_an_exception_thrown_in_a_nested_call) FizzBuzz (/wiki/FizzBuzz)
Executable library (/wiki/Executable_library) Flatten a list (/wiki/Flatten_a_list)
Execute a Markov algorithm Flipping bits game (/wiki/Flipping_bits_game)
(/wiki/Execute_a_Markov_algorithm) Flow-control structures (/wiki/Flow-control_structures)
Execute a system command Floyd's triangle (/wiki/Floyd%27s_triangle)
(/wiki/Execute_a_system_command) Floyd-Warshall algorithm (/wiki/Floyd-Warshall_algorithm)
Execute Brain**** (/wiki/Execute_Brain****) Forest fire (/wiki/Forest_fire)
Execute HQ9+ (/wiki/Execute_HQ9%2B) Fork (/wiki/Fork)
Execute SNUSP (/wiki/Execute_SNUSP) Formal power series (/wiki/Formal_power_series)

rosettacode.org/wiki/Category:Python 5/13
5/18/2019 Category:Python - Rosetta Code
Formatted numeric output (/wiki/Formatted_numeric_output) Hello world/Text (/wiki/Hello_world/Text)
Forward difference (/wiki/Forward_difference) Hello world/Web server (/wiki/Hello_world/Web_server)
Four bit adder (/wiki/Four_bit_adder) Here document (/wiki/Here_document)
Four is magic (/wiki/Four_is_magic) Heronian triangles (/wiki/Heronian_triangles)
Fractal tree (/wiki/Fractal_tree) Hickerson series of almost integers
Fractran (/wiki/Fractran) (/wiki/Hickerson_series_of_almost_integers)
Free polyominoes enumeration Higher-order functions (/wiki/Higher-order_functions)
(/wiki/Free_polyominoes_enumeration) Hilbert curve (/wiki/Hilbert_curve)
FTP (/wiki/FTP) History variables (/wiki/History_variables)
Function composition (/wiki/Function_composition) Hofstadter Figure-Figure sequences (/wiki/Hofstadter_Figure-
Function definition (/wiki/Function_definition) Figure_sequences)
Function frequency (/wiki/Function_frequency) Hofstadter Q sequence (/wiki/Hofstadter_Q_sequence)
Functional coverage tree (/wiki/Functional_coverage_tree) Hofstadter-Conway $10,000 sequence (/wiki/Hofstadter-
Fusc sequence (/wiki/Fusc_sequence) Conway_$10,000_sequence)
Holidays related to Easter (/wiki/Holidays_related_to_Easter)
G Honeycombs (/wiki/Honeycombs)
Horizontal sundial calculations
Galton box animation (/wiki/Galton_box_animation) (/wiki/Horizontal_sundial_calculations)
Gamma function (/wiki/Gamma_function) Horner's rule for polynomial evaluation
Gaussian elimination (/wiki/Gaussian_elimination) (/wiki/Horner%27s_rule_for_polynomial_evaluation)
General FizzBuzz (/wiki/General_FizzBuzz) Host introspection (/wiki/Host_introspection)
Generate Chess960 starting position Hostname (/wiki/Hostname)
(/wiki/Generate_Chess960_starting_position) Hough transform (/wiki/Hough_transform)
Generate lower case ASCII alphabet HTTP (/wiki/HTTP)
(/wiki/Generate_lower_case_ASCII_alphabet) HTTPS (/wiki/HTTPS)
Generate random chess position HTTPS/Authenticated (/wiki/HTTPS/Authenticated)
(/wiki/Generate_random_chess_position) HTTPS/Client-authenticated (/wiki/HTTPS/Client-
Generator/Exponential (/wiki/Generator/Exponential) authenticated)
Generic swap (/wiki/Generic_swap) Huffman coding (/wiki/Huffman_coding)
Get system command output Hunt The Wumpus (/wiki/Hunt_The_Wumpus)
(/wiki/Get_system_command_output)
Globally replace text in several files
(/wiki/Globally_replace_text_in_several_files)
I
Go Fish (/wiki/Go_Fish) I before E except after C (/wiki/I_before_E_except_after_C)
Gray code (/wiki/Gray_code) I.Q. Puzzle (/wiki/I.Q._Puzzle)
Grayscale image (/wiki/Grayscale_image) IBAN (/wiki/IBAN)
Greatest common divisor (/wiki/Greatest_common_divisor) Identity matrix (/wiki/Identity_matrix)
Greatest element of a list (/wiki/Greatest_element_of_a_list) Idiomatically determine all the characters that can be used for
Greatest subsequential sum symbols
(/wiki/Greatest_subsequential_sum) (/wiki/Idiomatically_determine_all_the_characters_that_can_be_used_
Greyscale bars/Display (/wiki/Greyscale_bars/Display) Idiomatically determine all the lowercase and uppercase letters
Guess the number (/wiki/Guess_the_number) (/wiki/Idiomatically_determine_all_the_lowercase_and_uppercase_lette
Guess the number/With feedback Image convolution (/wiki/Image_convolution)
(/wiki/Guess_the_number/With_feedback) Image noise (/wiki/Image_noise)
Guess the number/With feedback (player) Imaginary base numbers (/wiki/Imaginary_base_numbers)
(/wiki/Guess_the_number/With_feedback_(player)) Implicit type conversion (/wiki/Implicit_type_conversion)
GUI component interaction (/wiki/GUI_component_interaction) Include a file (/wiki/Include_a_file)
GUI enabling/disabling of controls Increment a numerical string
(/wiki/GUI_enabling/disabling_of_controls) (/wiki/Increment_a_numerical_string)
GUI/Maximum window dimensions Index finite lists of positive integers
(/wiki/GUI/Maximum_window_dimensions) (/wiki/Index_finite_lists_of_positive_integers)
Infinity (/wiki/Infinity)
H Inheritance/Multiple (/wiki/Inheritance/Multiple)
Inheritance/Single (/wiki/Inheritance/Single)
Hailstone sequence (/wiki/Hailstone_sequence) Input loop (/wiki/Input_loop)
Hamming numbers (/wiki/Hamming_numbers) Input/Output for Lines of Text
Handle a signal (/wiki/Handle_a_signal) (/wiki/Input/Output_for_Lines_of_Text)
Happy numbers (/wiki/Happy_numbers) Input/Output for Pairs of Numbers
Harshad or Niven series (/wiki/Harshad_or_Niven_series) (/wiki/Input/Output_for_Pairs_of_Numbers)
Hash from two arrays (/wiki/Hash_from_two_arrays) Integer comparison (/wiki/Integer_comparison)
Hash join (/wiki/Hash_join) Integer overflow (/wiki/Integer_overflow)
Haversine formula (/wiki/Haversine_formula) Integer roots (/wiki/Integer_roots)
Hello world/Graphical (/wiki/Hello_world/Graphical) Integer sequence (/wiki/Integer_sequence)
Hello world/Line printer (/wiki/Hello_world/Line_printer) Interactive programming (/wiki/Interactive_programming)
Hello world/Newbie (/wiki/Hello_world/Newbie) Introspection (/wiki/Introspection)
Hello world/Newline omission Inverted index (/wiki/Inverted_index)
(/wiki/Hello_world/Newline_omission) Inverted syntax (/wiki/Inverted_syntax)
Hello world/Standard error (/wiki/Hello_world/Standard_error) Iterated digits squaring (/wiki/Iterated_digits_squaring)

rosettacode.org/wiki/Category:Python 6/13
5/18/2019 Category:Python - Rosetta Code

J Literals/Integer (/wiki/Literals/Integer)
Literals/String (/wiki/Literals/String)
Jaro distance (/wiki/Jaro_distance) Logical operations (/wiki/Logical_operations)
Jensen's Device (/wiki/Jensen%27s_Device) Long multiplication (/wiki/Long_multiplication)
Jewels and Stones (/wiki/Jewels_and_Stones) Long primes (/wiki/Long_primes)
JortSort (/wiki/JortSort) Longest common prefix (/wiki/Longest_common_prefix)
Josephus problem (/wiki/Josephus_problem) Longest common subsequence
Joystick position (/wiki/Joystick_position) (/wiki/Longest_common_subsequence)
JSON (/wiki/JSON) Longest Common Substring
Julia set (/wiki/Julia_set) (/wiki/Longest_Common_Substring)
Jump anywhere (/wiki/Jump_anywhere) Longest increasing subsequence
Just in time processing on a character stream (/wiki/Longest_increasing_subsequence)
(/wiki/Just_in_time_processing_on_a_character_stream) Longest string challenge (/wiki/Longest_string_challenge)
Look-and-say sequence (/wiki/Look-and-say_sequence)
K Loop over multiple arrays simultaneously
(/wiki/Loop_over_multiple_arrays_simultaneously)
K-d tree (/wiki/K-d_tree)
Loops/Break (/wiki/Loops/Break)
K-means++ clustering (/wiki/K-means%2B%2B_clustering)
Loops/Continue (/wiki/Loops/Continue)
Kahan summation (/wiki/Kahan_summation)
Loops/Do-while (/wiki/Loops/Do-while)
Kaprekar numbers (/wiki/Kaprekar_numbers)
Loops/Downward for (/wiki/Loops/Downward_for)
Kernighans large earthquake problem
Loops/For (/wiki/Loops/For)
(/wiki/Kernighans_large_earthquake_problem)
Loops/For with a specified step
Keyboard input/Flush the keyboard buffer
(/wiki/Loops/For_with_a_specified_step)
(/wiki/Keyboard_input/Flush_the_keyboard_buffer)
Loops/Foreach (/wiki/Loops/Foreach)
Keyboard input/Keypress check
Loops/Increment loop index within loop body
(/wiki/Keyboard_input/Keypress_check)
(/wiki/Loops/Increment_loop_index_within_loop_body)
Keyboard input/Obtain a Y or N response
Loops/Infinite (/wiki/Loops/Infinite)
(/wiki/Keyboard_input/Obtain_a_Y_or_N_response)
Loops/N plus one half (/wiki/Loops/N_plus_one_half)
Keyboard macros (/wiki/Keyboard_macros)
Loops/Nested (/wiki/Loops/Nested)
Knapsack problem/0-1 (/wiki/Knapsack_problem/0-1)
Loops/While (/wiki/Loops/While)
Knapsack problem/Bounded
Loops/with multiple ranges (/wiki/Loops/with_multiple_ranges)
(/wiki/Knapsack_problem/Bounded)
Loops/Wrong ranges (/wiki/Loops/Wrong_ranges)
Knapsack problem/Continuous
LU decomposition (/wiki/LU_decomposition)
(/wiki/Knapsack_problem/Continuous)
Lucas-Lehmer test (/wiki/Lucas-Lehmer_test)
Knapsack problem/Unbounded
Lucky and even lucky numbers
(/wiki/Knapsack_problem/Unbounded)
(/wiki/Lucky_and_even_lucky_numbers)
Knight's tour (/wiki/Knight%27s_tour)
Ludic numbers (/wiki/Ludic_numbers)
Knuth shuffle (/wiki/Knuth_shuffle)
Luhn test of credit card numbers
Knuth's algorithm S (/wiki/Knuth%27s_algorithm_S)
(/wiki/Luhn_test_of_credit_card_numbers)
Knuth's power tree (/wiki/Knuth%27s_power_tree)
Lychrel numbers (/wiki/Lychrel_numbers)
Kolakoski sequence (/wiki/Kolakoski_sequence)
LZW compression (/wiki/LZW_compression)
Kosaraju (/wiki/Kosaraju)
Kronecker product (/wiki/Kronecker_product)
Kronecker product based fractals M
(/wiki/Kronecker_product_based_fractals) MAC Vendor Lookup (/wiki/MAC_Vendor_Lookup)
Machine code (/wiki/Machine_code)
L Mad Libs (/wiki/Mad_Libs)
Magic 8-Ball (/wiki/Magic_8-Ball)
Langton's ant (/wiki/Langton%27s_ant)
Magic squares of doubly even order
Largest int from concatenated ints
(/wiki/Magic_squares_of_doubly_even_order)
(/wiki/Largest_int_from_concatenated_ints)
Magic squares of odd order
Largest number divisible by its digits
(/wiki/Magic_squares_of_odd_order)
(/wiki/Largest_number_divisible_by_its_digits)
Magic squares of singly even order
Last Friday of each month (/wiki/Last_Friday_of_each_month)
(/wiki/Magic_squares_of_singly_even_order)
Last letter-first letter (/wiki/Last_letter-first_letter)
Main step of GOST 28147-89
Law of cosines - triples (/wiki/Law_of_cosines_-_triples)
(/wiki/Main_step_of_GOST_28147-89)
Leap year (/wiki/Leap_year)
Make a backup file (/wiki/Make_a_backup_file)
Least common multiple (/wiki/Least_common_multiple)
Make directory path (/wiki/Make_directory_path)
Left factorials (/wiki/Left_factorials)
Man or boy test (/wiki/Man_or_boy_test)
Leonardo numbers (/wiki/Leonardo_numbers)
Mandelbrot set (/wiki/Mandelbrot_set)
Letter frequency (/wiki/Letter_frequency)
Map range (/wiki/Map_range)
Levenshtein distance (/wiki/Levenshtein_distance)
Markov chain text generator
Linear congruential generator
(/wiki/Markov_chain_text_generator)
(/wiki/Linear_congruential_generator)
Matrix chain multiplication (/wiki/Matrix_chain_multiplication)
Linux CPU utilization (/wiki/Linux_CPU_utilization)
Matrix multiplication (/wiki/Matrix_multiplication)
List comprehensions (/wiki/List_comprehensions)
Matrix transposition (/wiki/Matrix_transposition)
List rooted trees (/wiki/List_rooted_trees)
Matrix-exponentiation operator (/wiki/Matrix-
Literals/Floating point (/wiki/Literals/Floating_point)
exponentiation_operator)

rosettacode.org/wiki/Category:Python 7/13
5/18/2019 Category:Python - Rosetta Code
Maximum triangle path sum Non-continuous subsequences (/wiki/Non-
(/wiki/Maximum_triangle_path_sum) continuous_subsequences)
Mayan numerals (/wiki/Mayan_numerals) Non-decimal radices/Convert (/wiki/Non-
Maze generation (/wiki/Maze_generation) decimal_radices/Convert)
Maze solving (/wiki/Maze_solving) Non-decimal radices/Input (/wiki/Non-decimal_radices/Input)
McNuggets Problem (/wiki/McNuggets_Problem) Non-decimal radices/Output (/wiki/Non-
MD4 (/wiki/MD4) decimal_radices/Output)
MD5 (/wiki/MD5) Nonoblock (/wiki/Nonoblock)
MD5/Implementation (/wiki/MD5/Implementation) Nonogram solver (/wiki/Nonogram_solver)
Median filter (/wiki/Median_filter) Nth root (/wiki/Nth_root)
Memory allocation (/wiki/Memory_allocation) Null object (/wiki/Null_object)
Memory layout of a data structure Number names (/wiki/Number_names)
(/wiki/Memory_layout_of_a_data_structure) Number reversal game (/wiki/Number_reversal_game)
Menu (/wiki/Menu) Numeric error propagation (/wiki/Numeric_error_propagation)
Mersenne primes (/wiki/Mersenne_primes) Numerical integration (/wiki/Numerical_integration)
Metaprogramming (/wiki/Metaprogramming) Numerical integration/Gauss-Legendre Quadrature
Metered concurrency (/wiki/Metered_concurrency) (/wiki/Numerical_integration/Gauss-Legendre_Quadrature)
Metronome (/wiki/Metronome) NYSIIS (/wiki/NYSIIS)
Mian-Chowla sequence (/wiki/Mian-Chowla_sequence)
Middle three digits (/wiki/Middle_three_digits) O
Miller–Rabin primality test
(/wiki/Miller%E2%80%93Rabin_primality_test) Object serialization (/wiki/Object_serialization)
Mind boggling card trick (/wiki/Mind_boggling_card_trick) Odd word problem (/wiki/Odd_word_problem)
Minesweeper game (/wiki/Minesweeper_game) Old lady swallowed a fly (/wiki/Old_lady_swallowed_a_fly)
Modular arithmetic (/wiki/Modular_arithmetic) Old Russian measure of length
Modular exponentiation (/wiki/Modular_exponentiation) (/wiki/Old_Russian_measure_of_length)
Modular inverse (/wiki/Modular_inverse) OLE Automation (/wiki/OLE_Automation)
Modulinos (/wiki/Modulinos) One of n lines in a file (/wiki/One_of_n_lines_in_a_file)
Monte Carlo methods (/wiki/Monte_Carlo_methods) One-dimensional cellular automata (/wiki/One-
Montgomery reduction (/wiki/Montgomery_reduction) dimensional_cellular_automata)
Monty Hall problem (/wiki/Monty_Hall_problem) OpenGL (/wiki/OpenGL)
Morse code (/wiki/Morse_code) OpenWebNet Password (/wiki/OpenWebNet_Password)
Most frequent k chars distance Operator precedence (/wiki/Operator_precedence)
(/wiki/Most_frequent_k_chars_distance) Optional parameters (/wiki/Optional_parameters)
Mouse position (/wiki/Mouse_position) Orbital elements (/wiki/Orbital_elements)
Move-to-front algorithm (/wiki/Move-to-front_algorithm) Order disjoint list items (/wiki/Order_disjoint_list_items)
Multi-dimensional array (/wiki/Multi-dimensional_array) Order two numerical lists (/wiki/Order_two_numerical_lists)
Multifactorial (/wiki/Multifactorial) Ordered Partitions (/wiki/Ordered_Partitions)
Multiline shebang (/wiki/Multiline_shebang) Ordered words (/wiki/Ordered_words)
Multiple distinct objects (/wiki/Multiple_distinct_objects)
Multiple regression (/wiki/Multiple_regression) P
Multiplication tables (/wiki/Multiplication_tables)
P-value correction (/wiki/P-value_correction)
Multiplicative order (/wiki/Multiplicative_order)
Palindrome detection (/wiki/Palindrome_detection)
Multisplit (/wiki/Multisplit)
Pangram checker (/wiki/Pangram_checker)
Munchausen numbers (/wiki/Munchausen_numbers)
Paraffins (/wiki/Paraffins)
Munching squares (/wiki/Munching_squares)
Parallel Brute Force (/wiki/Parallel_Brute_Force)
Musical scale (/wiki/Musical_scale)
Parallel calculations (/wiki/Parallel_calculations)
Mutex (/wiki/Mutex)
Parametrized SQL statement
Mutual recursion (/wiki/Mutual_recursion)
(/wiki/Parametrized_SQL_statement)
Parse an IP Address (/wiki/Parse_an_IP_Address)
N Parse command-line arguments (/wiki/Parse_command-
N'th (/wiki/N%27th) line_arguments)
N-body problem (/wiki/N-body_problem) Parsing/RPN calculator algorithm
N-queens problem (/wiki/N-queens_problem) (/wiki/Parsing/RPN_calculator_algorithm)
Named parameters (/wiki/Named_parameters) Parsing/RPN to infix conversion
Names to numbers (/wiki/Names_to_numbers) (/wiki/Parsing/RPN_to_infix_conversion)
Naming conventions (/wiki/Naming_conventions) Parsing/Shunting-yard algorithm (/wiki/Parsing/Shunting-
Narcissist (/wiki/Narcissist) yard_algorithm)
Narcissistic decimal number Partial function application (/wiki/Partial_function_application)
(/wiki/Narcissistic_decimal_number) Partition an integer X into N primes
Native shebang (/wiki/Native_shebang) (/wiki/Partition_an_integer_X_into_N_primes)
Natural sorting (/wiki/Natural_sorting) Pascal matrix generation (/wiki/Pascal_matrix_generation)
Nautical bell (/wiki/Nautical_bell) Pascal's triangle (/wiki/Pascal%27s_triangle)
Negative base numbers (/wiki/Negative_base_numbers) Pascal's triangle/Puzzle (/wiki/Pascal%27s_triangle/Puzzle)
Nested function (/wiki/Nested_function) Password generator (/wiki/Password_generator)
Nested templated data (/wiki/Nested_templated_data) Pathological floating point problems
Nim Game (/wiki/Nim_Game) (/wiki/Pathological_floating_point_problems)

rosettacode.org/wiki/Category:Python 8/13
5/18/2019 Category:Python - Rosetta Code
Peaceful chess queen armies Q
(/wiki/Peaceful_chess_queen_armies)
Penney's game (/wiki/Penney%27s_game) QR decomposition (/wiki/QR_decomposition)
Pentagram (/wiki/Pentagram) Quaternion type (/wiki/Quaternion_type)
Percentage difference between images Queue/Definition (/wiki/Queue/Definition)
(/wiki/Percentage_difference_between_images) Queue/Usage (/wiki/Queue/Usage)
Percolation/Bond percolation Quickselect algorithm (/wiki/Quickselect_algorithm)
(/wiki/Percolation/Bond_percolation) Quine (/wiki/Quine)
Percolation/Mean cluster density
(/wiki/Percolation/Mean_cluster_density) R
Percolation/Mean run density
Ramer-Douglas-Peucker line simplification (/wiki/Ramer-
(/wiki/Percolation/Mean_run_density)
Douglas-Peucker_line_simplification)
Percolation/Site percolation (/wiki/Percolation/Site_percolation)
Ramsey's theorem (/wiki/Ramsey%27s_theorem)
Perfect numbers (/wiki/Perfect_numbers)
Random number generator (device)
Perfect shuffle (/wiki/Perfect_shuffle)
(/wiki/Random_number_generator_(device))
Perfect totient numbers (/wiki/Perfect_totient_numbers)
Random number generator (included)
Perlin noise (/wiki/Perlin_noise)
(/wiki/Random_number_generator_(included))
Permutation test (/wiki/Permutation_test)
Random numbers (/wiki/Random_numbers)
Permutations (/wiki/Permutations)
Range consolidation (/wiki/Range_consolidation)
Permutations by swapping (/wiki/Permutations_by_swapping)
Range expansion (/wiki/Range_expansion)
Permutations with repetitions
Range extraction (/wiki/Range_extraction)
(/wiki/Permutations_with_repetitions)
Ranking methods (/wiki/Ranking_methods)
Permutations/Derangements
Rate counter (/wiki/Rate_counter)
(/wiki/Permutations/Derangements)
Ray-casting algorithm (/wiki/Ray-casting_algorithm)
Permutations/Rank of a permutation
RCRPG (/wiki/RCRPG)
(/wiki/Permutations/Rank_of_a_permutation)
Read a configuration file (/wiki/Read_a_configuration_file)
Pernicious numbers (/wiki/Pernicious_numbers)
Read a file character by character/UTF8
Phrase reversals (/wiki/Phrase_reversals)
(/wiki/Read_a_file_character_by_character/UTF8)
Pi (/wiki/Pi)
Read a file line by line (/wiki/Read_a_file_line_by_line)
Pick random element (/wiki/Pick_random_element)
Read a specific line from a file
Pig the dice game (/wiki/Pig_the_dice_game)
(/wiki/Read_a_specific_line_from_a_file)
Pig the dice game/Player (/wiki/Pig_the_dice_game/Player)
Read entire file (/wiki/Read_entire_file)
Pinstripe/Display (/wiki/Pinstripe/Display)
Real constants and functions
Plasma effect (/wiki/Plasma_effect)
(/wiki/Real_constants_and_functions)
Play recorded sounds (/wiki/Play_recorded_sounds)
Recaman's sequence (/wiki/Recaman%27s_sequence)
Playfair cipher (/wiki/Playfair_cipher)
Record sound (/wiki/Record_sound)
Playing cards (/wiki/Playing_cards)
Reduced row echelon form (/wiki/Reduced_row_echelon_form)
Plot coordinate pairs (/wiki/Plot_coordinate_pairs)
Reflection/Get source (/wiki/Reflection/Get_source)
Pointers and references (/wiki/Pointers_and_references)
Reflection/List methods (/wiki/Reflection/List_methods)
Poker hand analyser (/wiki/Poker_hand_analyser)
Reflection/List properties (/wiki/Reflection/List_properties)
Polymorphic copy (/wiki/Polymorphic_copy)
Regular expressions (/wiki/Regular_expressions)
Polymorphism (/wiki/Polymorphism)
Remove duplicate elements
Polynomial long division (/wiki/Polynomial_long_division)
(/wiki/Remove_duplicate_elements)
Polynomial regression (/wiki/Polynomial_regression)
Remove lines from a file (/wiki/Remove_lines_from_a_file)
Polynomial synthetic division
Rename a file (/wiki/Rename_a_file)
(/wiki/Polynomial_synthetic_division)
Rep-string (/wiki/Rep-string)
Polyspiral (/wiki/Polyspiral)
Repeat (/wiki/Repeat)
Population count (/wiki/Population_count)
Repeat a string (/wiki/Repeat_a_string)
Power set (/wiki/Power_set)
Resistance Calculator (/wiki/Resistance_Calculator)
Pragmatic directives (/wiki/Pragmatic_directives)
Resistance Network Calculator
Price fraction (/wiki/Price_fraction)
(/wiki/Resistance_Network_Calculator)
Primality by trial division (/wiki/Primality_by_trial_division)
Resistor mesh (/wiki/Resistor_mesh)
Prime conspiracy (/wiki/Prime_conspiracy)
Respond to an unknown method call
Prime decomposition (/wiki/Prime_decomposition)
(/wiki/Respond_to_an_unknown_method_call)
Primes - allocate descendants to their ancestors
Retrieve and search chat history
(/wiki/Primes_-_allocate_descendants_to_their_ancestors)
(/wiki/Retrieve_and_search_chat_history)
Primorial numbers (/wiki/Primorial_numbers)
Return multiple values (/wiki/Return_multiple_values)
Priority queue (/wiki/Priority_queue)
Reverse a string (/wiki/Reverse_a_string)
Probabilistic choice (/wiki/Probabilistic_choice)
Reverse the gender of a string
Problem of Apollonius (/wiki/Problem_of_Apollonius)
(/wiki/Reverse_the_gender_of_a_string)
Program name (/wiki/Program_name)
Reverse words in a string (/wiki/Reverse_words_in_a_string)
Program termination (/wiki/Program_termination)
RIPEMD-160 (/wiki/RIPEMD-160)
Proper divisors (/wiki/Proper_divisors)
Rock-paper-scissors (/wiki/Rock-paper-scissors)
Psyco (/wiki/Psyco)
Roman numerals/Decode (/wiki/Roman_numerals/Decode)
Pythagoras tree (/wiki/Pythagoras_tree)
Roman numerals/Encode (/wiki/Roman_numerals/Encode)
Pythagorean quadruples (/wiki/Pythagorean_quadruples)
Roots of a function (/wiki/Roots_of_a_function)
Pythagorean triples (/wiki/Pythagorean_triples)

rosettacode.org/wiki/Category:Python 9/13
5/18/2019 Category:Python - Rosetta Code
Roots of a quadratic function Show the epoch (/wiki/Show_the_epoch)
(/wiki/Roots_of_a_quadratic_function) Sierpinski carpet (/wiki/Sierpinski_carpet)
Roots of unity (/wiki/Roots_of_unity) Sierpinski pentagon (/wiki/Sierpinski_pentagon)
Rosetta Code/Count examples Sierpinski triangle (/wiki/Sierpinski_triangle)
(/wiki/Rosetta_Code/Count_examples) Sierpinski triangle/Graphical
Rosetta Code/Find unimplemented tasks (/wiki/Sierpinski_triangle/Graphical)
(/wiki/Rosetta_Code/Find_unimplemented_tasks) Sieve of Eratosthenes (/wiki/Sieve_of_Eratosthenes)
Rosetta Code/Fix code tags Simple database (/wiki/Simple_database)
(/wiki/Rosetta_Code/Fix_code_tags) Simple windowed application
Rosetta Code/Rank languages by popularity (/wiki/Simple_windowed_application)
(/wiki/Rosetta_Code/Rank_languages_by_popularity) Simulate input/Keyboard (/wiki/Simulate_input/Keyboard)
Rot-13 (/wiki/Rot-13) Simulate input/Mouse (/wiki/Simulate_input/Mouse)
RPG Attributes Generator (/wiki/RPG_Attributes_Generator) Singleton (/wiki/Singleton)
RSA code (/wiki/RSA_code) Singly-linked list/Element definition (/wiki/Singly-
Run-length encoding (/wiki/Run-length_encoding) linked_list/Element_definition)
Runge-Kutta method (/wiki/Runge-Kutta_method) Singly-linked list/Element insertion (/wiki/Singly-
Runtime evaluation (/wiki/Runtime_evaluation) linked_list/Element_insertion)
Runtime evaluation/In an environment Singly-linked list/Traversal (/wiki/Singly-linked_list/Traversal)
(/wiki/Runtime_evaluation/In_an_environment) Sleep (/wiki/Sleep)
Smith numbers (/wiki/Smith_numbers)
S Snake And Ladder (/wiki/Snake_And_Ladder)
SOAP (/wiki/SOAP)
S-Expressions (/wiki/S-Expressions) Sockets (/wiki/Sockets)
Safe addition (/wiki/Safe_addition) Sokoban (/wiki/Sokoban)
Safe primes and unsafe primes Solve a Hidato puzzle (/wiki/Solve_a_Hidato_puzzle)
(/wiki/Safe_primes_and_unsafe_primes) Solve a Holy Knight's tour
Sailors, coconuts and a monkey problem (/wiki/Solve_a_Holy_Knight%27s_tour)
(/wiki/Sailors,_coconuts_and_a_monkey_problem) Solve a Hopido puzzle (/wiki/Solve_a_Hopido_puzzle)
Same Fringe (/wiki/Same_Fringe) Solve a Numbrix puzzle (/wiki/Solve_a_Numbrix_puzzle)
Sattolo cycle (/wiki/Sattolo_cycle) Solve the no connection puzzle
Scope modifiers (/wiki/Scope_modifiers) (/wiki/Solve_the_no_connection_puzzle)
Scope/Function names and labels Sort a list of object identifiers
(/wiki/Scope/Function_names_and_labels) (/wiki/Sort_a_list_of_object_identifiers)
Search a list (/wiki/Search_a_list) Sort an array of composite structures
Search a list of records (/wiki/Search_a_list_of_records) (/wiki/Sort_an_array_of_composite_structures)
Secure temporary file (/wiki/Secure_temporary_file) Sort an integer array (/wiki/Sort_an_integer_array)
SEDOLs (/wiki/SEDOLs) Sort disjoint sublist (/wiki/Sort_disjoint_sublist)
Self-describing numbers (/wiki/Self-describing_numbers) Sort stability (/wiki/Sort_stability)
Self-hosting compiler (/wiki/Self-hosting_compiler) Sort three variables (/wiki/Sort_three_variables)
Self-referential sequence (/wiki/Self-referential_sequence) Sort using a custom comparator
Semiprime (/wiki/Semiprime) (/wiki/Sort_using_a_custom_comparator)
Semordnilap (/wiki/Semordnilap) Sorting algorithms/Bead sort
Send an unknown method call (/wiki/Sorting_algorithms/Bead_sort)
(/wiki/Send_an_unknown_method_call) Sorting algorithms/Bogosort
Send email (/wiki/Send_email) (/wiki/Sorting_algorithms/Bogosort)
Separate the house number from the street name Sorting algorithms/Bubble sort
(/wiki/Separate_the_house_number_from_the_street_name) (/wiki/Sorting_algorithms/Bubble_sort)
Sequence of non-squares (/wiki/Sequence_of_non-squares) Sorting Algorithms/Circle Sort
Sequence of primes by trial division (/wiki/Sorting_Algorithms/Circle_Sort)
(/wiki/Sequence_of_primes_by_trial_division) Sorting algorithms/Cocktail sort
Sequence of primorial primes (/wiki/Sorting_algorithms/Cocktail_sort)
(/wiki/Sequence_of_primorial_primes) Sorting algorithms/Comb sort
Set (/wiki/Set) (/wiki/Sorting_algorithms/Comb_sort)
Set consolidation (/wiki/Set_consolidation) Sorting algorithms/Counting sort
Set of real numbers (/wiki/Set_of_real_numbers) (/wiki/Sorting_algorithms/Counting_sort)
Set puzzle (/wiki/Set_puzzle) Sorting algorithms/Cycle sort
Seven-sided dice from five-sided dice (/wiki/Seven- (/wiki/Sorting_algorithms/Cycle_sort)
sided_dice_from_five-sided_dice) Sorting algorithms/Gnome sort
Sexy primes (/wiki/Sexy_primes) (/wiki/Sorting_algorithms/Gnome_sort)
SHA-1 (/wiki/SHA-1) Sorting algorithms/Heapsort
SHA-256 (/wiki/SHA-256) (/wiki/Sorting_algorithms/Heapsort)
Shell one-liner (/wiki/Shell_one-liner) Sorting algorithms/Insertion sort
Shoelace formula for polygonal area (/wiki/Sorting_algorithms/Insertion_sort)
(/wiki/Shoelace_formula_for_polygonal_area) Sorting algorithms/Merge sort
Short-circuit evaluation (/wiki/Short-circuit_evaluation) (/wiki/Sorting_algorithms/Merge_sort)
Shortest common supersequence Sorting algorithms/Pancake sort
(/wiki/Shortest_common_supersequence) (/wiki/Sorting_algorithms/Pancake_sort)
Show Ascii table (/wiki/Show_Ascii_table)

rosettacode.org/wiki/Category:Python 10/13
5/18/2019 Category:Python - Rosetta Code
Sorting algorithms/Patience sort Substring/Top and tail (/wiki/Substring/Top_and_tail)
(/wiki/Sorting_algorithms/Patience_sort) Subtractive generator (/wiki/Subtractive_generator)
Sorting algorithms/Permutation sort Successive prime differences
(/wiki/Sorting_algorithms/Permutation_sort) (/wiki/Successive_prime_differences)
Sorting algorithms/Quicksort Sudoku (/wiki/Sudoku)
(/wiki/Sorting_algorithms/Quicksort) Suffix tree (/wiki/Suffix_tree)
Sorting algorithms/Radix sort Sum and product of an array
(/wiki/Sorting_algorithms/Radix_sort) (/wiki/Sum_and_product_of_an_array)
Sorting algorithms/Selection sort Sum and Product Puzzle (/wiki/Sum_and_Product_Puzzle)
(/wiki/Sorting_algorithms/Selection_sort) Sum digits of an integer (/wiki/Sum_digits_of_an_integer)
Sorting algorithms/Shell sort Sum multiples of 3 and 5 (/wiki/Sum_multiples_of_3_and_5)
(/wiki/Sorting_algorithms/Shell_sort) Sum of a series (/wiki/Sum_of_a_series)
Sorting algorithms/Sleep sort Sum of squares (/wiki/Sum_of_squares)
(/wiki/Sorting_algorithms/Sleep_sort) Sum to 100 (/wiki/Sum_to_100)
Sorting algorithms/Stooge sort Superellipse (/wiki/Superellipse)
(/wiki/Sorting_algorithms/Stooge_sort) Superpermutation minimisation
Sorting algorithms/Strand sort (/wiki/Superpermutation_minimisation)
(/wiki/Sorting_algorithms/Strand_sort) Sutherland-Hodgman polygon clipping (/wiki/Sutherland-
Soundex (/wiki/Soundex) Hodgman_polygon_clipping)
Sparkline in unicode (/wiki/Sparkline_in_unicode) Symmetric difference (/wiki/Symmetric_difference)
Special characters (/wiki/Special_characters) Synchronous concurrency (/wiki/Synchronous_concurrency)
Special variables (/wiki/Special_variables) System time (/wiki/System_time)
Speech synthesis (/wiki/Speech_synthesis)
Spelling of ordinal numbers T
(/wiki/Spelling_of_ordinal_numbers)
Spinning rod animation/Text Table creation (/wiki/Table_creation)
(/wiki/Spinning_rod_animation/Text) Table creation/Postal addresses
Spiral matrix (/wiki/Spiral_matrix) (/wiki/Table_creation/Postal_addresses)
Split a character string based on change of character Take notes on the command line
(/wiki/Split_a_character_string_based_on_change_of_character) (/wiki/Take_notes_on_the_command_line)
SQL-based authentication (/wiki/SQL-based_authentication) Taxicab numbers (/wiki/Taxicab_numbers)
Square but not cube (/wiki/Square_but_not_cube) Temperature conversion (/wiki/Temperature_conversion)
Square-free integers (/wiki/Square-free_integers) Terminal control/Clear the screen
Stable marriage problem (/wiki/Stable_marriage_problem) (/wiki/Terminal_control/Clear_the_screen)
Stack (/wiki/Stack) Terminal control/Coloured text
Stack traces (/wiki/Stack_traces) (/wiki/Terminal_control/Coloured_text)
Stair-climbing puzzle (/wiki/Stair-climbing_puzzle) Terminal control/Cursor movement
State name puzzle (/wiki/State_name_puzzle) (/wiki/Terminal_control/Cursor_movement)
Statistics/Basic (/wiki/Statistics/Basic) Terminal control/Cursor positioning
Statistics/Normal distribution (/wiki/Terminal_control/Cursor_positioning)
(/wiki/Statistics/Normal_distribution) Terminal control/Dimensions
Stem-and-leaf plot (/wiki/Stem-and-leaf_plot) (/wiki/Terminal_control/Dimensions)
Stern-Brocot sequence (/wiki/Stern-Brocot_sequence) Terminal control/Display an extended character
Straddling checkerboard (/wiki/Straddling_checkerboard) (/wiki/Terminal_control/Display_an_extended_character)
Stream Merge (/wiki/Stream_Merge) Terminal control/Hiding the cursor
String append (/wiki/String_append) (/wiki/Terminal_control/Hiding_the_cursor)
String case (/wiki/String_case) Terminal control/Inverse video
String comparison (/wiki/String_comparison) (/wiki/Terminal_control/Inverse_video)
String concatenation (/wiki/String_concatenation) Terminal control/Positional read
String interpolation (included) (/wiki/Terminal_control/Positional_read)
(/wiki/String_interpolation_(included)) Terminal control/Preserve screen
String length (/wiki/String_length) (/wiki/Terminal_control/Preserve_screen)
String matching (/wiki/String_matching) Terminal control/Ringing the terminal bell
String prepend (/wiki/String_prepend) (/wiki/Terminal_control/Ringing_the_terminal_bell)
Strip a set of characters from a string Terminal control/Unicode output
(/wiki/Strip_a_set_of_characters_from_a_string) (/wiki/Terminal_control/Unicode_output)
Strip block comments (/wiki/Strip_block_comments) Ternary logic (/wiki/Ternary_logic)
Strip comments from a string Test a function (/wiki/Test_a_function)
(/wiki/Strip_comments_from_a_string) Test integerness (/wiki/Test_integerness)
Strip control codes and extended characters from a string Text between (/wiki/Text_between)
(/wiki/Strip_control_codes_and_extended_characters_from_a_string) Text processing/1 (/wiki/Text_processing/1)
Strip whitespace from a string/Top and tail Text processing/2 (/wiki/Text_processing/2)
(/wiki/Strip_whitespace_from_a_string/Top_and_tail) Text processing/Max licenses in use
Strong and weak primes (/wiki/Strong_and_weak_primes) (/wiki/Text_processing/Max_licenses_in_use)
Subleq (/wiki/Subleq) Textonyms (/wiki/Textonyms)
Subset sum problem (/wiki/Subset_sum_problem) The ISAAC Cipher (/wiki/The_ISAAC_Cipher)
Substitution Cipher (/wiki/Substitution_Cipher) The Name Game (/wiki/The_Name_Game)
Substring (/wiki/Substring)

rosettacode.org/wiki/Category:Python 11/13
5/18/2019 Category:Python - Rosetta Code
The Twelve Days of Christmas Verify distribution uniformity/Chi-squared test
(/wiki/The_Twelve_Days_of_Christmas) (/wiki/Verify_distribution_uniformity/Chi-squared_test)
Thiele's interpolation formula Verify distribution uniformity/Naive
(/wiki/Thiele%27s_interpolation_formula) (/wiki/Verify_distribution_uniformity/Naive)
Thue-Morse (/wiki/Thue-Morse) Vibrating rectangles (/wiki/Vibrating_rectangles)
Tic-tac-toe (/wiki/Tic-tac-toe) Vigenère cipher (/wiki/Vigen%C3%A8re_cipher)
Time a function (/wiki/Time_a_function) Vigenère cipher/Cryptanalysis
Tokenize a string (/wiki/Tokenize_a_string) (/wiki/Vigen%C3%A8re_cipher/Cryptanalysis)
Tokenize a string with escaping Visualize a tree (/wiki/Visualize_a_tree)
(/wiki/Tokenize_a_string_with_escaping) Vogel's approximation method
Tonelli-Shanks algorithm (/wiki/Tonelli-Shanks_algorithm) (/wiki/Vogel%27s_approximation_method)
Top rank per group (/wiki/Top_rank_per_group) Voronoi diagram (/wiki/Voronoi_diagram)
Topic variable (/wiki/Topic_variable)
Topological sort (/wiki/Topological_sort) W
Topological sort/Extracted top item
(/wiki/Topological_sort/Extracted_top_item) Walk a directory/Non-recursively (/wiki/Walk_a_directory/Non-
Topswops (/wiki/Topswops) recursively)
Total circles area (/wiki/Total_circles_area) Walk a directory/Recursively
Totient function (/wiki/Totient_function) (/wiki/Walk_a_directory/Recursively)
Towers of Hanoi (/wiki/Towers_of_Hanoi) Water collected between towers
Trabb Pardo–Knuth algorithm (/wiki/Water_collected_between_towers)
(/wiki/Trabb_Pardo%E2%80%93Knuth_algorithm) Web scraping (/wiki/Web_scraping)
Tree traversal (/wiki/Tree_traversal) Weird numbers (/wiki/Weird_numbers)
Trigonometric functions (/wiki/Trigonometric_functions) Welch's t-test (/wiki/Welch%27s_t-test)
Truncatable primes (/wiki/Truncatable_primes) Window creation (/wiki/Window_creation)
Truncate a file (/wiki/Truncate_a_file) Window creation/X11 (/wiki/Window_creation/X11)
Truth table (/wiki/Truth_table) Window management (/wiki/Window_management)
Twelve statements (/wiki/Twelve_statements) Wireworld (/wiki/Wireworld)
Two Sum (/wiki/Two_Sum) Word break problem (/wiki/Word_break_problem)
Type detection (/wiki/Type_detection) Word count (/wiki/Word_count)
Word search (/wiki/Word_search)
Word wrap (/wiki/Word_wrap)
U World Cup group stage (/wiki/World_Cup_group_stage)
Ulam spiral (for primes) (/wiki/Ulam_spiral_(for_primes)) Write entire file (/wiki/Write_entire_file)
Unbias a random generator Write float arrays to a text file
(/wiki/Unbias_a_random_generator) (/wiki/Write_float_arrays_to_a_text_file)
Undefined values (/wiki/Undefined_values) Write language name in 3D ASCII
Unicode strings (/wiki/Unicode_strings) (/wiki/Write_language_name_in_3D_ASCII)
Unicode variable names (/wiki/Unicode_variable_names) Write to Windows event log
Universal Turing machine (/wiki/Universal_Turing_machine) (/wiki/Write_to_Windows_event_log)
Unix/ls (/wiki/Unix/ls)
Update a configuration file (/wiki/Update_a_configuration_file) X
URL decoding (/wiki/URL_decoding)
URL encoding (/wiki/URL_encoding) Xiaolin Wu's line algorithm
URL parser (/wiki/URL_parser) (/wiki/Xiaolin_Wu%27s_line_algorithm)
Use another language to call a function XML Validation (/wiki/XML_Validation)
(/wiki/Use_another_language_to_call_a_function) XML/DOM serialization (/wiki/XML/DOM_serialization)
User input/Graphical (/wiki/User_input/Graphical) XML/Input (/wiki/XML/Input)
User input/Text (/wiki/User_input/Text) XML/Output (/wiki/XML/Output)
Using the Meetup.com API (/wiki/Using_the_Meetup.com_API) XML/XPath (/wiki/XML/XPath)
UTF-8 encode and decode (/wiki/UTF-8_encode_and_decode)
Y
V Y combinator (/wiki/Y_combinator)
Validate International Securities Identification Number Yahoo! search interface (/wiki/Yahoo!_search_interface)
(/wiki/Validate_International_Securities_Identification_Number) Yin and yang (/wiki/Yin_and_yang)
Vampire number (/wiki/Vampire_number)
Van der Corput sequence (/wiki/Van_der_Corput_sequence) Z
Variable size/Get (/wiki/Variable_size/Get)
Zebra puzzle (/wiki/Zebra_puzzle)
Variable size/Set (/wiki/Variable_size/Set)
Zeckendorf arithmetic (/wiki/Zeckendorf_arithmetic)
Variable-length quantity (/wiki/Variable-length_quantity)
Zeckendorf number representation
Variables (/wiki/Variables)
(/wiki/Zeckendorf_number_representation)
Variadic function (/wiki/Variadic_function)
Zero to the zero power (/wiki/Zero_to_the_zero_power)
Vector (/wiki/Vector)
Zhang-Suen thinning algorithm (/wiki/Zhang-
Vector products (/wiki/Vector_products)
Suen_thinning_algorithm)
Zig-zag matrix (/wiki/Zig-zag_matrix)

rosettacode.org/wiki/Category:Python 12/13
5/18/2019 Category:Python - Rosetta Code
Categories (/wiki/Special:Categories): Execution method/Interpreted (/wiki/Category:Execution_method/Interpreted)
Garbage collection/Yes (/wiki/Category:Garbage_collection/Yes)
Parameter passing/By object reference (/wiki/Category:Parameter_passing/By_object_reference)
Typing/Safe (/wiki/Category:Typing/Safe) Typing/Strong (/wiki/Category:Typing/Strong)
Typing/Expression/Implicit (/wiki/Category:Typing/Expression/Implicit)
Typing/Checking/Dynamic (/wiki/Category:Typing/Checking/Dynamic)
Programming Languages (/wiki/Category:Programming_Languages)
Programming paradigm/Dynamic (/wiki/Category:Programming_paradigm/Dynamic)
Programming paradigm/Object-oriented (/wiki/Category:Programming_paradigm/Object-oriented)
Codepad languages (/wiki/Category:Codepad_languages)

This page was last modified on 9 April 2018, at 03:22.


Content is available under GNU Free Documentation License 1.2 (http://www.gnu.org/licenses/fdl-1.2.html) unless otherwise noted.

(http://www.gnu.org/licenses/fdl-1.2.html) (//www.mediawiki.org/)

(https://www.semantic-mediawiki.org/wiki/Semantic_MediaWiki)

rosettacode.org/wiki/Category:Python 13/13

Das könnte Ihnen auch gefallen