Enjoy reading the articles below. I hope you find them useful. And for personal support contact me now.
Friday Challenge #2
Here is my second weekly challenge for the LinkedIn’s Python Developers Community. The original post…
Pro Python Tips for Data Analysts
Complex analysis requires complex code. How do you keep this tidy, ready to evolve and…
Friday Challenge #1
For the last five weeks I’ve been posting a weekly Python challenge on LinkedIn’s Python…
For loops – Python iteration under the hood
Discover how iteration works under the hood and how you can tap into this for…
Python support – Ask wisely, ask nicely
What do you do if you need some Python support, from a quick answer to…
Python – Count and learn
Here is a simple problem: Count how many times each character occurs in a string….
Python tip: Assignment operators
How do you increase the value of a variable? number = 10 number = number…
Good, Better, Best? : FizzBuzz
The Zen of Python states: “There should be one — and preferably only one —…
Python tip: 1. 2. 3. Enumerate
Say you want to print a numbered list. For instance: ApplesBananasOrangesPineapple How would you do…
Python tip: Use for loops correctly
If you come from another language, like C, you may write a loop like this:…
Tips for writing better Python code
I was a very experienced programmer when I started using Python. So I wrote some…
Becoming a Python trainer
I’ve been ‘lucky’ enough to get a steady stream of Python training assignments. ‘Lucky’ in…