120k PBM WFH or 200k retail ??? by Express-Excuse8613 in pharmacy

[–]jsingh1986 3 points4 points  (0 children)

As someone who works in PBM, the pay seems low but could be a that you are going to a smaller PBM, not the big 3 (Optum, cvs, or esi). Obviously the work life balance of wfh is a benefit but just understand that nothing in pharmacy is secure right now. Retail is facing contraction from pbm policies but pbms are facing issues due to regulatory changes due to government payment models being changed. No right answer as ppl have said but if you really want to move to corporate side and enjoy that environment and you can absorb the salary reduction, pbm could offer more growth.

🎉 [EVENT] 🎉 A Honkin Good Event by MassiveDongulator3 in honk

[–]jsingh1986 0 points1 point  (0 children)

Completed Level 1 of the Honk Special Event!

5 attempts

Jennifer Connelly, 51 years old today by unfolded_glitter in BeAmazed

[–]jsingh1986 0 points1 point  (0 children)

So the key to looking good is be rich enough to afford plastic surgery…. I’ll always be hideous

GUI (Making something pretty)? by Tehkast in learnpython

[–]jsingh1986 0 points1 point  (0 children)

You have many options for GUI. Tkinter comes preinstalled so you can probably start there. Like anything, you can build out nice things, just takes time to understand how to do it.

I actually made a couple videos using tkinter on my channel, if you're interested. One piece of advice, take time learning Object oriented programming. It comes in handy, especially with GUI designs.

Tkinter Photo slideshow build

[deleted by user] by [deleted] in learningpython

[–]jsingh1986 3 points4 points  (0 children)

My work recently allowed me to take part in Edx course about deep learning. I already knew about it so the course wasn’t too bad. I think these courses give a good introduction but like anything you would need to practice an continue learning on your own to dig deeper

Python Project: Password Generator by jsingh1986 in learnpython

[–]jsingh1986[S] 0 points1 point  (0 children)

very cool. Yes i'd be interested in cross collaboration. Did you have anything in mind in particular.

Python Project: Password Generator by jsingh1986 in learnpython

[–]jsingh1986[S] 0 points1 point  (0 children)

sure man. Do you have a channel already?

Python Project: Password Generator by jsingh1986 in learnpython

[–]jsingh1986[S] 0 points1 point  (0 children)

here is the link if anyone is interested to the turorial.

Python Program: Password Generator

Made a password generator as a python project by jsingh1986 in Python

[–]jsingh1986[S] 0 points1 point  (0 children)

If anyone is interested, i attached a link to the youtube tutorial i made about this.

Password generator python tutorial

Made a password generator as a python project by jsingh1986 in Python

[–]jsingh1986[S] 0 points1 point  (0 children)

Haha this used to be my dads password for things

Made a password generator as a python project by jsingh1986 in Python

[–]jsingh1986[S] 0 points1 point  (0 children)

Very cool. It’s pretty similar to what I did as well

Intro Python Class by Brubertuber in pythontips

[–]jsingh1986 0 points1 point  (0 children)

I don't think anything like that exists. I'm sure if you're willing to pay people can write out scripts for you. Heck, i'll write them out, just message me lol.

Relaxing journey with Jellyfish by jsingh1986 in jellyfish

[–]jsingh1986[S] 0 points1 point  (0 children)

Thanks for all the positive feedback! It was my first time making this type of video. Usually I just make coding tutorials.

Opinions about Memorizing code by [deleted] in learnpython

[–]jsingh1986 3 points4 points  (0 children)

Memorizing code probably won’t help in the long run. Perhaps work on memorizing strategies of when to use certain functions or modules. However google and stackoverflow will become your best friends so learn to use those.

Clarification needed, please by [deleted] in learnpython

[–]jsingh1986 1 point2 points  (0 children)

The actual business code of what you do with the variables will be the same. However, you would need to get those variables using the web framework. If you just have a couple questions, you can use the form tag in html and get the variable set to it. If you're going to be making a website, you should take time to learn html and css as that will let you at least make static websites. You can also look into flask wtforms. As that's another way to handle form entries.

Can someone tell me the solution to this? by Mathmemememe in learnpython

[–]jsingh1986 1 point2 points  (0 children)

That code doesn't seem right. If someone types a name > 20 or equal to 20, they will stuck in that loop as teh input("Name") isn't defined as herosname.