Off Topic > Off Topic
Programming Megathread
Majorth:
I'm learning Python through Codecademy and books.
Headcrab Zombie:
--- Quote from: Foxscotch on October 29, 2015, 06:21:58 PM ---When the usual case is no exception
--- End quote ---
But that's not the situation that I encountered that you replied to with "in python that's the preferred way to do it"
As made evident by the
--- Quote from: Headcrab Zombie on October 29, 2015, 11:09:00 AM ---forgetton of exceptions
--- End quote ---
part
Foxscotch:
--- Quote from: Headcrab Zombie on October 29, 2015, 06:53:47 PM ---But that's not the situation that I encountered that you replied to with "in python that's the preferred way to do it"
--- End quote ---
yeah, I guess
why was it happening?
Headcrab Zombie:
--- Quote from: Foxscotch on October 29, 2015, 07:03:22 PM ---why was it happening?
--- End quote ---
It was in a method that was converting a DataTable from an SQL queries into a list of class objects, the query results had a bunch of null values and it was trying to convert to a type that can't hold nulls.
News:
i wanna learn torque for obvious reasons, is learning C# (because there are better guides) a better gateway to torque?