core-python
,
functions
|
Worthy
Read
Python functions cannot have names. In this world view, every function is a nameless, anonymous object. Code like "def to_percent(numbers)" creates a nameless function object, then stores it in a variable called "to_percent".
core-python ,
functions
Useful checklist for build good Python libraries APIs. Based on "How to make a good library API" PyCon 2017 talk.
checklist
Know when and why code breaks
sponsor
This is a presentation I gave at a local python user group in Nashville, PyNash. The topic of the night was to pick a lesser-known or up and coming library that many folks may not be aware of yet and give a 10 minute overview.
video
easyrbac has a very simple API to interact around and create Roles and Users
role
If you are into cryptocurrency check out Ethereumweekly.com started by a friend. It's a weekly newsletter on all things Ethereum, Blockchain. A good way to understand what the buzz on cryptocurrency is all about.
newsletter
I recently began investing and was wondering how good analysts are at predicting the future of a company.
pandas
In this post, we will be trying to make a text classifier that will make use of the 20 news groups dataset originally developed by Ken Lang to classify documents into different categories based on their content.
machine learning
YAML stands for "YAML Ain't Markup Language" and is mostly used in configuration files. YAML, in contrary to JSON, is made to be very readable and is not designed to be used for api's or other communication protocols. This is because the parsing of a YAML file requires the computer a little bit more effort than parsing a JSON file.
YAML
We help companies like Airbnb, Pfizer, and Artsy find great developers. Let us find your next great hire. Get started today.
sponsor
Web app to convert syntax.
curl
Solution to Oliver Roeder puzzle in in FiveThirtyEight called “The Riddler”.
numpy ,
pandas ,
quiz ,
puzzle
codesnippet
Bokeh is a powerful open source Python library that allows developers to generate JavaScript data visualizations for their web applications without writing any JavaScript. While learning a JavaScript-based data visualization library like d3.js can be useful, it's often far easier to knock out a few lines of Python code to get the job done.
chart
core-python ,
dict
oops
Projects
pmbootstrap -
312 Stars, 15
Fork
Sophisticated chroot/build/flash tool to develop and install postmarketOS
gitsuggest -
193 Stars, 6
Fork
A tool to suggest github repositories based on the repositories you have shown interest in.
python-QuickUI -
90 Stars, 2
Fork
Scientific One-Liner Interactive GUI Library
asgiworker -
10 Stars, 1
Fork
An ASGI Gunicorn worker class.
paragraph2vec -
10 Stars, 2
Fork
Paragraph Vector Implementation
news-audit -
3 Stars, 0
Fork
Fake news detection, Google Summer of Code 2017
|