Does anyone know of any good resource or study guide for PCAP-31-02 exam?: https://www.reddit.com/r/Python/comments/9u9qa3/does_anyone_know_of_any_good_resource_or_study/
reddit
r/Python - Does anyone know of any good resource or study guide for PCAP-31-02 exam?
1 vote and 0 comments so far on Reddit
My code doesn't run on Python, no error messages either :( can anyone help?: https://www.reddit.com/r/Python/comments/9u9qxy/my_code_doesnt_run_on_python_no_error_messages/
reddit
r/Python - My code doesn't run on Python, no error messages either :( can anyone help?
0 votes and 2 comments so far on Reddit
What Python-specific skills can a 4-year-experience Python backend dev dig deep to?: https://www.reddit.com/r/Python/comments/9ua6ru/what_pythonspecific_skills_can_a_4yearexperience/
reddit
r/Python - What Python-specific skills can a 4-year-experience Python backend dev dig deep to?
2 votes and 2 comments so far on Reddit
Most respected Python cert that won't break the bank: https://www.reddit.com/r/Python/comments/9uaaip/most_respected_python_cert_that_wont_break_the/
reddit
r/Python - Most respected Python cert that won't break the bank
1 vote and 1 comment so far on Reddit
MySQL Utilities with MySQL 8 Server: https://stackoverflow.com/questions/53093152/mysql-utilities-with-mysql-8-server
Stack Overflow
MySQL Utilities with MySQL 8 Server
As part of our build process, we use the mysqldiff utility (invoked from maven) to validate our database migration scripts by comparing a freshly-built copy of the schema to a version of the schema
a lot of edges on a graph plot in python: https://stackoverflow.com/questions/53120739/a-lot-of-edges-on-a-graph-plot-in-python
Stack Overflow
a lot of edges on a graph plot in python
I have script:
import pandas as pd
from igraph import *
df_p_c = pd.read_csv('data/edges.csv')
...
edges = list_edges
vertices = list(dict_case_to_number.keys())
g = Graph(edges=edges, directe...
import pandas as pd
from igraph import *
df_p_c = pd.read_csv('data/edges.csv')
...
edges = list_edges
vertices = list(dict_case_to_number.keys())
g = Graph(edges=edges, directe...
Get last Twitter mention from API with Tweepy avoiding rate limit: https://stackoverflow.com/questions/53031465/get-last-twitter-mention-from-api-with-tweepy-avoiding-rate-limit
Stack Overflow
Get last Twitter mention from API with Tweepy avoiding rate limit
I used to have some good working python that did auto-replies on the Tweepy stream listener, but due to changes in the Twitter API in August it no longer works.
I am re-building it by getting my m...
I am re-building it by getting my m...
How to use permutation to re-order units based on their degree of desirable neighborhood ? (in Processing): https://stackoverflow.com/questions/53127467/how-to-use-permutation-to-re-order-units-based-on-their-degree-of-desirable-neig
Stack Overflow
How to use permutation to re-order units based on their degree of desirable neighborhood ? (in Processing)
I would need help to implement a permutation algorithm allowing the generation of building plans, that I've recently stumbled on while reading Professor Kostas Terzidis' latest publication: Permut...
Writing async functions in Excel with Python has never been easier: https://www.reddit.com/r/Python/comments/9uc8id/writing_async_functions_in_excel_with_python_has/
reddit
r/Python - Writing async functions in Excel with Python has never been easier
1 vote and 0 comments so far on Reddit
Announcing Camelot (OpenSource), a Python Library to Extract Tabular Data from PDFs: https://www.reddit.com/r/Python/comments/9ucke0/announcing_camelot_opensource_a_python_library_to/
reddit
r/Python - Announcing Camelot (OpenSource), a Python Library to Extract Tabular Data from PDFs
516 votes and 52 comments so far on Reddit
Django: render radiobutton with 3 columns and make last 2 conditional on other field: https://stackoverflow.com/questions/53127610/django-render-radiobutton-with-3-columns-and-make-last-2-conditional-on-other-f
Stack Overflow
Django: render radiobutton with 3 columns and make last 2 conditional on other field
I need to replicate this form:
https://www.stickermule.com/products/die-cut-stickers
A) In the Select a Quantity part there are radiobutton that show the 1) quantity, 2) price, 3) savings.
I ne...
https://www.stickermule.com/products/die-cut-stickers
A) In the Select a Quantity part there are radiobutton that show the 1) quantity, 2) price, 3) savings.
I ne...