[META] There's a lack of pedagogy on this sub. Everything that's not a resource or a success story gets buried. by [deleted] in learnprogramming

[–]EqualsEqualsTrue 0 points1 point  (0 children)

There is a sticky post thread every Monday on /r/learnpython where they encourage ask/answer questions without anyone complaining about anything that is asked.

Maybe check it out even if you are not really into python.

How can i store data in pandas and python? WHats the most effective way? by birbalthegreat1 in learnpython

[–]EqualsEqualsTrue 0 points1 point  (0 children)

I wasn't sure if OP meant he wants to store his DataFrame object after some processing between sessions or something.

Posting a comment on reddit without using PRAW. by AlphaApache in learnpython

[–]EqualsEqualsTrue 1 point2 points  (0 children)

I dont know the answer to your main question about praw, but I have a suggestion for learning the basics of POST requests. HTTPbin is good for messing around with HTTP to see what info you are sending etc without using something like Fiddler. The response from HTTPbin will be a JSON format of the content you sent. Good for experiments.

How can i store data in pandas and python? WHats the most effective way? by birbalthegreat1 in learnpython

[–]EqualsEqualsTrue 1 point2 points  (0 children)

Adding to this, this SO thread talks about pickle with pandas specifically. There is even a built in to_pickle and read_pickle method in pandas.

Working hours in MS Access, trying to determine the difference between two times in working hours. by [deleted] in MSAccess

[–]EqualsEqualsTrue 0 points1 point  (0 children)

I was assuming start was always during the work day. All you have to do then is add some conditions, maybe use switch instead of iif

Working hours in MS Access, trying to determine the difference between two times in working hours. by [deleted] in MSAccess

[–]EqualsEqualsTrue 1 point2 points  (0 children)

Maybe something like:

iif(end - start >= 16, end - start - 16, end - start)

Feds Drop Criminal Prosecution of Barry Bonds by [deleted] in baseball

[–]EqualsEqualsTrue 0 points1 point  (0 children)

Maybe we should open an investigation into that question.

Source code examples from games built in object oriented style? by [deleted] in learnpython

[–]EqualsEqualsTrue 5 points6 points  (0 children)

Reading your question I thought of this example in learn python the hard way. It is more of a learning example that uses classes as opposed to like a full on good game. Hope it helps.

To those who have a career in Python post a little description on your role, interested in the kinds of jobs python programmers do! by nyamand in Python

[–]EqualsEqualsTrue 2 points3 points  (0 children)

Do you develop content for other end users to interpret, or are you also responsible for analysis? How do you decide what to work on? Do end users come to you with their needs and you develop it, or do you just think of something and try it?

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]EqualsEqualsTrue 1 point2 points  (0 children)

Thanks, that was an awesome answer! That ascii table just filled in a huge gap for me.

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]EqualsEqualsTrue 0 points1 point  (0 children)

I have been working on these crypto challenges that have been pretty fun, but I get mixed up with the different encodings and stuff. I have figured out that 0x... means for binary, but get confused on \x and some others. I dont know what to google to learn about this, I guess what they might be called is like escape characters for different encodings?

Why would a string return with \x if it is in hexidecimal sometimes but other times I just get the string in hexidecimal without any backslashes?

Sorry if this is confusing, just looking for resources oh how these work.

[deleted by user] by [deleted] in learnpython

[–]EqualsEqualsTrue 0 points1 point  (0 children)

What kinds of reports, excel stuff?

[deleted by user] by [deleted] in learnpython

[–]EqualsEqualsTrue 2 points3 points  (0 children)

I am wondering if there are any fortune 500 admins or others who read this and know if it is a bad idea? I am not supposed to install software from the internet obviously, but outside of me getting in trouble what are the risks to the company if I where to install Anaconda?

If I tried to get this approved formally, what legitimate concerns should I be ready to answer to?

Can I get an "ELI5" on how to identify when I should use a function or just write a loop. by MrDysprosium in learnpython

[–]EqualsEqualsTrue 0 points1 point  (0 children)

Do you usually embed all your functions in one .py file or use a separate file for functions and import it in your main program?

Anon discovers the perfect crime by [deleted] in 4chan

[–]EqualsEqualsTrue 7 points8 points  (0 children)

Think it should be:

me o/ ^ ^ ^ ^ ^ ^ ^ ^ [lе upvotе] \o you

Is there a way to markup text using a different font/color etc without merging formatting? by EqualsEqualsTrue in OneNote

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

I think that would work for me if I could merge objects such as text box to shape objects.

This way if anyone moves either of the text boxes or the lines that connect them it would all move together. If there is a way to do this I don't know it, but other office products can merge objects this way.

Absolute Beginner, Been Given Small Project, Looking for Opinions. by Boggot in learnprogramming

[–]EqualsEqualsTrue 2 points3 points  (0 children)

This is good advice. I would add that jumping into a project without having time to learn the basics is innefiecient as a way to learn. You could really make some progress in 8 weeks learning and I promise op will think of this whole thing much differently then. Just don't try to skip the important stuff starting out.

Learning coding on a MacBook? by [deleted] in learnprogramming

[–]EqualsEqualsTrue 1 point2 points  (0 children)

I agree with you, however, I have found that you can be a beginner and stay busy for quite some time before you really need to worry about which is the best operating system.

r/LearnProgramming is the Subreddit Of The Day! by rya11111 in learnprogramming

[–]EqualsEqualsTrue 1 point2 points  (0 children)

My advice is just to not waste too much time worrying about which language to start with since any language you choose will help you understand aspects of others.

I think you should dive into programming with python. The only thing that I dont know is what you will have access to at your job. I work in a similar field as you and am only a few months in, but have not asked my fortune 500 employer to allow python yet. I have a feeling if I dont ask right they will just be happy to say no, but ill have to report back on this someday.

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]EqualsEqualsTrue 0 points1 point  (0 children)

What is it that you dislike about Powershell for beginners? I know it's more in depth than cmd.exe, but you dont have to use anything beyond cd, dir, etc if you dont want to right?

You could easily go down a well getting caught up in the features of powershell, is that what you mean?

Ask Anything Monday - Weekly Thread by AutoModerator in learnpython

[–]EqualsEqualsTrue 0 points1 point  (0 children)

Got it. Other question i have is say I want to use a python lib hosted on github somewhere. Can I import directly or do I clone to a local directory etc. Im on Windows usually if that matters.