Learning

Posted on Thu 27 August 2020 in learning • Tagged with python, python crash course, pybites

Post #5 Learning by oneself

Learning by yourself can be difficult. When you're stuck, google is your friend and stackoverflow helps if you understand some of the words. I've gone through most of the basic things to know in Python from the Python crash course book. So far, I think …


Continue reading

Motivation problems

Posted on Thu 20 August 2020 in learning • Tagged with python, python crash course

Post #4 How to motivate oneself

Self-teaching has been a bit difficult. At least two weeks have passed since the last post. I've had problems staying motivated after looking at the chapter dealing with functions in Python Crash Course. I've also been furloughed again from the start of August, which …


Continue reading

The Story so far

Posted on Fri 31 July 2020 in learning • Tagged with python, python crash course

Post #2

I've been learning how to program in python for about a month using the book (Python Crash Course: A Hands-on, Project-Based Introduction to Programming. 2nd edition)[https://www.amazon.com/Python-Crash-Course-2nd-Edition/dp/1593279280]. It's a pretty good book to start with and explains the basics pretty well (variables …


Continue reading