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://stxnext.com/blog/2018/09/27/beginners-introduction-python-frameworks/
Stxnext
A Beginner’s Introduction to Python Web Frameworks
Django, Flask, Pyramid, and many, many others—here’s everything you need to know to choose the right Python framework for your web development project.
Python drawer
https://tryexceptpass.org/article/continuous-builds-webhooks/
tryexceptpass.org
Awesome Webhook Handling with Sanic - Designing CI/CD Systems
How to use Python and Sanic to handle webhook events from GitHub in continuous build systems.
Python drawer
https://www.marsja.se/easiest-data-cleaning-method-using-python-pandas-pyjanitor/
Erik Marsja
The Easiest Data Cleaning Method using Python & Pandas
Learn the easiest method to clean your data using Pandas, & Pyjanitor: 1) add columns, 2) remove missing data and empty columns, 3) clean column names
Python drawer
https://realpython.com/courses/python-histograms/
Realpython
Python Histogram Plotting: NumPy, Matplotlib, Pandas & Seaborn – Real Python
In this course, you'll be equipped to make production-quality, presentation-ready Python histogram plots with a range of choices and features. It's your one-stop shop for constructing and manipulating histograms with Python's scientific stack.
Python drawer
https://education.lego.com/en-us/support/mindstorms-ev3/python-for-ev3
LEGO
®
Education
MINDSTORMS EV3 Support | Everything You Need | LEGO
®
Education
Bring MINDSTORMS EV3 into your high school classroom with hands-on lesson plans, software downloads, teaching resources, building instructions and FAQs.
Python drawer
https://realpython.com/how-to-make-a-discord-bot-python/
Realpython
How to Make a Discord Bot in Python – Real Python
In this step-by-step tutorial, you'll learn how to make a Discord bot in Python and interact with several APIs. You'll learn how to handle events, accept commands, validate and verify input, and all the basics that can help you create useful and exciting…
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.