PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
How to Generate Professional API Docs in Minutes from Docstrings

Producing high-quality API documentation can be made easy and intuitive. Supports Markdown and ...

https://towardsdatascience.com/how-to-generate-professional-api-docs-in-minutes-from-docstrings-aed0341bbda7
Writing a Geometric Solver in Python - Part 1: Modelling Constraints

A series covering how to implement a geometric solver in Python. The part 1 looks at how we might represent a set of geometric relationships in a class hierarchy and partially implement this for a Pointobject, and consider the developer experience.

https://vodden.com/posts/constraining-the-point/
Stop Hardcoding Sensitive Data in Your Python Applications

Keep your settings and credentials private with .env filesContinue reading on Towards Data ...

https://towardsdatascience.com/stop-hardcoding-sensitive-data-in-your-python-applications-86eb2a96bec3
Automating With Python

Learn how to use Python automation to perform common tasks. In this full course you will learn how to build the automation projects: Hacker News Headlines Emailer, TED Talk Downloader, Table Extractor from PDF, Automated Bulk Resume Parser, Image Type Converter and Building an Automated News Summarizer.

https://www.youtube.com/watch?v=s8XjEuplx_U
Deploying python functions with Google Cloud Functions

Deploying python functions on Google Cloud FunctionsDeploying a python function was never ...

https://towardsdatascience.com/deploying-python-functions-with-google-cloud-functions-557517865ba7
A Python Module for Maze Search Algorithms

Python Maze World pyamazeThe module pyamaze is created for the easy generation of random maze and ...

https://towardsdatascience.com/a-python-module-for-maze-search-algorithms-64e7d1297c96