From Python to Go 003. Functions, External Modules, And Linux/MAC Environment. Anton KarneliukCode EXpress (CEX), Software developmentNovember 16, 2024 Hello my friend, We continue our journey in the realm of software development, or how some people call it programming. In the previous blog post we’ve introduced you to variables, which are the storage containers for your data. Today we’ll … Continue reading
From Python To Go 002. Basic Data Types (Numeric, Boolean, String) and Variables. Anton KarneliukCode EXpress (CEX), Software developmentNovember 10, 2024 Hello my friend, We continue our blog series about learning Go (Golang) as second programming language, which you can use … Continue reading
From Python To Go 001. Get Started. Anton KarneliukCode EXpress (CEX), Software developmentNovember 3, 2024 Dear friend, As mentioned in previous blogpost, I’ve kicked the new series of blog posts related to Go (Golang programming … Continue reading
From Python To Go 000. Go as another automation language. Anton KarneliukCode EXpress (CEX), Software developmentOctober 27, 2024 Dear friend, It’s been a while since I’ve blogged for the last time. Probably it was too long since I’ve … 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) 12. Using Python modules. Anton KarneliukCode EXpress (CEX)July 21, 2020 Hello my friend, In the previous blogpost we have shared how some thoughts how you can parse the CSV file … 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