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 as Python’s variables, lists, dictionary data constructions and code flow control for, while and if. Today you will see how … 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) 04. List what you need. Anton KarneliukCode EXpress (CEX)February 23, 2020 Hello my friend, We continue discussion about the variable in the Python, which we have started in the previous article. … Continue reading
CEX (Code EXpress) 03. Variable is better than fixed. Anton KarneliukCode EXpress (CEX)February 16, 2020 Hello my friend, We are slowly but surely start talking about more and more useful and interesting topics staying yet … Continue reading
CEX (Code EXpress) 02. Your first Python code. Anton KarneliukCode EXpress (CEX)February 8, 2020 Hello my friend, I was thinking what the next thing shall be right after you have installed the Python. Initially … Continue reading
CEX (Code EXpress) 01. It starts with… the installation. Anton KarneliukCode EXpress (CEX)February 2, 2020 Hello my friend, Time to time we are getting the messages from you that it is getting tougher to find … Continue reading