PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
How To Visualize Databases as Network Graphs in Python

Build a Dash web application to interactively explore database structures.Continue reading on ...

https://towardsdatascience.com/how-to-visualize-databases-as-network-graphs-in-python-2ce3851f8458
Solidity, Blockchain, and Smart Contract Course – Beginner to Expert Python Tutorial

This course will give you a full introduction into all of the core concepts in blockchain, smart contracts, solidity, NFTs/ERC721s, ERC20s, Coding Decentralized Finance (DeFi), python and solidity, Chainlink, Ethereum, upgradable smart contracts, and full stack blockchain development.

https://www.youtube.com/watch?v=M576WGiDBdQ
Find the Knowledge Hubs in Your Company

Using Social Network Analysis on Slack dataSource: unsplash.com, Photo by: Austin DistelA very ...

https://towardsdatascience.com/find-the-knowledge-hubs-in-your-company-38afb89d2eaa
How to setup a Custom Private Email Relay like Hide My Email - Part 1

The part 1 of the two part series explains why you should use a custom Private Email Relay and how you can set up one using AWS.

https://blog.bytefaction.com/posts/setup-custom-private-email-relay-part1/
sqlmap Cheat Sheet

Sqlmap is a penetration testing tool for databases. As databases drive most websites, you need to check out this security tool.

https://www.comparitech.com/net-admin/sqlmap-cheat-sheet/
Do You Hate How Slow Python Is? This Is How You Can Make It Run Faster!

Delegate the challenging tasks to another playerContinue reading on Towards Data Science ...

https://towardsdatascience.com/do-you-hate-how-slow-python-is-this-is-how-you-can-make-it-run-faster-532468fe1583
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/