How to setup Django project and making a form in django
https://medium.com/@muhabd51/how-to-setup-django-project-and-making-a-form-in-django-8c462fdcf8c2
https://medium.com/@muhabd51/how-to-setup-django-project-and-making-a-form-in-django-8c462fdcf8c2
Medium
How to setup Django project and making a form in django
Setting up Django
Mastering Python: A Comprehensive Guide to Operators, Strings, Variables, and Control Flow
https://medium.com/@imranbird/mastering-python-a-comprehensive-guide-to-operators-strings-variables-and-control-flow-7e5d28a07778
https://medium.com/@imranbird/mastering-python-a-comprehensive-guide-to-operators-strings-variables-and-control-flow-7e5d28a07778
Medium
Mastering Python: A Comprehensive Guide to Operators, Strings, Variables, and Control Flow
Python, renowned for its simplicity and readability, empowers developers to build powerful applications with ease. To harness the full…
The Secret Menu of Tech: My Encounter with an Undisclosed Resy Endpoint
https://medium.com/@seanwiryadi16/the-secret-menu-of-tech-my-encounter-with-an-undisclosed-resy-endpoint-ce46059dcdf0
https://medium.com/@seanwiryadi16/the-secret-menu-of-tech-my-encounter-with-an-undisclosed-resy-endpoint-ce46059dcdf0
Medium
The Secret Menu of Tech: My Encounter with an Undisclosed Resy Endpoint
Dining in New York City’s most sought-after restaurants often feels like a myth, requiring diners to book reservations 30 days in advance…
Poetic with Python: Dependency management made easy
https://medium.com/@saif.babrak/poetic-with-python-dependency-management-made-easy-6a3a92402f2c
https://medium.com/@saif.babrak/poetic-with-python-dependency-management-made-easy-6a3a92402f2c
Medium
Poetic with Python: Dependency management made easy
Why use poetry:
Python Inheritance Common Practices and Pitfalls: Diamond Problem, Mixins, and Others
https://muttinenisairohith.medium.com/python-inheritance-common-practices-and-pitfalls-diamond-problem-mixins-and-others-37823b794b05
https://muttinenisairohith.medium.com/python-inheritance-common-practices-and-pitfalls-diamond-problem-mixins-and-others-37823b794b05
Medium
Python Inheritance Common Practices and Pitfalls: Diamond Problem, Mixins, and Others
Inheritance like any other concept in OOPs allows developers to reuse the code and develop elegant and scalable software solutions. Keeping…
A neural network from scratch in python
https://medium.com/@amazing_space_woodchuck_218/a-neural-network-from-scratch-in-python-64665118158d
https://medium.com/@amazing_space_woodchuck_218/a-neural-network-from-scratch-in-python-64665118158d
Medium
A neural network from scratch in python
Machine learning techniques aim to make predictions or decisions based on data using patterns learning via iterative processes. A neural…
Debugging process with text-mining project: using Guardian API (beginner version)
https://medium.com/@jupiterpie/debugging-process-with-text-mining-project-using-guardian-api-beginner-version-57ea0d47312c
https://medium.com/@jupiterpie/debugging-process-with-text-mining-project-using-guardian-api-beginner-version-57ea0d47312c
Medium
Debugging process with text-mining project: using Guardian API (beginner version)
This is a snippet of my first text-mining project with my partner.
Terraform Unleashed: From Provisioning to Configuration
https://medium.com/@tal00ron/terraform-unleashed-from-provisioning-to-configuration-d71107585388
https://medium.com/@tal00ron/terraform-unleashed-from-provisioning-to-configuration-d71107585388
Medium
Unleashing Terraform Power: From Provisioning to Configuration
I’m thrilled to present my first publication, and it’s all about unleashing the sheer power of Terraform. This project’s mission? To show…
Building the Ultimate Trading Screener with Python — Part 2 Optimizing generation of screener data
https://medium.com/@xescuder/building-the-ultimate-trading-screener-with-python-part-2-optimizing-generation-of-screener-data-6ba3dec22a3a
https://medium.com/@xescuder/building-the-ultimate-trading-screener-with-python-part-2-optimizing-generation-of-screener-data-6ba3dec22a3a
Medium
Building the Ultimate Trading Screener with Python — Part 2 Optimizing generation of screener data
In this article, we’ll look at how to optimize the data generation performed in Part 1 Generating screener data , using parallelization…
Using Pydantic models for settings management
https://medium.com/ordina-data/using-pydantic-models-for-settings-management-73408ad2ca5a
https://medium.com/ordina-data/using-pydantic-models-for-settings-management-73408ad2ca5a
Medium
Using Pydantic models for settings management
Abstract: The article discusses the utilization of Pydantic models for efficient settings management. It emphasizes the importance of…
An agent-based case study for urban digital twins
https://medium.com/geospatial-intelligence/an-agent-based-case-study-for-urban-digital-twins-1e9f16a5ca2a
https://medium.com/geospatial-intelligence/an-agent-based-case-study-for-urban-digital-twins-1e9f16a5ca2a
Medium
An agent-based case study for urban digital twins
In recent years, the concept of urban digital twins has gained momentum as cities seek innovative solutions to address complex urban…
The Data-Driven Workout Plan: My Day 1 as a Fitness-Focused Analyst
https://medium.com/@akhileshraut/the-data-driven-workout-plan-my-day-1-as-a-fitness-focused-analyst-3c9fe20e4822
https://medium.com/@akhileshraut/the-data-driven-workout-plan-my-day-1-as-a-fitness-focused-analyst-3c9fe20e4822
Medium
The Data-Driven Workout Plan: My Day 1 as a Fitness-Focused Analyst
Photo by Huckster on Unsplash
Demystifying Python Classes for Beginners 🐍
https://medium.com/@kjalleda/demystifying-python-classes-for-beginners-9a90f0890d23
https://medium.com/@kjalleda/demystifying-python-classes-for-beginners-9a90f0890d23
Medium
Demystifying Python Classes for Beginners 🐍
Ever wondered what ‘classes’ are in Python programming? Think of them as blueprints for building something useful — like houses in a…
Python Dictionary: A Guide for Beginners
https://medium.com/@wordpediax/python-dictionary-a-guide-for-beginners-c05bda8756fe
https://medium.com/@wordpediax/python-dictionary-a-guide-for-beginners-c05bda8756fe
Medium
Python Dictionary: A Guide for Beginners
In the world of Python programming, dictionaries are a versatile and fundamental data structure that allows you to store and manipulate…