Python
Scraping all Subpages of a Website in Python
Web scrapingWeb scrapersPython
Using Python Scripts in the Robot Framework
Calling Python in the Robot framework.
PythonRobot-frameworkAutomation
How to Customize an HTML Report in Pytest
Make the report you want to make.
PytestHtmlPython
How to Generate and Serve PDF Files with Django
How to generate PDF reports in Django
PythonDjangoPDF
Data Extraction: Parse a 3-Nested JSON Object and Convert it to a pandas dataframe
PythonJsonPandas
How to Convert a Google Colab (.ipynb) Notebook to HTML
PythonJupyterGoogle-colab
Create Reusable Models with Django and Mixins
Using mixins to create powerful, flexible Django models
DjangoMixinsPython
5 Ways You Can Remove the Last Character from a String in Python
How to remove the last character from a string in Python.
PythonProgrammingCoding
Converting Nested List into a Pandas DataFrame
PythonPandasData science
Scrape Google Scholar with Python
How to scrape Google Scholar with Python and Beautiful Soup
Web scrapingWeb scrapersPython