Explore >> Select a destination


You are here

thepythoncorner.com
| | yasoob.me
2.4 parsecs away

Travel
| | Okay, so, most of us do not know how to generate random strings which include letters and digits. This can be really useful for generating a password (or, you know, stuff to aid youin your plan for world domination). So how do wegenerate a random string? Have you ever heard of the string module available in python? Chances are, you haven't. So what does this module provide us? Okay here you go lets understand this module by example:
| | akaptur.github.com
4.7 parsecs away

Travel
| | We've asked many of our residents at Hacker School what qualities all great programmers share. There's very little agreement - ...
| | initialcommit.com
7.0 parsecs away

Travel
| | In this article, you will learn how to define multiline strings in Python in various ways efficiently and taking into account code readability.
| | sookocheff.com
35.6 parsecs away

Travel
| I was first introduced to ML through the Coursera Programming Languages course. After the initial learning curve, I was impressed by the power of the type system and the flexibility of pattern matching. I've been wanting to resume my education in functional programming, and am picking up OCaml for a personal project I'm working on. Diving into the OCaml ecoystem, I was drawn to Reason, a new syntax for OCaml, and BuckleScript a compiler that integrates OCaml with the JavaScript ecosystem. The relationship between Reason, BuckleScript, and OCaml can difficult to understand, leading to this blog post about the OCaml compiler pipeline that highlights the intersection between OCaml and BuckleScript.