Built 3 small basic python projects for practicing python concepts like conditional loops, if-else-elif, working with json files, using API.
It is a normal CLI based functionality which is using CRUD functions where we can add tasks, update tasks, read the whole list and also can delete a single task or can clear the entire row, also ticking the task as done or not is also available.
- Basic CRUD understanding and applications
- Strengthen if-else use cases.
- Coding
Again a CLI based software where we can directly save our contacts into a json file where you can easily see and fetch details of any user saved previously.
- Using python for json
- file management
- Storing elements into json format
It is a software where I have used an API, which helps to keep the currency exchange rates as updated as possible and also reduced work as if coding itself it will take alot of time to cover that much currencies available on the circular globe. It uses requests library to get and post things, used streamlit to deploying the functionalities as use case.
- Using API, how to get API key
- How API works
- Streamlit basics and how to use it to deploy basic website as a software
- how to get and post queries
It is a simple script to make my folder look cleaner not so much purposeful but oriented towards solving a small problem of organizing files into folders and easily distinguishing between different kind of folders easily,
- As per now it is only working by changing paths in code and running the script each time but sooner I will make sure that it can be working on my laptop and organizing files in different folders(sooner means a long time)
A basic script to directly send Email from VSCode simply typing the body giving Subject, recipient(cc, bcc or single) and if there's any folder to attach: The text will be typed in Simple Mail format in .txt
file so that it can be written in particular format!
Will add more projects atleast 7 more.