Skip to content Skip to sidebar Skip to footer
Showing posts with the label .net

Efficient Way To Read A Specific Line Number Of A File. (bonus: Python Manual Misprint)

I have a 100 GB text file, which is a BCP dump from a database. When I try to import it with BULK I… Read more Efficient Way To Read A Specific Line Number Of A File. (bonus: Python Manual Misprint)

How To Install Python For .net On Windows

I downloaded Python for .NET. Inside the zip is clr.pyd, nPython.exe, Python.Runtime.dll and 2 debu… Read more How To Install Python For .net On Windows

A .net Wrapper For Google App Engine?

Does anyone know of a .net wrapper around either python or java Google App Engine services? Any hel… Read more A .net Wrapper For Google App Engine?

How To Call A Python Script From A .net Project

I have a python project back-end with a c# GUI front-end both in the same solution. The python pro… Read more How To Call A Python Script From A .net Project

How Does One Convert A .NET Tick To A Python Datetime?

I have a file with dates and times listed as huge numbers like 634213557000000000. I believe this i… Read more How Does One Convert A .NET Tick To A Python Datetime?