Lchu
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created Git Management: Single Git at root directory where the files are residing in other directories
AnsweredHi I have setup a development server and developers will develop the codes in their local machine. In the development server, there is a Git Repository at the directory, S1:\main\. I read that ha... -
Created deploy and run as production using pycharm
Hi I have finished developed my python code using pycharm. How do I deploy and run it as production using pycharm? Without pycharm, I will run the following in command prompt C:\Python34\python.exe... -
Created Pycharm's python code to access MS SQL database
Hi I can connect to the Microsoft SQL database in pycharm. I can use the console from pycharm to query. But I have no idea how to connect to the database, query and read into pandas dataframe in py...