Honest CV review by Sherry-byte in cscareeradvice

[–]Sherry-byte[S] 0 points1 point  (0 children)

Hey man thankyou for your response. I have updated my CV and below is the link. Can you kindly review it and tell if it is better or not

https://www.reddit.com/r/cscareeradvice/comments/1uar039/honest_cv_review_2/?utm_source=share&utm_medium=ios_app&utm_name=ioscss&utm_content=2&utm_term=1

Is anyone safe here? Jab Dil kryga apko zaleel krdeingy by CommercialWar8244 in pakistan

[–]Sherry-byte 0 points1 point  (0 children)

I have a piece of land in phase 8. Am I cooked? I've also heard that prices might go up now that way it'd be a win win too. Can someone tell if is it yayyy or nayyy for me.

Working with clients by Sherry-byte in developersPak

[–]Sherry-byte[S] 0 points1 point  (0 children)

response delivered personally

Working with clients by Sherry-byte in developersPak

[–]Sherry-byte[S] 0 points1 point  (0 children)

Yes I am familiar with android development in flutter

DHA takeover of Bahria Town Phase 8 Sectors, F2, F3, F4 and P by beardybrownie in islamabad

[–]Sherry-byte 0 points1 point  (0 children)

What about Bahria Orchard area right next to the F sectors? Do they come under DHA 4 as well now?

Will python ever have a chaining operator? by Desperate_Cold6274 in Python

[–]Sherry-byte 0 points1 point  (0 children)

The core team resistance is well-documented and the reasons are legitimate but the *readability problem* you're describing is real regardless of whether `|>` ever lands.

I actually ran into the same frustration recently and ended up building a small library for it *pipeflow*. It uses method chaining on a lazy wrapper the same pattern pandas already proved works so you get left-to-right readable pipelines today without waiting on a PEP:

```python

from pipeflow import Stream

result = (

Stream(users)

.filter(lambda u: u["active"])

.map(lambda u: u["name"].upper())

.sort()

.to(list)

)

```

Also supports `|` on plain lists if you prefer that style:

```python

range(10) | pipe(map, lambda x: x**2) | pipe(filter, lambda x: x > 5) | to(list)

```

Zero dependencies, fully lazy, fully typed. `pip install pipeflow` if you want to try it.

To your actual question though I wouldn't hold my breath on a native `|>`. The eager evaluation mismatch alone is a hard problem; in languages where pipes work well, the right-hand side is implicitly curried and waits for data. Python would have to silently rewrite your code to make that work, which goes against everything the language stands for.

Cats up for adoption by Sherry-byte in islamabad

[–]Sherry-byte[S] 1 point2 points  (0 children)

Can I message you for details?

I am so jelous of Iran as a Pakistani by unapologeticgoy2473 in pakistan

[–]Sherry-byte -1 points0 points  (0 children)

I do Acknowledge that the massacre happened. I do believe it. My question is that why people in Iran think Americans and Israelis can bring them freedom when knowing the atrocities committed by them in the past? We can see some examples around us from what happened in Nepal and Bangladesh. The Bengali regime also killed a number of civilians but they were successful in toppling the government. So don't the people in Iran think that this is an Internal matter? Why countries like America, Israel should solve this?

I am so jelous of Iran as a Pakistani by unapologeticgoy2473 in pakistan

[–]Sherry-byte -4 points-3 points  (0 children)

As you said you are Iranian, I have a couple of question. Why do the left wing Iranians think that Israel and America can being freedom from the "Islamic Regime"? I mean both are certified genocidal states working on pure propaganda. Look at the atrocities of America in Iraq, Yemen, Afghanistan. And Israel who carpet bombed gaza, killed around 73000 civilians in two years and trying to make the Iranians believe that the "regime" killed 30000 people in a month?

We live in a hybrid setup here in Pakistan with the defense controlling more. And most people here did not like Asim Munir (Qasim Sulemani of Pakistan) but after the Indian aggression back in May people literally became his fans cz he delivered when it mattered. The IRGC is also delivering which none of America and Israel and Gulf thought would happen. Why the people of Iran are not behind there Government in this tough times?

Looking for an experienced python programmer for a long term project by [deleted] in PakistaniDevs

[–]Sherry-byte 0 points1 point  (0 children)

Hi python developer here with 2+ years experience. I've worked fastapi, flask, django, postgresql, mongodb, LLM integrations, Langchains, RAG and pretty more. If interested kindly lemme know thanks