Node.js vs Python: What to Choose for Backend Development
https://jelvix.medium.com/node-js-vs-python-what-to-choose-for-backend-development-3712c3059156
https://jelvix.medium.com/node-js-vs-python-what-to-choose-for-backend-development-3712c3059156
Medium
Node.js vs Python: What to Choose for Backend Development
Node.js and Python both are great languages. Choosing which language for back-end development depends on the developer experience and use…
Use Python and Spotify to Play MINGO
https://medium.com/@steveharding_76362/use-python-and-spotify-to-play-mingo-e811af79fbd
https://medium.com/@steveharding_76362/use-python-and-spotify-to-play-mingo-e811af79fbd
Medium
Use Python and Spotify to Play MINGO
As a recently self-taught Python programmer, I am always looking for a new, fun programming project. Nearly every project seems to have…
Two-factor authentication with the Django admin interface
https://arnopretorius.medium.com/two-factor-authentication-with-the-django-admin-interface-a8c6fbaf28e1
https://arnopretorius.medium.com/two-factor-authentication-with-the-django-admin-interface-a8c6fbaf28e1
Medium
Two-factor authentication with the Django admin interface
How to implement two-factor authentication with the Django admin interface.
Scapy! Sie wollten schon immer mal wissen, was in Ihrem Heimnetzwerk los ist?
https://medium.com/@the_rod90/scapy-sie-wollten-schon-immer-mal-wissen-was-in-ihrem-heimnetzwerk-los-ist-ee07b912ea61
https://medium.com/@the_rod90/scapy-sie-wollten-schon-immer-mal-wissen-was-in-ihrem-heimnetzwerk-los-ist-ee07b912ea61
Medium
Scapy! Sie wollten schon immer mal wissen, was in Ihrem Heimnetzwerk los ist?
Hallo, mein Name ist Daniel. Ich studiere zurzeit Medientechnik im dritten Semester. Ich bin 31 Jahre alt und arbeite bereits seit einigen…
Best Books on Machine Learning and AI
https://medium.com/@gp_pulipaka/best-books-on-machine-learning-and-ai-31770afd72a8
https://medium.com/@gp_pulipaka/best-books-on-machine-learning-and-ai-31770afd72a8
Medium
Best Books on Machine Learning and AI
The DNA sequencing and DNA-RNA binding proteins is critical for identifying and modeling disease spread and building regulatory processes…
Web scraping for small market research
https://tavoglc.medium.com/web-scraping-for-small-market-research-6dc1c8330906
https://tavoglc.medium.com/web-scraping-for-small-market-research-6dc1c8330906
Medium
Web scraping for small market research
Every single new enterprise faces the reality of competition in many different forms. The most common one is direct competition. Where a…
Poetic Simplification of Python Virtual Environments
https://medium.com/@lloyd.hamilton/poetic-simplification-of-python-virtual-environments-dc2ebf12b1a4
https://medium.com/@lloyd.hamilton/poetic-simplification-of-python-virtual-environments-dc2ebf12b1a4
Medium
Poetic Simplification of Python Virtual Environments
The Python package management tool you needed yesterday
This Python Library Will Help You Move from Excel to Python in No Time
https://towardsdatascience.com/this-python-library-will-help-you-move-from-excel-to-python-in-no-time-139e45ce9c69
https://towardsdatascience.com/this-python-library-will-help-you-move-from-excel-to-python-in-no-time-139e45ce9c69
Medium
This Python Library Automates Pandas and Helps You Replace Excel
A Python library that helps us work with Pandas as if we were using Excel.
Python: Custom serialization of certain field for Dataclasses JSON
https://marik-marek.medium.com/python-custom-serialization-of-certain-field-for-dataclasses-json-5d949d8c2d44
https://marik-marek.medium.com/python-custom-serialization-of-certain-field-for-dataclasses-json-5d949d8c2d44
Medium
Python: Custom serialization of certain field for Dataclasses JSON
Quick and easy conversion of objects to JSON and vice versa in python using the Dataclasses JSON library and custom converters for…
Python — Why Python list are slower when sorted
https://flutter-developer.medium.com/python-why-python-list-are-slower-when-sorted-6d086e788cf4
https://flutter-developer.medium.com/python-why-python-list-are-slower-when-sorted-6d086e788cf4
Medium
Python — Why Python list are slower when sorted
In the following code, I create two lists with the same values: one list unsorted (s_not), the other sorted (s_yes). The values are…
Introduction to Anomaly Detection in Python with PyCaret
https://moez-62905.medium.com/introduction-to-anomaly-detection-in-python-with-pycaret-2fecd7144f87
https://moez-62905.medium.com/introduction-to-anomaly-detection-in-python-with-pycaret-2fecd7144f87
Medium
Introduction to Anomaly Detection in Python with PyCaret
A step-by-step, beginner-friendly tutorial for unsupervised anomaly detection tasks using PyCaret