Meet the NiceGUI: Your Soon-to-be Favorite Python UI Library
https://towardsdatascience.com/meet-the-nicegui-your-soon-to-be-favorite-python-ui-library-fb69f14bb0ac
https://towardsdatascience.com/meet-the-nicegui-your-soon-to-be-favorite-python-ui-library-fb69f14bb0ac
Medium
Meet the NiceGUI: Your Soon-to-be Favorite Python UI Library
Build custom web apps easily and quickly
Introducing Mojo: 90,000 Times Faster Than Python — Finally Open Sourced!
https://medium.com/@srevar68/introducing-mojo-90-000-times-faster-than-python-finally-open-sourced-f7802d55d9d9
https://medium.com/@srevar68/introducing-mojo-90-000-times-faster-than-python-finally-open-sourced-f7802d55d9d9
Medium
Introducing Mojo: 90,000 Times Faster Than Python — Finally Open Sourced!
In the always developing scene of programming dialects and apparatuses, speed and effectiveness are central. Designers continually look…
7+1 Ways To Call Functions In Python
https://levelup.gitconnected.com/7-1-ways-to-call-functions-in-python-c44b2d6390f2
https://levelup.gitconnected.com/7-1-ways-to-call-functions-in-python-c44b2d6390f2
Medium
7+1 Ways To Call Functions In Python
There are a many ways to call a function in Python. Some are more useful, while others might be a little goofy. Either way, it’s probably…
Flask + Bootstrap vs Flask + React/Vue: A Beginner’s Guide
https://medium.com/@emoome82/flask-bootstrap-vs-flask-react-vue-a-beginners-guide-7a787105284f
https://medium.com/@emoome82/flask-bootstrap-vs-flask-react-vue-a-beginners-guide-7a787105284f
Medium
Flask + Bootstrap vs Flask + React/Vue: A Beginner’s Guide
In this blog post, we will compare the two technology stacks, Flask + Bootstrap and Flask + React/Vue, to help beginners understand which…
Polymorphism in Python Object-Oriented Programming
https://medium.com/data-bistrot/polymorphism-in-python-object-oriented-programming-c652d8c3b792
https://medium.com/data-bistrot/polymorphism-in-python-object-oriented-programming-c652d8c3b792
Medium
Polymorphism in Python Object-Oriented Programming
Python for AI, data science and machine learning Day 6
Lock Up Your Python Secrets: A Guide to dotenv
https://iamshobhitagarwal.medium.com/lock-up-your-python-secrets-a-guide-to-dotenv-ee6c3fb6a2d7
https://iamshobhitagarwal.medium.com/lock-up-your-python-secrets-a-guide-to-dotenv-ee6c3fb6a2d7
Medium
Lock Up Your Python Secrets: A Guide to dotenv
Have you ever built a Python application that relied on sensitive information like API keys, passwords, or database credentials? Hardcoding…
I tripped over all the errors in Flask-SQLAlchemy so you don’t have to…
https://medium.com/@dch528/i-tripped-over-all-the-errors-in-flask-sqlalchemy-so-you-dont-have-to-fc78ee7f17b3
https://medium.com/@dch528/i-tripped-over-all-the-errors-in-flask-sqlalchemy-so-you-dont-have-to-fc78ee7f17b3
Medium
I tripped over all the errors in Flask-SQLAlchemy so you don’t have to…
In the labyrinth of web development, Flask-SQLAlchemy stood out as a beacon of hope: promising simplicity, efficiency, and never having to…
Generating File Sharing Server Using Python
https://handhikayp.medium.com/generating-file-sharing-server-using-python-c3dd1f5d16f5
https://handhikayp.medium.com/generating-file-sharing-server-using-python-c3dd1f5d16f5
Medium
Generating File Sharing Server Using Python
File sharing server is a platform or a system that used by users share their file through the network. This system could be operate locally…
Code Coverage with Pytest: Ensuring Quality Testing in Your Python Projects
https://tomas-svojanovsky.medium.com/code-coverage-with-pytest-ensuring-quality-testing-in-your-python-projects-46d436941396
https://tomas-svojanovsky.medium.com/code-coverage-with-pytest-ensuring-quality-testing-in-your-python-projects-46d436941396
Medium
Code Coverage with Pytest: Ensuring Quality Testing in Your Python Projects
Maximizing Test Quality: Understanding and Improving Code Coverage in Python Projects