Uploaded March 2017 | Updated September 2026, 2 weeks ago
Hello,
In this video tutorial I demonstrate how to add third party module package to Python 3.5.2 (or to any other Python version). Sometimes while programming we struggle on we need to import some addition Python modules that support our programming code. So why I decided to make this video.
As example of importing module to Python I selected glob2 module. But it will work with any other Python module package.
Links used in this video tutorial:
- Download glob2 Python module here: pypi.python.org/pypi/glob2
Other my Python video tutorial:
1. Python: read text file (2 simple methods): youtube.com/watch?v=1nc5Sju8FVU
2. Python: OpenStreetMap API - set Longitudes and Latitudes by using Geopy module: youtube.com/watch?v=0IjdfgmWzMk&feature=youtu.be
If you have any question and noted just write it in comments!
Please SUBSCRIBE ME for more Python videos in my Youtube channel!
Best,
Vytautas
Hello,
In this video tutorial I demonstrate how to add third party module package to Python 3.5.2 (or to any other Python version). Sometimes while programming we struggle on we need to import some addition Python modules that support our programming code. So why I decided to make this video.
As example of importing module to Python I selected glob2 module. But it will work with any other Python module package.
Links used in this video tutorial:
- Download glob2 Python module here: pypi.python.org/pypi/glob2
Other my Python video tutorial:
1. Python: read text file (2 simple methods): youtube.com/watch?v=1nc5Sju8FVU
2. Python: OpenStreetMap API - set Longitudes and Latitudes by using Geopy module: youtube.com/watch?v=0IjdfgmWzMk&feature=youtu.be
If you have any question and noted just write it in comments!
Please SUBSCRIBE ME for more Python videos in my Youtube channel!
Best,
Vytautas
![Stop using range() for loops in Python. Use enumerate()
With this video I explain why in many cases we should use enumerate() instead of range() function in Python for loops.
The way of using range() is ugly: You either need a separate variable assignment to get the element or use a[i] all the time which could theoretically be an expensive operation. The point is that you generally dont want to use range(len(l)) when you want to iterate the elements of a list (although there may still be cases where it makes sense).
I think than enumerate is much more flexible and readable Python coding option than len(l) with range().
Thank you for watching. See you on other tutorials.
Vytautas.
#pythonfunctions
#pythonloops
#pythonbegineers Stop using range() for loops in Python. Use enumerate()](https://i.ytimg.com/vi/XUtAy9K0JSE/mqdefault.jpg)





![Warsaw Chopin - Vilnius int. airport (full flight: take off and landing)
Warsaw Lotnisko Chopin airport [WAW - Vilnius int. airport [VNO] (take off and landing). In this video you will see the beautiful scenery of Lithuania and a panorama view of Vilnius city. This is Vilnius from above.
This video contains the best moments of the full flight from Warsaw to Vilnius by Embraer aircraft.
Route: LO775.
Date: 2017-05-12.
Aircraft: Embraer ERJ-170STD
Seat: 10D
Flight duration: 45 minutes.
This flight has crossed following cities and areas:
- Warsaw Chopin airport (WAW). Take off.
- Border between Lithuania and Poland.
- Dusia,
- Alytus city from air (Lithuania)
- Dusia, Metelys and Obelija lakes.
- Punia town.
- Approaches of Vilnius city from air;
- Pilaite district in Vilnius from air;
- Perkūnkiemis district in Vilnius from air.
- Antakalnis district in Vilnius from air.
- Šiaurės miestelis district in Vilnius from air.
- Vilnius bussiness area.
- Vilnius old town from air;
- The main highway from Vilnius to Minsk.
- The final touchdown in Vilnius airport.
Flight route is available at: https://www.flightradar24.com/data/flights/lo775/#d5e5e98
Enjoy! Warsaw Chopin - Vilnius int. airport (full flight: take off and landing)](https://i.ytimg.com/vi/Ypl73Iah5Kw/mqdefault.jpg)



