Python Coder | Simple | Similar | Ngrams | Challenge

preview_player
Показать описание
Python n-grams – how to compare file texts to see how similar two texts are using n-grams. An explanation of n-grams as the first part of two videos that is a challenge for the viewer to write the code. The second video will go through the answer.

If you want to learn to code, this Python tutorial for beginners is for you. Hi, my name is Dr Codie and I am the python coder. Codie means ‘helpful person’ and we want to help you not just learn python but to enjoy learning python.

In my experience, success with coding comes down to getting the fundamentals right. You can then move onto advanced programming concepts and skills. That is exactly how this python tutorial is structured. First, you will learn how to do simple tasks by understanding the concept behind the code. At first, the code seems difficult but after some practice, it will seem so much easier. That is because you understand what you are doing.
To give you the best chance of learning to be a great coder, we explain each concept so you can see it as child splay – this is too easy. Terms like conditionals, iterations, parameters etc. make it all seem confusing, but do not fear, even we get confused when we see these books and course where nobody can understand what the author is saying. That is not you that is them!
Not only can you now understand how to do simple coding tasks, but you will be confident enough to be able to help others. We will show you the simple methods of putting lines or blocks of code together using this knowledge. Practice is essential for your skills to grow but again do not fear we will help you practice as well. When you go online for help you need to understand others, therefore we will show you then meaning of the common terms. We will give you useful hints, such as how to tell the difference between python 2 or python 3 code.
Videos will be the whole package. Learn to understand the logic and design aspects needed to become a good programmer, let us help you practice to keep improving and don’t forget the bonus of seeing firsthand how to build the code and possible stumbling blocks when we explain the answers to the tasks set within the tutorial. You do not need to watch the whole video but if you do you will improve as a python coder!

SUBSCRIBE and you will know when the videos are available! Good luck!
Рекомендации по теме
Комментарии
Автор

How do you feel about having the challenge and the solution in two videos? The solution will be released after Friday, good luck!

DrCodie