C# Excel Tutorialhttp://csharp.net-informations.com/excel/csharp-excel-tutorial.htm Microsoft.Office.Interop.Excel namespacehttps://docs.microsoft.com/en-us/dotnet/api/microsoft.office.interop.excel # Create virtual environment$ python -m venv myvenv # Once you've created a virtual environment, you may activate it$ myvenv\Scripts\activate.bat # Python for Win32 ..
https://github.com/codenara/Hybrid1/tree/master/Log6 Put "Cpp1.exe" and "Python1.py" at the same folderUnder Python 3.6 32-bit environment, execute "Cpp1.exe" Embedding Python in C/C++: Part IEmbedding Python in C/C++: Part II
https://github.com/codenara/Hybrid1/tree/master/Log5 CPython only: add Py_LIMITED_API; to the beginning of the string (including the semicolon). This definition restricts some of the functions you can call from Python and makes the code more portable between different versions of Python. If you're working with PyBind11, don't add this definition, otherwise you'll see build errors. Add the Python..
https://github.com/codenara/PyQt1/tree/master/Log1 Create Blank Solution in PyQt1 RepositoryName : Log1 Create Python Application ProjectName : HiPyQt1 Set Python EnvironmentUse Anaconda3x64 Create Python Application ProjectName : HiPyQt2 Create Python Application ProjectName : HiPyQt3 파이썬으로 배우는 알고리즘 트레이딩PyQt 기초PyQt를 이용한 GUI 프로그래밍
Dev Environment : Windows, GitHub, Python, Visual Studio Code Login to GitHubCreate PyQt1 repository for PyQt coding exercise (.gitignore for Python)https://github.com/codenara/PyQt1.git Clone GitHub repository$ git clone https://github.com/codenara/PyQt1.git Open Visual StudioAdd cloned repositoryVisual Studio > Team Explorer > Local Repositories >Add PyQt1 Repository Copy .gitattributes file g..
https://github.com/codenara/Hybrid1/tree/master/Log3 Using C++ Native Unmanaged Class in C++/CLI Managed Function Create Blank SolutionName : Log3 Create CLR Console ProjectName : Cli1 Add C++ Native Unmanaged ClassName : Class1 Add C++ Native Unmanaged FunctionName : Say
https://github.com/codenara/Hybrid1/tree/master/Log2 Call Managed Function and Unmanaged Function Create Blank SolutionName : Log2 Create C++ Console ProjectName : Cpp1 Set /clr Compile Option Set /Zc:twoPhase- Compile Option (disable two-phase name lookup) Native and .NET Interoperability Mixed, pure, and verifiable feature comparison (C++/CLI) /Zc:twoPhase- (disable two-phase name looku..