Search results for #PythonMonday
During lockdown I started #PythonMonday, to help people to learn how to write computer programs in Python. So once a week I created a stand-alone page, explaining a key Python concept, and every 7 pages being a new chapter. It will continue in September: damiantgordon.com/PythonMonday/
WELCOME TO #PythonMonday Week 69! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll learn how to use the FOR statement with Strings >>> damiantgordon.com/PythonMonday/#…
WELCOME TO #PythonMonday Week 68! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll learn how to use the FOR statement with an array >>> damiantgordon.com/PythonMonday/#…
WELCOME TO #PythonMonday Week 66! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll learn how to update values in an array >>> damiantgordon.com/PythonMonday/#…
WELCOME TO #PythonMonday Week 65! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll learn how to address elements of an array >>> damiantgordon.com/PythonMonday/#…
WELCOME TO #PythonMonday Week 64! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll learn what an array is, and why it is useful >>> damiantgordon.com/PythonMonday/#…
WELCOME TO #PythonMonday Week 63! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll take our simple tester program and make it a bit more robust >>> damiantgordon.com/PythonMonday/#…
WELCOME TO #PythonMonday Week 62! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll take a look at creating a testing function >>> damiantgordon.com/PythonMonday/#…
WELCOME TO #PythonMonday Week 61! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll take a look at the different eras of software testing >>> damiantgordon.com/PythonMonday/#…
WELCOME TO #PythonMonday Week 60! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll take a look at some principles of testing >>> damiantgordon.com/PythonMonday/#…
WELCOME TO #PythonMonday Week 59! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll take our simple testing program and make it a bit more robust >>> damiantgordon.com/PythonMonday/#…
WELCOME TO #PythonMonday Week 58! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll look at simple program and how we can include a bit of testing in it >>> damiantgordon.com/PythonMonday/#…
WELCOME TO #PythonMonday Week 57! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll find out a little bit about software testing >>> damiantgordon.com/PythonMonday/#…
WELCOME TO #PythonMonday Week 56! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll learn some common programming errors that people tend to make with functions >>> damiantgordon.com/PythonMonday/#…
WELCOME TO #PythonMonday Week 55! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll look at how to take our Fibonacci number program and turn it into a function in Python >>> damiantgordon.com/PythonMonday/#…
WELCOME TO #PythonMonday Week 54! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll look at how to take our prime number program and turn it into a function in Python >>> damiantgordon.com/PythonMonday/#…
WELCOME TO #PythonMonday Week 53! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll look at two functions that check if a number is evenly divisible in Python >>> damiantgordon.com/PythonMonday/#…
#PythonMonday on Tuesday!! To celebrate the first 52 weeks of #PythonMonday, I've joined together the first 52 pages into a single document for your reading pleasure: damiantgordon.com/PythonMonday/P…
WELCOME TO WEEK 52, THE *** FIRST ANNIVERSARY *** OF #PythonMonday! Each Monday I've been posting a single, stand-alone page to explain a key concept needed to learn Python programming, and this week we'll look at some ways of calling function in Python>>> damiantgordon.com/PythonMonday/#…
WELCOME TO #PythonMonday Week 51! Each Monday I'll post a single stand-alone page to explain a key concept needed to learn Python programming, and this week we'll look at creating our first function in Python >>> damiantgordon.com/PythonMonday/#…