Python drawer
@python101
33
subscribers
1
photo
2
files
3.7K
links
A collection of curated Python resources from trustworthy sources.
Download Telegram
Join
Python drawer
33 subscribers
Python drawer
https://thecodinginterface.com/blog/bridging-nodejs-and-python-with-pynode/
Thecodinginterface
Bridging Node.js and Python with PyNode to Predict Home Prices | The Coding Interface
In this article I demonstrate a novel Node.js package named PyNode used to invoke Python code within a Node.js application and, more importantly, receive Python return types in the calling Node.js application. To facilitate demonstrating this awesomeness…
Python drawer
https://github.com/firmai/business-machine-learning/blob/master/README.md
GitHub
business-machine-learning/README.md at master · firmai/business-machine-learning
A curated list of practical business machine learning (BML) and business data science (BDS) applications for Accounting, Customer, Employee, Legal, Management and Operations (by @firmai) - business...
Python drawer
http://www.codingwithricky.com/2019/08/18/easy-python-cli-with-click/
CODING w/RICKY
Super Easy Python CLI with Click
Your python code is now 100% more elegant and usable as a command-line program using Click
Python drawer
https://medium.com/the-computer-engineer-weekly-code-challenge/software-defined-network-and-the-openflow-protocol-live-part-2-698eeafe74f6
Medium
Software Defined Network and the OpenFlow protocol live (Part 2)
This post contains a simple implementation of a switching hub. Part 1 of this post contains a quick theoric overview.
Python drawer
https://ahal.ca/blog/2019/python-3-at-mozilla/
ahal.ca
Python 3 at Mozilla
Mozilla uses a lot of Python. Most of our build system, CI configuration, test harnesses, command
line tooling and countless other scripts, tools or Github projects are all handled by Python. In
mozilla-central there are over 3500 Python files (excluding…
Python drawer
https://blog.araj.me/til-nonlocal-statement-in-python/
Python drawer
https://old.reddit.com/r/Python/comments/cqg9o9/what_are_some_opensource_python_projects_that_are/
reddit
r/Python - What are some open-source Python projects that are really well written?
262 votes and 49 comments so far on Reddit
Python drawer
https://breeko.github.io/post/2019-08-19-python-case-classes/
breeko.github.io
Scala’s Case Class in Python with Case Matching
I’ve been doing a lot of Scala programming lately. Scala is a statically typed language that compiles to the JVM. Scala doesn’t break away from object oriented programming but has a lot of functional programming features.
One of my favorite features of Scala…
Python drawer
https://blog.qt.io/blog/2019/08/19/technical-vision-qt-python/
Qt Blog
Technical vision for Qt for Python - Qt Blog
After our previous post related to the vision of the next major release of Qt, we felt that a paragraph to describe the Qt for Python story was not enough to share all the features and changes we have been considering for future releases. Transition to Qt…
Python drawer
https://dev.libreneitor.com/expert-python-topics-you-should-know/
Python drawer
https://www.marsja.se/how-to-read-write-spss-files-in-python-pandas/
Erik Marsja
How to Read & Write SPSS Files in Python using Pandas
In this post we are going to learn 1) how to read SPSS (.sav) files in Python, and 2) how to write to SPSS (.sav) files using Python.
Python drawer
https://kanoki.org/2019/09/09/how-to-shift-a-column-in-pandas/
Python drawer
https://www.geodose.com/2019/09/3d-terrain-modelling-in-python.html?m=1
Geodose
3D Terrain Modelling in Python
Python drawer
https://www.accordbox.com/blog/deploy-django-project-heroku-using-docker/
Saashammer
How to deploy Django project to Heroku using Docker
In this Django Heroku guide, I will talk about how to deploy Django project to Heroku using Docker.
Python drawer
https://www.dataschool.io/python-pandas-tips-and-tricks/
Data School
Master Python's pandas library with these 100 tricks
100 tricks that will save you time and energy every time you use pandas! Up-to-date with the latest version of pandas (0.25)
Python drawer
https://medium.com/@gvanrossum_83706/a-meta-grammar-for-peg-parsers-3d3d502ea332
Medium
A Meta-Grammar for PEG Parsers
This week we make the parser generator “self-hosted”, meaning the parser generator generates its own parser.
Python drawer
https://kite.com/blog/python/django-database-migrations-overview/
Code Faster with Kite
Django Database Migrations: A Comprehensive Overview
Learn how Django’s ORM manages Django database migrations in this comprehensive guide.
Python drawer
https://humberto.io/blog/exploring-pygame-5-movement-and-collision/
Humberto Rocha
Exploring pygame 5 - Movement and Collision
Learn how to move the objects on the screen and write you first collision detection with pygame
Python drawer
https://www.kdnuggets.com/2019/08/count-big-data-probabilistic-data-structures-algorithms.html
KDnuggets
How to count Big Data: Probabilistic data structures and algorithms - KDnuggets
Learn how probabilistic data structures and algorithms can be used for cardinality estimation in Big Data streams.
Python drawer
https://tryexceptpass.org/article/conveying-info-with-repository-badges/
tryexceptpass.org
Conveying Build and Test Information with Repository Badges
Use Python and the 'anybadge' package to generate your own badges and covey project health and status in your online repositories