Cool little program. Feedback appreciated.: https://www.reddit.com/r/Python/comments/8h00rd/cool_little_program_feedback_appreciated/
reddit
r/Python - Cool little program. Feedback appreciated.
0 votes and 0 so far on reddit
A question on object oriented programming and when to use it.: https://www.reddit.com/r/Python/comments/8h04qp/a_question_on_object_oriented_programming_and/
reddit
A question on object oriented programming and when to... • r/Python
I have been using python for about a year now and have not once created a single object when writing a script. The vast majority of the work I do...
Memento: Meme organizer using tesseract and OpenCV: https://www.reddit.com/r/Python/comments/8h0b3g/memento_meme_organizer_using_tesseract_and_opencv/
reddit
Memento: Meme organizer using tesseract and OpenCV • r/Python
1 points and 0 comments so far on reddit
Popular YouTube Python Channels/Personalities: https://www.reddit.com/r/Python/comments/8h11hd/popular_youtube_python_channelspersonalities/
reddit
Popular YouTube Python Channels/Personalities • r/Python
Hey guys, I'm trying to track down some YouTube personalities that may be popular/trusted in the python developer community. Maybe someone who...
Warning using Scipy fmin_bfgs on regilarized data: https://stackoverflow.com/questions/50141228/warning-using-scipy-fmin-bfgs-on-regilarized-data
Stack Overflow
Warning using Scipy fmin_bfgs on regilarized data
I'm using next cost and gradient regularized functions:
def cost(theta, x, y, lam):
predictions = sigmoid(np.dot(x, np.transpose(theta))).reshape(len(x), 1)
theta = theta.reshape(1, len(t...
def cost(theta, x, y, lam):
predictions = sigmoid(np.dot(x, np.transpose(theta))).reshape(len(x), 1)
theta = theta.reshape(1, len(t...
Free Pomo Codes: Pycharm, Gitkraken, Pyup: https://www.reddit.com/r/Python/comments/8h1gds/free_pomo_codes_pycharm_gitkraken_pyup/
reddit
Free Pomo Codes: Pycharm, Gitkraken, Pyup
Just bought the Humble Bundle "python developer" and love it so far. Since I don't need some of the included promo keys, I'm giving them away....
Iterate through data frame starting at specific index.: https://www.reddit.com/r/Python/comments/8h1w2o/iterate_through_data_frame_starting_at_specific/
reddit
r/Python - Iterate through data frame starting at specific index.
1 votes and 2 so far on reddit
Any libraries similar to 3Blue1Brown's "Manim"? (For interactive 2D/3D animations): https://www.reddit.com/r/Python/comments/8h1s4c/any_libraries_similar_to_3blue1browns_manim_for/
reddit
Any libraries similar to 3Blue1Brown's "Manim"? (For... • r/Python
I'm looking to develop interactive 2D/3D environments for learning/teaching math concepts as a side project. I've used PyGame for most of what...
SQLAlchemy select from two tables with null LEFT JOIN returns empty result: https://stackoverflow.com/questions/50142629/sqlalchemy-select-from-two-tables-with-null-left-join-returns-empty-result
Stack Overflow
SQLAlchemy select from two tables with null LEFT JOIN returns empty result
I have two sql tables.
Table 1 (id, name) and Table 2 with (id, name, table1_id)
sql = text('SELECT t1.*, t2.* FROM table1 t1 '
'LEFT JOIN table2 t2 ON t1.id=t2.table1_id ')
query...
Table 1 (id, name) and Table 2 with (id, name, table1_id)
sql = text('SELECT t1.*, t2.* FROM table1 t1 '
'LEFT JOIN table2 t2 ON t1.id=t2.table1_id ')
query...
Storing millions and billions of URLs?: https://www.reddit.com/r/Python/comments/8h293k/storing_millions_and_billions_of_urls/
reddit
Storing millions and billions of URLs? • r/Python
Hello Everyone! Currently, using ElasticSearch for storing the meta data and other raw data information but it is a very small scale around...
Would a program that adds different homework questions to a word doc based on user choices be possible?: https://www.reddit.com/r/Python/comments/8h2szv/would_a_program_that_adds_different_homework/
reddit
Would a program that adds different homework questions... • r/Python
Hi guys, sorry if this is the wrong place. For my math finals this year, I wanted to create a review exam for my class. I made one from the...
How to make the transition from "python scripter" to "python software developer"?: https://www.reddit.com/r/Python/comments/8h2u16/how_to_make_the_transition_from_python_scripter/
reddit
r/Python - How to make the transition from "python scripter" to "python software developer"?
14 votes and 6 so far on reddit
Question about duplicate pacakges in an environment.: https://www.reddit.com/r/Python/comments/8h40ce/question_about_duplicate_pacakges_in_an/
reddit
Question about duplicate pacakges in an environment. • r/Python
If I have a pip and conda install of a package in python, which version is used when I import it in a script file? Thanks for the help.
Is it legal to make money from web scrapping?: https://www.reddit.com/r/Python/comments/8h4ff8/is_it_legal_to_make_money_from_web_scrapping/
reddit
Is it legal to make money from web scrapping? • r/Python
Has anyone ever made money web scrapping? If so how much n is is legal. I see some ads on Fivver but do ppl actually buy those services and if so...