Python
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
How to Create a Web Map with Leaflet and Python
Web MapLeafletPython
Set Up Python on Windows Subsystem for Linux (WSL)
How to set up your Python development environment on Windows Subsystem for Linux (WSL)
Software developmentData sciencePython
How to Scrape Images with Beautifulsoup4 and Python
Web scrapingImage scrapingPython
Convert a Python Project to an Executable (.exe) File
Using Auto PY to EXE we can convert .py files to .exe files very easily. This way our Python project will act as a desktop application. And we will be able to run the application on other windows…
PythonProgrammingSoftware Development