How to create live chat project in django using django channels
https://medium.com/@abdullafajal/how-to-create-live-chat-project-in-django-using-django-channels-a87715a517d6
https://medium.com/@abdullafajal/how-to-create-live-chat-project-in-django-using-django-channels-a87715a517d6
Medium
How to create live chat project in django using django channels
In today’s article, we are going to create a chatting web application which will also have a user authentication system. The user will…
PYTHON — Creating Scales With Ggplot In Python
https://medium.com/paulacy-pulse/python-creating-scales-with-ggplot-in-python-34238932bc20
https://medium.com/paulacy-pulse/python-creating-scales-with-ggplot-in-python-34238932bc20
Medium
PYTHON — Creating Scales With Ggplot In Python
In this lesson, we will explore how to create scales using ggplot in Python. Scales are used to improve the readability and user-friendliness of graphs without altering the actual data. We will use…
PYTHON — Date Time Arithmetic In Python
https://medium.com/paulacy-pulse/python-date-time-arithmetic-in-python-b209594991ff
https://medium.com/paulacy-pulse/python-date-time-arithmetic-in-python-b209594991ff
Medium
PYTHON — Date Time Arithmetic In Python
Date and time arithmetic are common operations in Python when working with datetime objects. The timedelta class from the Python standard library allows for date and time addition and subtraction…
PYTHON — Time Complexity Overview In Python
https://medium.com/paulacy-pulse/python-time-complexity-overview-in-python-ee08199d9138
https://medium.com/paulacy-pulse/python-time-complexity-overview-in-python-ee08199d9138
Medium
PYTHON — Time Complexity Overview In Python
When dealing with algorithms, it’s crucial to understand how long an algorithm takes to run. This is known as time complexity. In this article, we will dive into the concept of time complexity and…
PYTHON — Merging And Updating Dictionaries With Operators In Python
https://medium.com/paulacy-pulse/python-merging-and-updating-dictionaries-with-operators-in-python-992b0b397921
https://medium.com/paulacy-pulse/python-merging-and-updating-dictionaries-with-operators-in-python-992b0b397921
Medium
PYTHON — Merging And Updating Dictionaries With Operators In Python
Merging and updating dictionaries with operators in Python can be achieved using the new merge (|) and update (|=) dictionary operators introduced in Python 3.9. These operators also work with…
PYTHON — Object References In Python
https://medium.com/paulacy-pulse/python-object-references-in-python-86094194cde0
https://medium.com/paulacy-pulse/python-object-references-in-python-86094194cde0
Medium
PYTHON — Object References In Python
Object references are a crucial concept in Python. Understanding how Python uses object references is important for effectively working with variables and objects. In Python, everything is an object…
PYTHON — Exiting Python With Breakpoints
https://medium.com/paulacy-pulse/python-exiting-python-with-breakpoints-fb731739ad7c
https://medium.com/paulacy-pulse/python-exiting-python-with-breakpoints-fb731739ad7c
Medium
PYTHON — Exiting Python With Breakpoints
In Python, you can use breakpoints to pause the execution of your code at a specific point so that you can inspect the current state of the program. This can be useful for debugging and understanding…
PYTHON — Model Farm Using Object-oriented Programming In Python
https://medium.com/paulacy-pulse/python-model-farm-using-object-oriented-programming-in-python-5e12a5e28610
https://medium.com/paulacy-pulse/python-model-farm-using-object-oriented-programming-in-python-5e12a5e28610
Medium
PYTHON — Model Farm Using Object-oriented Programming In Python
In this tutorial, you will learn how to model a simplified version of a farm using Object-Oriented Programming (OOP) in Python. The goal is to create a program that models a farm with animals…
PYTHON — A Overview Of Python Recursion
https://medium.com/paulacy-pulse/python-a-overview-of-python-recursion-bd89bf5ef515
https://medium.com/paulacy-pulse/python-a-overview-of-python-recursion-bd89bf5ef515
Medium
PYTHON — A Overview Of Python Recursion
When working with functions in Python, it’s common for one function to call another. However, it’s also possible for a function to call itself. This technique is known as recursion, and a function…
Hydra for Cleaner Python Code and Better Reproducibility in Research
https://medium.com/@bezzam/hydra-for-cleaner-python-code-and-better-reproducibility-in-research-c035028101f9
https://medium.com/@bezzam/hydra-for-cleaner-python-code-and-better-reproducibility-in-research-c035028101f9
Medium
Hydra for Cleaner Python Code and Better Reproducibility in Research
This post is a part of a (planned) series on “Python Development Tips”, a workshop that I’ve given several times at EPFL (through LauzHack)…
How do I automate my recon — Part Two
https://medium.com/@aliraah/how-do-i-automate-my-recon-part-two-b39a66b4c23d
https://medium.com/@aliraah/how-do-i-automate-my-recon-part-two-b39a66b4c23d
Medium
How do I automate my recon — Part Two
Hellow world!
Cadence (CDNS) FY23 Q4 Earning Report Viz & MA Analysis
https://imudatascience.medium.com/cadence-cdns-fy23-q4-earning-report-viz-ma-analysis-dfdfbd2d68b3
https://imudatascience.medium.com/cadence-cdns-fy23-q4-earning-report-viz-ma-analysis-dfdfbd2d68b3
Medium
Cadence (CDNS) FY23 Q4 Earning Report Viz & MA Analysis
Cadence Design Systems, Inc. , headquartered in San Jose, California, is an American multinational computational software company, founded…
How to make a Keylogger Payload Undectatable
https://medium.com/@Scofield_Idehen/how-to-make-a-keylogger-payload-undectatable-99840e404d45
https://medium.com/@Scofield_Idehen/how-to-make-a-keylogger-payload-undectatable-99840e404d45
Medium
How to make a Keylogger Payload Undectatable
This article is strictly for educational purposes and not to be used maliciously; the writer can not be held liable for any infraction. Use…
5 Python Finance Visualizations that will Impress your Boss
https://christianmartinezfinancialfox.medium.com/5-python-finance-visualizations-that-will-impress-your-boss-ec64647a941a
https://christianmartinezfinancialfox.medium.com/5-python-finance-visualizations-that-will-impress-your-boss-ec64647a941a
Medium
5 Python Finance Visualizations that will Impress your Boss
In finance and investing, data visualization is not just about making pretty charts; it’s a crucial part of data analysis that can…
5 Hidden Yet Powerful Python Features
https://medium.com/@nurlan.aliyev3643/5-hidden-yet-powerful-python-features-369c43e979b3
https://medium.com/@nurlan.aliyev3643/5-hidden-yet-powerful-python-features-369c43e979b3
Medium
5 Hidden Yet Powerful Python Features
Python, with its simplicity and versatility, has become the go-to language for many developers worldwide. While its popular features are…
Exploring Real-Time Communication with WebSockets in Python
https://mysteryweevil.medium.com/exploring-real-time-communication-with-websockets-in-python-2f0545ab8731
https://mysteryweevil.medium.com/exploring-real-time-communication-with-websockets-in-python-2f0545ab8731
Medium
Exploring Real-Time Communication with WebSockets in Python
A Practical Guide to Enhancing Your Python Applications
I Made CodeTrading’s Scalping Strategy Profitable for Crypto
https://medium.com/coinmonks/i-made-codetradings-scalping-strategy-profitable-for-crypto-5916c9b81e6a
https://medium.com/coinmonks/i-made-codetradings-scalping-strategy-profitable-for-crypto-5916c9b81e6a
Medium
Scalping but Profitable (incl. Fees)
220% in 3.5 months on EUR/USD? Sounds a bit suspicious to me. Let’s validate it and see if we can do it on crypto as well!
Mastering GraphQL in Python with Graphene: A Practical Guide
https://mysteryweevil.medium.com/mastering-graphql-in-python-with-graphene-a-practical-guide-5a8b8125faf8
https://mysteryweevil.medium.com/mastering-graphql-in-python-with-graphene-a-practical-guide-5a8b8125faf8
Medium
Mastering GraphQL in Python with Graphene: A Practical Guide
Simplifying API Development for Pythonistas