Use this Python code snippet to Reverse string from a Python Variable. The code is just a one liner & wjust works fine for reversing string.
Install TensorFlow in Python
This tutorial tells how to install Tensorflow in the prebuilt configuration in both Windows 10 and Ubuntu 16.04(for both CPU & GPU) Currently, 64-bit Python only supported Tensorflow. Install CPU Version on Ubuntu & Windows For Ubuntu 64bit OS First Process is to install CPU Version of TensorFlow. CPU version […]
Python strftime – C, C++ Date Time Formatting
strftime For quick syntax & options help with this function, type >>help (“time.strftime”) . This will list all the basic help that you are in need. If you are looking for a much more advanced option with this function, then refer this table. About this function: This function is used to […]
JSON Parser – Python Code – Convert JSON To Excel CSV
Get JSON Parser in Python that converts JSON to csv or Excel. Sample JSON file is also provided. Code parses JSON by each node & write to CSV file.
Open Text File – Read Write File Operations – VBA, Python, VBS, C, C++, DOS
Open Text File – VBA, VBS, Python, C, C++ Code snippets to Open ,Read, Write to text file. Import data from text file into any programming language.