Articles by Mark Edney

Level up your programming skills

May 1, 2022 | Mark Edney

How do you become a better programmer? Well, there is strong scientific evidence for the support of the principle of deliberate practice. Deliberate practice is a method of skill development first written by Anders Ericsson in the book “Peak: Se...
[...Read more...]

Merging PDFs with Python

April 14, 2022 | Mark Edney

I am currently looking for a new job, which means I need to create many resumes and cover letters. When creating a resume, it is good practice to create a PDF file. PDFs cannot be edited, which can make them difficult to work with, but they reta...
[...Read more...]

Merging PDFs with Python

April 14, 2022 | Mark Edney

I am currently looking for a new job, which means I need to create many resumes and cover letters. When creating a resume, it is good practice to create a PDF file. PDFs cannot be edited, which can make them difficult to work with, but they reta...
[...Read more...]

Simple Neural Networks in Python

March 20, 2022 | Mark Edney

Neural Networks (NN) have become incredibly popular due to their high level of accuracy. The creation of a NN can be complicated and have a high level of customization. I wanted to explore just the simplest NN that you could create. A framework ...
[...Read more...]

Simple Neural Networks in Python

March 20, 2022 | Mark Edney

Neural Networks (NN) have become incredibly popular due to their high level of accuracy. The creation of a NN can be complicated and have a high level of customization. I wanted to explore just the simplest NN that you could create. A framework ...
[...Read more...]

Simple Neural Networks in Python

March 20, 2022 | Mark Edney

Neural Networks (NN) have become incredibly popular due to their high level of accuracy. The creation of a NN can be complicated and have a high level of customization. I wanted to explore just the simplest NN that you could create. A framework ...
[...Read more...]

Python in R Markdown

March 3, 2022 | Mark Edney

Photo by David Clode on Unsplash The main advantage of using the R Markdown format is the utility of running R code within the text. This is clearly more advantageous than just writing code in a Markdown file. R Markdown is however limited to ...
[...Read more...]

Python in R Markdown

March 3, 2022 | Mark Edney

Photo by David Clode on Unsplash The main advantage of using the R Markdown format is the utility of running R code within the text. This is clearly more advantageous than just writing code in a Markdown file. R Markdown is however limited to ...
[...Read more...]

Python in R Markdown

March 3, 2022 | Mark Edney

Photo by David Clode on Unsplash The main advantage of using the R Markdown format is the utility of running R code within the text. This is clearly more advantageous than just writing code in a Markdown file. R Markdown is however limited to ...
[...Read more...]
1 2