How to import Python from relative path

For example, we have a file with the following structure:

pkg/
  __init__.py
  libs/
    some_lib.py
    __init__.py
  components/
    code.py
    __init__.py

if we want to call in code.py libs/some_lib.py module, such as using relative call: from.. Libs.some_lib import something, it is not enough simply to add /___ to the package. Py . Python returns the error ValueError: first import in non-package. So how do you solve this problem?

has the following solution:

Add the current path to sys.path

considering that compontent and libs are folders at the same level, we can add the following code directly in code.py to add the parent folder of the current folder to the system path.

import sys
from os import path
sys.path.append( path.dirname( path.dirname( path.abspath(__file__) ) ) )

or the following (this is true for any relational folder, as long as we give the absolute path to the folder in lib_path) :

import os, sys
lib_path = os.path.abspath(os.path.join('..'))
sys.path.append(lib_path)

so we can import something with from libs.some_lib import something.

executes the code in package mode:

python -m pkg.components.code

and then we can use from.. Libs.some_lib import something to import.

note that you don’t need .py to end the file.

From: 

https://programmerah.com/how-to-import-python-from-relative-path-1066/

summary

we can actually combine these two approaches:

if __name__ == '__main__':
    if __package__ is None:
        import sys
        from os import path
        sys.path.append( <path to the package> )
       from libs.some_lib import something
    else:
        from ..libs.some_lib import something

Golang gets the list of files under the folder

golang document it is easier to find a method is filepath. Walk, this method has a problem of the current directory is automatically recursive traversal subdirectory, in fact, we usually just want to get a directory file list below, does not need so much information, at the same time this method is much more complicated to write code, we have no need to do so.

if you simply want to get a list of files and folders under a directory, there are two easy ways to do

Source from : 

https://programmerah.com/golang-gets-the-list-of-files-under-the-folder-1768/

 

USES ioutil’s ReadDir method

package main

import (
    "fmt"
    "io/ioutil"
)

func main() {
    files, _ := ioutil.ReadDir("./")
    for _, f := range files {
            fmt.Println(f.Name())
    }
}

using filepath Glob method

package main    

import (
    "fmt"
    "path/filepath"
)

func main() {
    files, _ := filepath.Glob("*")
    fmt.Println(files) // contains a list of all files in the current directory
}

Kobe V Shoes -11 Players Attended The All-Star Game

Hindsight is a great accuser. It appears that no matter what decision we make in the present a decision we could have made which better. Sometimes it can even seem as if the secondary choice would have made the industry of difference for my family.NBA 2K16 MT Sadly we can get bogged down in personal or business failure.

You are certain to get in exciting workout shape ever experience through a great dancing. Sign up to ballroom dancing classes in order to learn some of the more popular dances. You will have a blast learning to learn to dance like a pro while also achieving a healthier body weight and a little more toned complete.

After the show the official Opening Ceremonies stuff started out. This stuff is much the comparable to other Olympic games. A moment of silence in honor of the Gerogian luger that died earlier tomorrow on audio transcripts course was added, though, as the Canadian and Olympic Flag were put at half mast.

With this package NBA fans appreciate 40 live matches among the league. Follow your favorite NBA teams with special access to NBA TV, nba 2k16 mt coins LEAGUE PASS Stats Central, and NBA League Pass High speed. Enjoy games broadcast in DISH Network Hd. Race to the NBA playoffs will ask you for $49. Subscription to this package may get you a totally free NBA basketball with 6-month free use of DISH Platinum eagle. Available on Channels 560 to 572.

Being known can be good; just ask the new Coach Ok. He had several holes in his roster after half of his team from the Jim Boylen era took this new guy from Montana standing on his generous offer read a few others college basketball programs.

The final part belonging to the show featured the Canadian Rockies. For this part mountain peaks rose from the ground. Skiers and snowboarders came down from the ceiling to seem to be riding using a mountain.

Vincent Council flirted having a triple-double, finishing with 7 points, 11 rebounds, and 11 will help. More importantly, Council passed the great Ernie DiGregorio as the Providence career all-time assists leader. Council is only two assists shy of tying Sherman Douglas' Big East conference record for career allows. He'll have a chance to break the record in front of Douglas' alma mater's home crowd on Wednesday when the Friars (14-11, 6-7) play Syracuse (20-4, 8-3). Syracuse better be all set.

resource from 

www.nba2kshop.com

Michael Jordan Purchases Charlotte Bobcats

ESPN's "College Gameday"college basketball preview program, which will air weekly from campus sites while it began with mid-January through the college basketball season, will visit two Big 12 sites the actual 2010-11 trend.

Speaking for this Mavericks, microsoft xbox 360 been talk that they can pull a trade for Boston Celtics' guard Rajon Rondo. That particular NBA rumor started earlier this week, but isn't looking very viable at on nba 2k16 mt.

Jordan Hamilton led the Longhorns scoring rush this past season. He avaraged 24.6 points per game. Hamilton also crashes the glass, grabbing 7.7 boards per exercise. hamilton adds depth to the Nuggets already strong Small forward contingent of Wilson Chandler and Danilo Gallinari.

Lester was forced to miss the entirety of last season simply because of injury. Being named a team captain is an opportunity for a brand new beginning for Lester, who hopes to seal out his college career with a bang. For a sophomore in 2009-2010, he averaged six.0 points and 4.8 rebounds per game.

My free play for Friday is on Southern Illinois over West Va at 2:45 ET. I just missed a 3-1 NCAA Thursday, as Wilmington blew an 18-point second half lead vs George Buenos aires. I do have a big Friday in store, including my 20* NCAA 1st Round Game of year. Check the purchase picks page for those my BKB plays in CBB as well as the cheap nba 2k16 mt for Friday.

Keep Your scalp In Video game Even although you need strength and other physical attributes to be good at basketball, your mental game can be what puts you above your opposition. Pay attention and keep your concentrate on what is being conducted in the at year 'round.

Going in one of best individual's in your respective sport to owner has to be a very little difference for Jordan to tote but anybody one to complete it M.J. is that guy. He can succeed such as none other before him if he takes the out-in-front approach and seizes each opportunity that will be brought to him. Consider doing a cleanse it, what sponsor wouldn't want to get affiliated nearly anything having related Air Jordan or the Jumpman custom. With Jordan calling the shots there'll be tons of endorsers seeking to throw ground . financial backing behind the Bobcats and with that will come better players as carefully.

There can also be leagues from a fantasy the game of basketball which permit as almost as much ast 12 as well as 15 players in a team. Linked leagues assign one or maybe bench professional. The statistics from real life NBA will not be counted on a player in a bench position in fantasy basketball. However, once an individual the player in your roster, nobody can grab the player even if he merely bench participant.