Thursday, April 25, 2024
HomePythonMonth in assessment – Articles and information

Month in assessment – Articles and information


Hello of us. On this submit I’m going to share some nice articles which I not too long ago bought throughout. Aside from that I’d even be sharing some information regarding Python.

Articles

  1. Python Descriptors 

This IPython pocket book was actually useful for me to find out about descriptors and properties in Python. It’s subject which is tremendously shadowed in numerous Python books. This Pocket book could be actually useful for you if you wish to grasp the idea in an efficient and comprehensible method.

  1. Utilizing Coroutines for working many features concurrently

Let me be trustworthy. I by no means considered this manner earlier than. This text from Brett sheds mild on an obscure technique of working many features concurrently. I by no means noticed this being mentioned earlier than.

Information

  1. Google Code is shutting down

Google code is the host for plenty of small Python tasks. In the event you use any library which is hosted on Google code then be certain that to again it up as a result of it could be out there for lengthy.

2. Invent Your Personal Laptop Video games with Python third Version

This e-book from Al Sweigart has helped plenty of folks to begin programming in Python. In case you are new then I’m positive that it could show you how to immensely. It is a re-creation of the e-book.

Tip

cdp () {
    cd "$(python -c "import os.path as _, ${1}; 
            print(_.dirname(_.realpath(${1}.__file__[:-1])))"
        )"
}

Put it in your .bashrc or .bash_profile and do cdp <python module identify> to get within the listing the place the module is outlined. This work:

~ $ cdp os
/usr/lib/python2.7 $

~ $ cdp os.path
/usr/lib/python2.7 $

It additionally works if a digital setting is energetic. This tip was taken from Reddit.

When you’ve got any questions don’t neglect to ask. The extra you ask, the extra you study.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments