Learn Programming, Web Development, Hacking With These Free and Discount Udemy Coupons: https://www.reddit.com/r/Python/comments/7x8tds/learn_programming_web_development_hacking_with/
reddit
Learn Programming, Web Development, Hacking With These... • r/Python
0 points and 1 comments so far on reddit
Toy "language" written in Python that abstracts simple mathematical equations for no reason: https://www.reddit.com/r/Python/comments/7x8uai/toy_language_written_in_python_that_abstracts/
reddit
Toy "language" written in Python that abstracts simple... • r/Python
1 points and 0 comments so far on reddit
Where’s the best place to start learning python?: https://www.reddit.com/r/Python/comments/7x8w1o/wheres_the_best_place_to_start_learning_python/
reddit
Where’s the best place to start learning python? • r/Python
Hey guys! Im in high school and my dads a programmer, which got me interested in programming! I don’t know any languages yet, tiny bit of java but...
Python implementation of the Noise Protocol - Feedback/Review Welcome.: https://www.reddit.com/r/Python/comments/7x8wk0/python_implementation_of_the_noise_protocol/
reddit
Python implementation of the Noise Protocol -... • r/Python
1 points and 1 comments so far on reddit
Looking for cooperation: Senior Python devs: https://www.reddit.com/r/Python/comments/7x91d3/looking_for_cooperation_senior_python_devs/
reddit
Looking for cooperation: Senior Python devs • r/Python
Hi everyone, We are a remote team of developers from the Czech Republic focused on Blockchain, Cryptocurrencies and Machine Learning - Pattern...
#162: A Free Python Book, Python's Weak Performance Matters, Credit Modeling with Dask and more - ImportPython Weekly Blog: https://www.reddit.com/r/Python/comments/7x92p5/162_a_free_python_book_pythons_weak_performance/
reddit
#162: A Free Python Book, Python's Weak Performance... • r/Python
2 points and 0 comments so far on reddit
Python - AttributeError: 'NoneType' object has no attribute 'cursor': https://stackoverflow.com/questions/48638592/python-attributeerror-nonetype-object-has-no-attribute-cursor
Stack Overflow
Python - AttributeError: 'NoneType' object has no attribute 'cursor'
I have the following code:
import pyodbc
conn = pyodbc.connect('DSN=QueryBuilder')
cursor = conn.cursor()
stringA = "SELECT GrantInformation.Call FROM GrantInformation"
cursor.execute(stringA)
ro...
import pyodbc
conn = pyodbc.connect('DSN=QueryBuilder')
cursor = conn.cursor()
stringA = "SELECT GrantInformation.Call FROM GrantInformation"
cursor.execute(stringA)
ro...
Slicing tensors in tensorflow using argmax: https://stackoverflow.com/questions/48680607/slicing-tensors-in-tensorflow-using-argmax
Stackoverflow
Slicing tensors in tensorflow using argmax
I want to make a dynamic loss function in tensorflow. I want to calculate the energy of a signal's FFT, more specifically only a window of size 3 around the most dominant peak. I am unable to imple...
Object-Oriented Programming (OOP) in Python (Tutorial Exercises): https://www.reddit.com/r/Python/comments/7xa3kn/objectoriented_programming_oop_in_python_tutorial/
reddit
Object-Oriented Programming (OOP) in Python (Tutorial +... • r/Python
7 points and 1 comments so far on reddit
Keepmenu - a dmenu frontend for Keepass: https://www.reddit.com/r/Python/comments/7xab4b/keepmenu_a_dmenu_frontend_for_keepass/
reddit
Keepmenu - a dmenu frontend for Keepass • r/Python
Hey all, I just wanted to share this dmenu script I hacked together for typing in usernames and passwords stored in Keepass databases. I may add...
What's everyone working on this week?: https://www.reddit.com/r/Python/comments/7x9m6a/whats_everyone_working_on_this_week/
reddit
What's everyone working on this week? • r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
Pyfancy 2: Easy terminal styling library for python.: https://www.reddit.com/r/Python/comments/7xcfot/pyfancy_2_easy_terminal_styling_library_for_python/
reddit
Pyfancy 2: Easy terminal styling library for python. • r/Python
1 points and 0 comments so far on reddit
Help with creating a super fast XML parser in Python.: https://www.reddit.com/r/Python/comments/7xcvhn/help_with_creating_a_super_fast_xml_parser_in/
reddit
Help with creating a super fast XML parser in Python. • r/Python
I'm working on a project where i need to create a file formater. The solution has to read anywhere from 5 to 9 XML's, extract some of the data...