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://tryexceptpass.org/article/package-python-as-executable/
tryexceptpass.org
4 Attempts at Packaging Python as an Executable
Building single-file executable applications with Python.
Python drawer
https://discuss.python.org/t/python-3-8-0b3-available-for-testing/2058
Discussions on Python.org
Python 3.8.0b3 available for testing
This time without delays, I present you Python 3.8.0b3: This release is the third of four planned beta release previews. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their…
Python drawer
https://realpython.com/courses/dictionaries-python/
Realpython
Dictionaries in Python – Real Python
In this course on Python dictionaries, you'll cover the basic characteristics of dictionaries and learn how to access and manage dictionary data. Once you've finished this course, you'll have a good sense of when a dictionary is the appropriate data type…
Python drawer
https://testdriven.io/blog/django-vs-flask/?utm_source=realpython
testdriven.io
Django vs. Flask in 2024: Which Framework to Choose
In this article, we'll look at the best use cases for Django and Flask along with what makes them unique, from an educational and development standpoint.
Python drawer
https://realpython.com/python-traceback/
Realpython
Understanding the Python Traceback – Real Python
In this step-by-step tutorial, you'll learn how to read and understand the information you can get from a Python traceback. You'll walk through several examples of tracebacks and see some of the most common tracebacks in Python.
Python drawer
https://lukeplant.me.uk/blog/posts/pylint-false-positives/
Python drawer
https://stripe.com/it/blog/canonical-log-lines
Stripe
Fast and flexible observability with canonical log lines
Canonical log lines are a lightweight, flexible, and technology-agnostic technique for observability that are powerful and easy to implement.
Python drawer
https://lukeplant.me.uk/blog/posts/pylint-false-positives/
Luke Plant's home page
Pylint false positives
Some analysis on the false positive rate when using Pylint on a codebase.
Python drawer
https://tryexceptpass.org/article/package-python-as-executable/
tryexceptpass.org
4 Attempts at Packaging Python as an Executable
Building single-file executable applications with Python.
Python drawer
https://medium.com/developer-circle-kampala/grow-your-python-how-i-published-my-first-python-package-to-pypi-162c3c709349
Medium
Grow your Python: How I published my First Python Package to PyPi using Flit
A week ago, I took the step to publish my first python package to the Python Packaging index, blow is my recount of the quick, simple…
Python drawer
https://www.youtube.com/playlist?list=PLWsDEQH0HiPalyM87r_HFIiD53n2k_LMZ
YouTube
PyLondinium 2019 - YouTube
Python drawer
https://medium.com/dvt-engineering/using-machine-learning-to-identify-smartphone-users-by-the-way-they-walk-17ae574df921
Medium
Using Machine Learning To Identify Smartphone Users By The Way They Walk
The modern smartphone comes equipped with a plethora of sensors that are used to assist in providing an immersive user experience, whether…
Python drawer
https://www.marsja.se/how-to-read-and-write-json-files-using-python-and-pandas/
Erik Marsja
How to Read and Write JSON Files using Python and Pandas - Erik Marsja
In this guide, we will learn how to read and write JSON files using Python & Pandas. We will learn how to us Pandas to read nested JSON files & much more.
Python drawer
https://medium.com/@gvanrossum_83706/building-a-peg-parser-d4869b5958fb
Medium
Building a PEG Parser
[This is part 2 of my PEG series. See Part 1]
Python drawer
https://yawpitchroll.com/posts/the-35-words-you-need-to-python/
yawpitchroll
The 35 Words You Need to Python
Let’s face it, learning to write computer programs is hard. Doing so involves picking up a lot of specialized skills and jargon, most of which is unfamiliar, and it also means cultivating a mental approach to the world that, at first, might seem downright…
Python drawer
https://karenapp.io/articles/2019/07/how-to-automate-google-calendar-with-python-using-the-calendar-api/
Python drawer
https://thecodinginterface.com/blog/text-analytics-app-with-flask-and-textblob/
Thecodinginterface
Building a Text Analytics App in Python with Flask, Requests, BeautifulSoup, and TextBlob | The Coding Interface
This article introduces how to build a Python and Flask based web application for performing text analytics on internet resources such as blog pages. To perform text analytics I will utilizing Requests for fetching web pages, BeautifulSoup for parsing html…
Python drawer
https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-debian-10
Digitalocean
How To Set Up Django with Postgres, Nginx, and Gunicorn on Debian 10 | DigitalOcean
Django is a powerful web framework that can help you get your Python application or website off the ground. Django includes a simplified development server f…
Python drawer
https://pbpython.com/papermil-rclone-report-2.html
Pbpython
Automated Report Generation with Papermill: Part 2
This is part two of a two-part series post about automating report generation using python, jupyter, papermill, and a couple of other tools.
Python drawer
https://hackernoon.com/introducing-grid-studio-a-spreadsheet-app-with-python-to-make-data-science-easier-tdup38f7
Hackernoon
How I built a spreadsheet app with Python to make data science easier
Today I'm open sourcing "Grid studio", a web-based spreadsheet application with full integration of the Python programming language.
Python drawer
https://medium.com/@deeprajpradhan/tutorial-amazon-price-tracker-using-python-and-mongodb-part-1-aece6347ec63
Medium
Tutorial: Amazon price tracker using Python and MongoDB (Part 1)
Recently there was an Amazon sale and I wanted to buy a product that I had been checking on for a long time. But, as I was ready to buy it…