From Python to Go 014. Templating Configuration Files. Anton KarneliukCode EXpress (CEX), Software developmentFebruary 9, 2025 Hello my friend, Congratulations if you reach this blog post starting from the beginning of our series. I look in the list of topic I’m going to cover with respect Python to Go (Golang) transition and I see that I’ve … Continue reading
From Python to Go 013. Handling Errors And Exceptions. Anton KarneliukCode EXpress (CEX), Software developmentFebruary 1, 2025 Hello my friend, One of the important aspects of writing any application is to ensure that it can operate, as … Continue reading
From Python to Go 012. Processing User Input From CLI Arguments And Standard Input. Anton KarneliukCode EXpress (CEX), Software developmentJanuary 26, 2025 Hello my friend, Whenever we develop any network and IT infrastructure automation applications, we need to have some options to … Continue reading
From Python to Go 011. Parsing XML, JSON, And YAML Files. Anton KarneliukCode EXpress (CEX), Software developmentJanuary 19, 2025 Hello my friend, This blog post is probably the first one, where we start doing more practical rather than foundational … Continue reading
From Python to Go 010. Dealing With Text Files. And Tiny Bit On Regexp. Anton KarneliukCode EXpress (CEX), Software developmentJanuary 12, 2025 Hello my friend, So far the only way to provide user input to your Python and Go (Golang) applications we’ve … Continue reading
From Python to Go 009. Interfaces For Data Types In Go (Golang). Anton KarneliukCode EXpress (CEX), Software developmentJanuary 4, 2025 Hello my friend, First of all, Happy New Year! We hope that you had a great festive time with your … Continue reading
Merry Christmas And Happy 2025 Year Anton KarneliukGeneralDecember 23, 2024 Dear friends, We wish you nothing but the best in the upcoming 2025 year. May the health, wealth and joy … Continue reading
From Python to Go 008. Object Oriented Programming Or Build Your Own Network Switch. Anton KarneliukCode EXpress (CEX), Software developmentDecember 19, 2024 Hello my friend, So far we have covered almost all possible data types in Python and Go (Golang), at least … Continue reading
From Python to Go 007. (Data)Classes, Structs, and Custom Data Types. Anton KarneliukCode EXpress (CEX), Software developmentDecember 14, 2024 Hello my friend, Today we are going to talk about the last data type, which in generally exists in Python … Continue reading
From Python to Go 006. Dictionaries and Maps. Anton KarneliukCode EXpress (CEX), Software developmentDecember 7, 2024 Hello my friend, We continue our journey from Python to Go (Golang), or more right to say with Python and … Continue reading
From Python to Go 005. Code Flow Control: Loops and Conditionals. Anton KarneliukCode EXpress (CEX), Software developmentDecember 1, 2024 Hello my friend, In the previous blog post we briefly touched on the conditionals, when we talked about looking for … Continue reading