Python
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
Deploy Docker Containers In AWS Lambda In 5 Easy Steps
Lambda can now run your containers as a function with base runtimes provided by AWS or even with custom runtimes. With time, containerized apps became a hit and now the problem was how to deploy…
serverlesscloud-computingprogramming
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
How to Make your own Discord Bot in Python
pythondiscordbot