Which language do you find best complements Python?: https://www.reddit.com/r/Python/comments/72mvem/which_language_do_you_find_best_complements_python/
reddit
Which language do you find best complements Python? • r/Python
I find myself constantly yearning to learn a new language. It's certainly not because I've mastered python, but because there is magic hidden in...
I coded TicTacToe with tkinter in under 100 lines of code!: https://www.reddit.com/r/Python/comments/72mwgy/i_coded_tictactoe_with_tkinter_in_under_100_lines/
reddit
I coded TicTacToe with tkinter in under 100 lines of code! • r/Python
The AI is kinda stupid tho! If you wanna check it out: https://github.com/AnXPyDev/Python-Beginner-Projects/blob/master/ticTacToe2.0.py
Orchestrating Python and R code in ML projects using Feather and Data Version Control: https://www.reddit.com/r/Python/comments/72n1br/orchestrating_python_and_r_code_in_ml_projects/
reddit
Orchestrating Python and R code in ML projects using... • r/Python
1 points and 0 comments so far on reddit
How does one become proficient in python?: https://www.reddit.com/r/Python/comments/72n7bz/how_does_one_become_proficient_in_python/
reddit
How does one become proficient in python? • r/Python
As the title states, python is my first language and i would say am pretty comfortable with the basic concepts, list comprehension...
[Q] Python code to split network traffic: https://www.reddit.com/r/Python/comments/72o430/q_python_code_to_split_network_traffic/
reddit
[Q] Python code to split network traffic • r/Python
Hey guys, Quick question -- is it possible for me to write up a script that will split my network traffic to two internet ports on a single PC...
What textbook would you recommend to someone learning Python as a complete beginner?: https://www.reddit.com/r/Python/comments/72ofyl/what_textbook_would_you_recommend_to_someone/
reddit
What textbook would you recommend to someone learning... • r/Python
I have a bunch of PDFs of Python and I'm curious as to which textbook you learned with/recommend. Thanks.
Django CORS Access-Control-Allow-Origin missing: https://stackoverflow.com/questions/46387489/django-cors-access-control-allow-origin-missing
Stack Overflow
Django CORS Access-Control-Allow-Origin missing
I'm trying to implement google oauth2 authentication in my django app. I have followed all the steps as per the docs.
On the browser address bar,if I browser this https://foo.bar.net/api/v1/auth/l...
On the browser address bar,if I browser this https://foo.bar.net/api/v1/auth/l...
wanting to grab url links that hold a specific word in them.: https://www.reddit.com/r/Python/comments/72pex7/wanting_to_grab_url_links_that_hold_a_specific/
reddit
wanting to grab url links that hold a specific word in... • r/Python
Trying to grab a specific name within a print out. As of now, the code goes like this... links = page_soup.findAll('div', attrs={'class' :...
Is there an easy way to loop back to the beginning of a script while preserving the data?: https://www.reddit.com/r/Python/comments/72pgmf/is_there_an_easy_way_to_loop_back_to_the/
reddit
Is there an easy way to loop back to the beginning of a... • r/Python
How would you accomplish this? I tried a function and while true, but the list isn't preserved. The program works without errors, I just can't...
Looking for Python Beginner to Expert Roadmap: https://www.reddit.com/r/Python/comments/72pdnv/looking_for_python_beginner_to_expert_roadmap/
reddit
Looking for Python Beginner to Expert Roadmap • r/Python
I'm completely new to programming in general. I'm wanting to learn Python for eventual Back-end Web Development. I was wondering if anyone could...
/r/buzzfeedbot - A subreddit run entirely by a bot written in Python: https://www.reddit.com/r/Python/comments/72pu98/rbuzzfeedbot_a_subreddit_run_entirely_by_a_bot/
reddit
/r/buzzfeedbot - A subreddit run entirely by a bot... • r/Python
1 points and 1 comments so far on reddit
Should I use h5fs(h5py/Pytable)/sqlite/raw FS to store my image training data with annotation?: https://www.reddit.com/r/Python/comments/72pwrn/should_i_use_h5fsh5pypytablesqliteraw_fs_to_store/
reddit
Should I use h5fs(h5py/Pytable)/sqlite/raw FS to store... • r/Python
I have 3million small image with a few description field associated with each on them. What is the optimal way to store it
Python Statistics and Probability Tutorial - Part 1: https://www.reddit.com/r/Python/comments/72qu2k/python_statistics_and_probability_tutorial_part_1/
reddit
Python Statistics and Probability Tutorial - Part 1 • r/Python
1 points and 0 comments so far on reddit
Chartio (YC S10) Is Hiring Sr Python and JavaScript Engineers: https://jobs.lever.co/chartio/4418831e-38cc-4965-9296-f118da9bd085?lever-origin=applied
jobs.lever.co
Chartio - Senior/Lead Software Engineer
Chartio is changing how companies work by building the best visualization interface to data. We make connection easy and building dashboards intuitive, so anyone on a team can create beautiful charts and draw meaningful insight from their data. Old Business…
webscraping - alternative to selenium?: https://www.reddit.com/r/Python/comments/72qx9j/webscraping_alternative_to_selenium/
reddit
webscraping - alternative to selenium?
hello, i want to scrape some data off a website, that i manually visit in chrome. ive coded something with selenium, but i think it is only for a...