Data science

How to launch Jupyter notebooks from Windows

March 27, 2022 | George Mount

To be honest, Python is not the easiest program to manage on your PC. I suggest newcomers download it from Anaconda because it does most of the behind-the-scenes lifting for you. Completely new to Python? Check out my Python launch checklist Among other benefits, Anaconda comes with many of the ...
[...Read more...]

Python Exceptions – What, Why, and How?

March 24, 2022 | Python on Curious Joe

What is an Exception? Handling Exceptions The Simplest Way Let's be Slightly More Engaged How About Being More Expressive! What if We Needed Some Customization! Understanding Exceptions as a Class Implementing Our Own Exception Writing a Custom Exception Implementing a Custom Exception What's Next What is an Exception?¶ Exceptions are ...
[...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...]
1 36 37 38 39 40 100