An open API service indexing awesome lists of open source software.

https://github.com/ajithvcoder/python3_projects

contains oops concepts, basic python (3) , django (2), data science (2) projects
https://github.com/ajithvcoder/python3_projects

Last synced: 3 months ago
JSON representation

contains oops concepts, basic python (3) , django (2), data science (2) projects

Awesome Lists containing this project

README

        

# Python3_Projects

[Tkinker projects](https://github.com/ajithvallabai/Python3_Projects/tree/master/tkinker_projects)

- [Calculator](https://github.com/ajithvallabai/Python3_Projects/tree/master/tkinker_projects/calculator_project_1/calc)
- [Encoder and Decoder](https://github.com/ajithvallabai/Python3_Projects/tree/master/tkinker_projects/encoder_decoder_1)
- [QR code generator](https://github.com/ajithvallabai/Python3_Projects/tree/master/tkinker_projects/encoder_decoder_1)

[Django projects](https://github.com/ajithvallabai/Python3_Projects/tree/master/djangoprojects)

- [Todo App](https://github.com/ajithvallabai/Python3_Projects/tree/master/djangoprojects/mysite)

To run
- go to folder as in the link of Todo App
- python manage.py runserver
- Go to link http://127.0.0.1:8000/todo/


- [Polls App](https://github.com/ajithvallabai/Python3_Projects/tree/master/djangoprojects/mysite)

To run
- go to folder as in the link of Todo App
- python manage.py runserver
- Go to link http://127.0.0.1:8000/polls/

[DataScience projects]()

- [Kannada MNIST Challenge](https://www.kaggle.com/ajithvallabai/kaggle-kannada-mnist-made-simple?scriptVersionId=22969957)
- [Categorical Encoding Challenge](https://www.kaggle.com/ajithvallabai/categorical-ecoding-cat-challange-solved?scriptVersionId=22858166)