Sébastien CombéfisHow to Solve Optimisation and Search Problems with Genetic AlgorithmDiscover the basics of genetic algorithm, how it works and the key elements to define to model a problem you want to solveJul 23, 2021Jul 23, 2021
Sébastien CombéfisinPython in Plain EnglishHow to Use Python Raw String Literals to Get More Readable CodeAnd how to avoid backslash nightmares in Python, particularly when defining patterns to use with regular expressionsJul 23, 2021Jul 23, 2021
Sébastien CombéfisinCodeXThree Steps to Perform on Input Data to Make Your Software More SecureWhy checking input data as the first line of defense is crucial in software security? How is this defense concretely achieved?Jun 18, 2021Jun 18, 2021
Sébastien CombéfisinPython in Plain EnglishImprove Your Python Code by Using the Built-in enumerate() FunctionAnd discover why using it will help to make your code more readable and more efficient!Jun 14, 2021Jun 14, 2021
Sébastien CombéfisinPython in Plain EnglishFive Ways to Format a String with PythonHow to format a string in Python. Is there one better way than the others? Or a more efficient one? Or one that is more secure?Jun 11, 2021Jun 11, 2021