Posts

Showing posts with the label Python Projects

Project: Implementation of Label Editor

Image
 This is second article in Python Projects Series. This article includes the explanation and instructions of demo of this project. We also touch up on the topics like design and implementation of this project. This Python code works as a label editor through which you can draw bounding boxes and label them. CSV file shall be generated from this tool which contains information about your labelling. In case if you are new to this series, Please visit our previous article in this series. 1.  Project : Implementation of Block Jump Game 2.  Project: Implementation of Car Lane Change Game   In case if you are new to Python, Please visit the following articles in series  Python for Data Science . Python for Data Science Series - Part 1 Python for Data Science Series - Part 2 Using Numpy in Python Using Pandas in Python Data Visualization using Matplotlib Python Parsing XML file in python Parsing Json file in python Interactive Data Visualization using Plotly in Python ...

Project: Implementation of Car Lane Change Game

Image
This is second article in Python Projects Series. This article includes the explanation and instructions of demo of this project. We also touch up on the topics like design and implementation of this project. In case if you are new to this series, Please visit our previous article in this series. 1. Project : Implementation of Block Jump Game In case if you are new to Python, Please visit the following articles in series  Python for Data Science . Python for Data Science Series - Part 1 Python for Data Science Series - Part 2 Using Numpy in Python Using Pandas in Python Data Visualization using Matplotlib Python Parsing XML file in python Parsing Json file in python Interactive Data Visualization using Plotly in Python Logging in Python Read and Write Images in Python 1. Setup Project Environment:     Code can be obtained from our git repository by using following command git clone  https://github.com/RajuSaladi/CustomizableSimulationEnvironments.git   ...

Project: Implementation of BlockJump Game

Image
This is first article in Python Projects Series. This article includes the explanation and instructions of demo of this project. We also touch up on the topics like design and implementation of this project. In case if you are new to Python, Please visit the following articles in series  Python for Data Science . Python for Data Science Series - Part 1 Python for Data Science Series - Part 2 Using Numpy in Python Using Pandas in Python Data Visualization using Matplotlib Python Parsing XML file in python Parsing Json file in python Interactive Data Visualization using Plotly in Python Logging in Python Read and Write Images in Python 1. Setup Project Environment:     Code can be obtained from our git repository by using following command git clone  https://github.com/RajuSaladi/CustomizableSimulationEnvironments.git     Go to " CustomizableSimulationEnvironments" Folder using following command cd CustomizableSimulationEnvironments     ...