Explore >> Select a destination


You are here

thepythoncorner.com
| | yasoob.me
8.6 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:
| | erikmcclure.com
18.2 parsecs away

Travel
| | Frustrated with C profilers that are either so minimal as to be useless, or giant behemoths that require you to install device drivers, I started writing a lightweight profiler for my utility library. I already had a high precision timer class, so it was just a matter of using a radix trie that didn't blow up the cache. I was very careful about minimizing the impact the profiler had on the code, even going so far as to check if extended precision floating point calculations were slowing it down.
| | www.blog.pythonlibrary.org
19.3 parsecs away

Travel
| | The Extensible Markup Language (XML) is a markup format originally for XML. Some companies use XML as a data serialization format or for configuration.
| | adl1995.github.io
103.0 parsecs away

Travel
|