pygnmi 3. Usage of gNMI Capabilities. Anton KarneliukNetworkingDecember 1, 2020 Hello my friend, Some time ago we’ve started sharing with you the details of pygnmi – our new open-source Python library created to simplify the management of the network elements with gNMI. The library is already almost fully operational and … Continue reading
pygnmi 2. How to use pyGNMI? Anton KarneliukNetworkingOctober 14, 2020 Hello my friend, In the previous article we have mentioned that we have started building our own Python package, which … Continue reading
pygnmi 1. Intro to pure Python gNMI module by karneliuk.com. Anton KarneliukNetworkingSeptember 23, 2020 Hello my friend, It took a while since our latest post from the Code Express (CEX) series. During this time … Continue reading
CEX (Code EXpress) 13. Creating your own Python modules. Anton KarneliukCode EXpress (CEX)August 23, 2020 Hello my friend, Recently we have learned how to use the external modules to make your Python’s code more powerful. … Continue reading
CEX (Code EXpress) 11. Working with files and parsing CSV. Anton KarneliukCode EXpress (CEX)June 29, 2020 Hello my friend, With this post we start the second series of the Code EXpress (CEX) blogposts covering Python (namely, … Continue reading
CEX (Code EXpress) 10. Creating user functions. Anton KarneliukCode EXpress (CEX)April 5, 2020 Hello my friend, So far you have learned the most vital tools to start writing your code in Python such … Continue reading
CEX (Code EXpress) 09. For loop + if conditional = while loop. And the most popular math functions. Anton KarneliukCode EXpress (CEX)March 29, 2020 Hello my friend, So far you have learned about the for loop and if conditional. Both of these tools are … Continue reading
CEX (Code EXpress) 08. Conditionals and wishes. Anton KarneliukCode EXpress (CEX)March 22, 2020 Hello my friend, In the previous blogpost we’ve started the discussion about the instructions, which yo need to know in … Continue reading
CEX (Code EXpress) 07. Loops are bad in the networks, but not in code. Anton KarneliukCode EXpress (CEX)March 15, 2020 Hello my friend, We have covered all the necessary types of the Python’s variables (ordinary, lists and dictionaries) and now … Continue reading
CEX (Code EXpress) 06. Look into your dictionary. Anton KarneliukCode EXpress (CEX)March 8, 2020 Hello my friend, We have discussed so far ordinary variables in string, numeric and Boolean formats and list variables. Today … Continue reading1
CEX (Code EXpress) 05. From lists to separate variables and back. Anton KarneliukCode EXpress (CEX)March 1, 2020 Hello my friend, So far, we have covered the separate variables and the list variables in the Python 3.8. Before … Continue reading