-
-
Notifications
You must be signed in to change notification settings - Fork 39.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved Explanation of Typecasting in Python. [email protected] #7931
Open
Teddyjay-04
wants to merge
1
commit into
kamranahmedse:master
Choose a base branch
from
Teddyjay-04:patch-3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Improved explanation of typecasting with detailed descriptions and examples and suggested some additional websites to top up and give detailed insight and understanding
Thanks for the pr, but first have a look at the styling guide here → https://github.com/kamranahmedse/developer-roadmap/blob/master/contributing.md#adding-content |
Welcome
And thanks for directions to look at the styling guide
…On Wed, Dec 25, 2024, 04:04 Vedansh ***@***.***> wrote:
Thanks for the pr, but first have a look at the styling guide here →
https://github.com/kamranahmedse/developer-roadmap/blob/master/contributing.md#adding-content
—
Reply to this email directly, view it on GitHub
<#7931 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAS5PSEWY755T24B73PZKY32HIVELAVCNFSM6AAAAABUDMRHWWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRRGU4TENRWGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Can you please specify where I went wrong?
…On Wed, Dec 25, 2024, 08:53 James Teddy ***@***.***> wrote:
Welcome
And thanks for directions to look at the styling guide
On Wed, Dec 25, 2024, 04:04 Vedansh ***@***.***> wrote:
> Thanks for the pr, but first have a look at the styling guide here →
> https://github.com/kamranahmedse/developer-roadmap/blob/master/contributing.md#adding-content
>
> —
> Reply to this email directly, view it on GitHub
> <#7931 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BAS5PSEWY755T24B73PZKY32HIVELAVCNFSM6AAAAABUDMRHWWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNRRGU4TENRWGE>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
|
||
Visit the following resources to learn more: | ||
- [W3schools on typecasting](https://www.w3schools.com/python/python_casting.asp) | ||
- [Geeks for geeks](https://www.geeksforgeeks.org/type-casting-in-python/) | ||
- [@article@Type Conversion and Casting](https://www.programiz.com/python-programming/type-conversion-and-casting) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 16 → This is the topic link format and content should be in para where possible.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enhanced the content on typecasting to include detailed explanations for implicit and explicit conversions. Clarified the concept with structured examples and improved readability.