https://github.com/elrf3lipes/python_automation_projects
Scripts to automate general time-consuming tasks
https://github.com/elrf3lipes/python_automation_projects
api-integration automation beautifulsoup biopython-library clinical-trials data-aggregation data-parsing etl-automation json-data-handling pandas pubmed python scraper
Last synced: about 1 year ago
JSON representation
Scripts to automate general time-consuming tasks
- Host: GitHub
- URL: https://github.com/elrf3lipes/python_automation_projects
- Owner: elrf3lipes
- License: other
- Created: 2022-08-01T08:04:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T13:54:03.000Z (over 1 year ago)
- Last Synced: 2025-01-16T04:29:27.922Z (about 1 year ago)
- Topics: api-integration, automation, beautifulsoup, biopython-library, clinical-trials, data-aggregation, data-parsing, etl-automation, json-data-handling, pandas, pubmed, python, scraper
- Language: Jupyter Notebook
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: News_scraper/.idea/.gitignore
- License: LICENSE.rtf
Awesome Lists containing this project
README
# Python_Automation_Projects
**News_scraper** - These are the codes and concepts I've learned from FreeCodeCamp.org - How to use Python automation to perform common tasks - Full Course by @1littlecoder
**Pubmed_Clinical_Trials_data_extraction_1** - Data extraction and parser with Pubmed and ClinicalTrials API-integration, using Biopython, Requests, urllib, xml.etree, IPython and Pandas. I decided to make it public because when I was developing the project I encountered many posts from people looking for similar solutions, hopefully this might help someone else trying to achieve the same goal!
**pdf_invoice_generator** - Addaptation of the code: How to Create PDF Files with Python from The PyCoach
**JSON_data_converter** - A script to reformat JSON input data.