The story of adding type hints to one of my projects - things I learned and issues encountered: https://www.reddit.com/r/Python/comments/6d5haz/the_story_of_adding_type_hints_to_one_of_my/
reddit
r/Python - The story of adding type hints to one of my projects - things I learned and issues encountered
77 votes and 35 comments so far on Reddit
Where to go from here? - First Project Finished: https://www.reddit.com/r/Python/comments/6d5ifw/where_to_go_from_here_first_project_finished/
reddit
Where to go from here? - First Project Finished • r/Python
So I finally finished a project, started a few others and gave up once it got hard. I decided to go back and just push on starting from the...
Need help; Trying to learn Python, having issue wrapping head around things: https://www.reddit.com/r/Python/comments/6d5n30/need_help_trying_to_learn_python_having_issue/
reddit
Need help; Trying to learn Python, having issue... • r/Python
Hi! I recently got into learning Python as my first coding language and am extremely interested in it, however I had a couple questions that keep...
Looking for most enjoyed non-Python languages used by Python developers: https://www.reddit.com/r/Python/comments/6d5yn3/looking_for_most_enjoyed_nonpython_languages_used/
reddit
Looking for most enjoyed non-Python languages used by... • r/Python
Maybe it's because I have been trying to teach myself Haskell for a while, but I notice that quite a few Python developers tend to gravitate...
Adding headers to a csv file: https://www.reddit.com/r/Python/comments/6d66k5/adding_headers_to_a_csv_file/
reddit
Adding headers to a csv file • r/Python
So I'm doing an ETL from an FTP server and converting it to a table structure in sql server. I need to generate headers as the source files have...
3.7 is almost out. Feck it, time to jump!: https://www.reddit.com/r/Python/comments/6d69kn/37_is_almost_out_feck_it_time_to_jump/
reddit
3.7 is almost out. Feck it, time to jump! • r/Python
Saw my first real world "3.7" today, where [the docs show "3.7.0a0"](https://docs.python.org/dev/library/pathlib.html). Looks like I've been...
Have you had any crucial or quick wins from using cython?: https://www.reddit.com/r/Python/comments/6d63ik/have_you_had_any_crucial_or_quick_wins_from_using/
reddit
Have you had any crucial or quick wins from using cython? • r/Python
I would like to hear stories of people using cython to optimize their code.
Scrape title by only downloading relevant part of webpage: https://stackoverflow.com/questions/44123552/scrape-title-by-only-downloading-relevant-part-of-webpage
Stack Overflow
Scrape title by only downloading relevant part of webpage
I would like to scrape just the title of a webpage using Python. I need to do this for thousands of sites so it has to be fast. I've seen previous questions like retrieving just the title of a webp...
datetime difference in python adjusted for night time: https://stackoverflow.com/questions/43337208/datetime-difference-in-python-adjusted-for-night-time
Stack Overflow
datetime difference in python adjusted for night time
I have two datetime objects in python d1 and d2. I want take the time difference between them. I want something slightly more sophisticated than (d1 - d2): I want the time during the night to coun...
Get all the jobs from Reed with this script.: https://www.reddit.com/r/Python/comments/6d6hit/get_all_the_jobs_from_reed_with_this_script/
reddit
Get all the jobs from Reed with this script. • r/Python
Hello guys, I made a while ago a script in Python to get the jobs in Reed I was interested. It's dirty and ugly but it does the job....
Rocketry/Physics rocket apogee project: https://www.reddit.com/r/Python/comments/6d6lp2/rocketryphysics_rocket_apogee_project/
reddit
Rocketry/Physics rocket apogee project • r/Python
Not sure where this should be posted, kick me out if this is the wrong place. no hard feelings. **background TL;DR** I'm in a rocketry class...
Python applications in healthcare industry: https://www.reddit.com/r/Python/comments/6d6rf8/python_applications_in_healthcare_industry/
reddit
Python applications in healthcare industry • r/Python
Hi there guys and gals, just a curious newcomer to Python and was reaching out to see if ya'll could help me out with something. I am currently...
Calculating Pi, why isn't math.gcd working?: https://www.reddit.com/r/Python/comments/6d6y1j/calculating_pi_why_isnt_mathgcd_working/
reddit
Calculating Pi, why isn't math.gcd working? • r/Python
My code works on repl.it, but not pycharm? Any ideas?? http://imgur.com/a/mjnaw It says that it can't resolve math.gcd.... very odd.
I created a scraper with Python that can gather the hits of any public artist from genius.com: https://www.reddit.com/r/Python/comments/6d7kdy/i_created_a_scraper_with_python_that_can_gather/
reddit
I created a scraper with Python that can gather the... • r/Python
https://github.com/stanleycyang/lyrics-scraper There is currently a list of pop songs by top pop artists in data/pop_song.txt (1.21 MB). You...
Another "After Python" Thread: https://www.reddit.com/r/Python/comments/6d7u4c/another_after_python_thread/
reddit
Another "After Python" Thread • r/Python
I'm always nervous posting threads on forums, but I feel like Reddit is a genuine, cool, community.. so here goes nothing. I have ZERO knowledge...