Skip to content Skip to sidebar Skip to footer
Showing posts with the label C#

Advice For C# Programmer Writing Python

I've mainly been doing C# development for the past few years but recently started to do a bit o… Read more Advice For C# Programmer Writing Python

Windows Universal Apps: Call Python Method From C#

I have a .py file I want to call and get the value it returns in my App. My main intention is to us… Read more Windows Universal Apps: Call Python Method From C#

Ironpython Integration With C#/ .net

So I'm trying to develop this application that will get a captcha image from an website and try… Read more Ironpython Integration With C#/ .net

Convert String To Base 64 From Sha1 Hash In Python

I have a small C# function that I want to use in Python. However Im not sure how to use hashlib to … Read more Convert String To Base 64 From Sha1 Hash In Python

Check The Data Has Updated At Server Without Requesting Every Frame Of The Game

I have a game where I have to get data from the server (through REST WebService with JSON) but the … Read more Check The Data Has Updated At Server Without Requesting Every Frame Of The Game

How To Reproduce System.security.cryptography.sha1managed Result In Python

Here's the deal: I'm moving a .NET website to Python. I have a database with passwords hash… Read more How To Reproduce System.security.cryptography.sha1managed Result In Python