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
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
Tactical RMM
A remote monitoring & management tool, built with Django, Vue and Go.
https://github.com/wh1te909/tacticalrmm
A remote monitoring & management tool, built with Django, Vue and Go.
https://github.com/wh1te909/tacticalrmm
GitHub
GitHub - amidaware/tacticalrmm: A remote monitoring & management tool, built with Django, Vue and Go.
A remote monitoring & management tool, built with Django, Vue and Go. - amidaware/tacticalrmm
quit(), exit(), sys.exit(), os._exit(): the differences and do they it matter?
https://www.reddit.com/r/learnpython/comments/ppnp2v/quit_exit_sysexit_os_exit_the_differences_and_do/
https://www.reddit.com/r/learnpython/comments/ppnp2v/quit_exit_sysexit_os_exit_the_differences_and_do/
reddit
quit(), exit(), sys.exit(), os._exit(): the differences and do...
So I read that all of these send the same signal to the os to terminate program execution. If they function the same way what’s the real...
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
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
YouTube
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…
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
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
Medium
Find the Knowledge Hubs in Your Company
Using Social Network Analysis on Slack data
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/
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/
ByteFaction
How to setup a Custom Private Email Relay like Hide My Email - Part 1
Setup a Custom Private Email Relay like Apple's Hide My Email and Firefox Relay using AWS
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/
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/
Lona - A web framework for responsive web apps in full python
https://www.reddit.com/r/Python/comments/ptcje9/lona_a_web_framework_for_responsive_web_apps_in/
https://www.reddit.com/r/Python/comments/ptcje9/lona_a_web_framework_for_responsive_web_apps_in/
Reddit
From the Python community on Reddit
Explore this post and more from the Python community
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
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
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
Python behind the scenes #13: the GIL and its effects on Python multithreading
As you probably know, the GIL stands for the Global Interpreter Lock, and its job is to make the ...
https://tenthousandmeters.com/blog/python-behind-the-scenes-13-the-gil-and-its-effects-on-python-multithreading/
As you probably know, the GIL stands for the Global Interpreter Lock, and its job is to make the ...
https://tenthousandmeters.com/blog/python-behind-the-scenes-13-the-gil-and-its-effects-on-python-multithreading/
Tenthousandmeters
Python behind the scenes #13: the GIL and its effects on Python multithreading
As you probably know, the GIL stands for the Global Interpreter Lock, and its job is to make the CPython interpreter thread-safe. The GIL allows...
Delegation: composition and inheritance in object-oriented programming
Introduction¶Object-oriented programming (OOP) is a methodology that was introduced in the 60s, ...
https://www.thedigitalcatonline.com/blog/2020/08/17/delegation-composition-and-inheritance-in-object-oriented-programming/
Introduction¶Object-oriented programming (OOP) is a methodology that was introduced in the 60s, ...
https://www.thedigitalcatonline.com/blog/2020/08/17/delegation-composition-and-inheritance-in-object-oriented-programming/
Thedigitalcatonline
Delegation: composition and inheritance in object-oriented programming
Introduction¶Object-oriented programming (OOP) is a methodology that was introduced in the 60s, though as for many other concepts related to programming languages it is difficult to give a proper date. While recent years have witnessed a second youth of functional…
tiangolo / sqlmodel
SQL databases in Python, designed for simplicity, compatibility, and robustness.
https://github.com/tiangolo/sqlmodel
SQL databases in Python, designed for simplicity, compatibility, and robustness.
https://github.com/tiangolo/sqlmodel
GitHub
GitHub - fastapi/sqlmodel: SQL databases in Python, designed for simplicity, compatibility, and robustness.
SQL databases in Python, designed for simplicity, compatibility, and robustness. - fastapi/sqlmodel
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
https://vodden.com/posts/constraining-the-point/
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
Point
object, and consider the developer experience.https://vodden.com/posts/constraining-the-point/
Vodden
Writing a Geometric Solver in Python - Part 1: Modelling Constraints
I describe, over the series, how to implement a geometric solver in Python. In this article we look at how we might represent a set of geometric relationships in a class hierarchy. We partially implement this for a `Point`object, and consider the developer…
Show HN: Logparser – Alternative to GoAccess Written in Python
https://github.com/lucianmarin/logparser
https://github.com/lucianmarin/logparser
GitHub
GitHub - lucianmarin/logparser: Command line parser for common log format.
Command line parser for common log format. Contribute to lucianmarin/logparser development by creating an account on GitHub.
Clean architectures in Python: a step-by-step example
In 2015 I was introduced by my friend Roberto Ciatti to the concept of Clean Architecture, as it is ...
https://www.thedigitalcatonline.com/blog/2016/11/14/clean-architectures-in-python-a-step-by-step-example/
In 2015 I was introduced by my friend Roberto Ciatti to the concept of Clean Architecture, as it is ...
https://www.thedigitalcatonline.com/blog/2016/11/14/clean-architectures-in-python-a-step-by-step-example/
Thedigitalcatonline
Clean architectures in Python: a step-by-step example
How to create software that can be easily changed and adapted, following the clean architecture principles
A function decorator that rewrites the bytecode to enable goto in Python
https://github.com/snoack/python-goto
https://github.com/snoack/python-goto
GitHub
GitHub - snoack/python-goto: A function decorator, that rewrites the bytecode, to enable goto in Python
A function decorator, that rewrites the bytecode, to enable goto in Python - snoack/python-goto