Python drawer
@python101
36
subscribers
1
photo
2
files
3.7K
links
A collection of curated Python resources from trustworthy sources.
Download Telegram
Join
Python drawer
36 subscribers
Python drawer
https://hodovi.ch/blog/adding-charts-django-admin/
Python drawer
https://towardsdatascience.com/planning-to-travel-around-the-world-with-python-42fac1d21a6e
Medium
Planning to Travel Around the World, with Python?
S1: Drawing a Map with Basemap
Python drawer
https://dotweak.com/2019/10/20/how-to-create-a-keylogger-for-linux-using-python-WmtRYVJ3Wm9xZmlwRkE1eWRCY05YZz09
Python drawer
https://blog.soshace.com/en/python/python-array-explained-and-visualized/
Soshace
Python Array Explained and Visualized
In this tutorial, we’ll delve into how Python arrays work, what their limitations are, and how you can use them to maximize their efficiency.
Python drawer
https://switowski.com/blog/you-dont-have-to-migrate-to-python3
Sebastian Witowski
You Don’t Have to Migrate to Python 3
Python 3 is great! But not every Python 2 project has to be migrated. There are different ways how you can prepare for the upcoming Python 2 End of Life.
Python drawer
https://medium.com/@vmsp/less-known-bits-of-the-python-standard-library-46dc88490115
Medium
Less known bits of the Python Standard Library
Taking a brief look at some less known modules from the Standard Library.
Python drawer
https://blog.redash.io/how-we-spotted-and-fixed-a-performance-degradation-in-our-python-code/
Inside Redash
How We Spotted and Fixed a Performance Degradation in Our Python Code
Recently we’ve started transitioning from using Celery to using RQ for background jobs. After deploying this we noticed our RQ workers required significantly more CPU to perform the same amount of tasks as our Celery workers did. In this post I share how…
Python drawer
https://snarky.ca/why-you-should-use-python-m-pip/
Tall, Snarky Canadian
Why you should use `python -m pip`
Fellow core developer and Canadian, Mariatta, asked on Twitter about python -m pip and who told her about that idiom along with asking for a reference explaining it:
I learned sometime ago that we should be doing
`python -m pip install ...` instead of simply…
Python drawer
https://blog.ganssle.io/articles/2019/11/utcnow.html
Paul Ganssle
Paul Ganssle - Stop using utcnow and utcfromtimestamp
A public service announcement about the dangers of utcnow and utcfromtimestamp and the benefits of using their replacements.
Python drawer
https://medium.com/swlh/jwt-auth-with-djangorest-api-9fb32b99b33c
Medium
JWT Auth with DjangoREST API
Token based authentication allows the server and the frontend (whether that be web, native mobile or something else) to be decoupled and…
Python drawer
https://www.dataquest.io/blog/python-datetime-tutorial/
Dataquest
Python Datetime Tutorial: Manipulate Times, Dates, and Time Spans
Become a master of times and dates in Python as you work with the datetime and calender modules in this data science tutorial.
Python drawer
https://medium.com/@vanflymen/blazing-fast-ci-with-github-actions-poetry-black-and-pytest-9e74299dd4a5
Medium
Blazing fast CI with GitHub Actions, Poetry, Black and Pytest
Setting up GitHub Actions for a modern Django project
Python drawer
https://github.com/localstack/localstack
GitHub
GitHub - localstack/localstack:
💻
A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline
💻
A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline - localstack/localstack
Python drawer
https://books.agiliq.com/projects/django-admin-cookbook/en/latest/
Python drawer
https://zerowithdot.com/dunder-methods-and-quaternions/
Zerowithdot
Using dunder methods to refine your data model
Overriding of dudner methods such as __add__ and __mul__ overloading of a constructor __init__, explained given mathematical task of modeling quaternions.
Python drawer
https://testdriven.io/blog/flask-static-files-whitenoise-cloudfront/?utm_source=realpython
testdriven.io
Serving Static Files from Flask with WhiteNoise and Amazon CloudFront
This tutorial shows how to manage static files with Flask, WhiteNoise, and Amazon CloudFront.
Python drawer
https://realpython.com/flask-connexion-rest-api-part-4/
Realpython
Build a JavaScript Front End for a Flask API – Real Python
Most modern websites are powered by a REST API. That way, you can separate the front-end code from the back-end logic, and users can interact with the interface dynamically.
In this step-by-step tutorial, you'll learn how to build a single-page Flask web…
Python drawer
https://github.com/mutpy/mutpy
GitHub
GitHub - mutpy/mutpy: MutPy is a mutation testing tool for Python 3.x source code
MutPy is a mutation testing tool for Python 3.x source code - mutpy/mutpy
Python drawer
https://github.com/slaily/pyhttptest
GitHub
GitHub - slaily/pyhttptest: A command-line tool for HTTP tests over RESTful APIs
✨
A command-line tool for HTTP tests over RESTful APIs
✨
- GitHub - slaily/pyhttptest: A command-line tool for HTTP tests over RESTful APIs
✨
Python drawer
https://github.com/neozhaoliang/pywonderland
GitHub
GitHub - neozhaoliang/pywonderland: A tour in the wonderland of math with python.
A tour in the wonderland of math with python. Contribute to neozhaoliang/pywonderland development by creating an account on GitHub.
Python drawer
https://datascience.blog.wzb.eu/2019/11/08/property-based-testing-for-scientific-code-in-python/
WZB Data Science Blog
Property based testing for scientific code in Python
Automated software testing starts with the often annoying and time-consuming process of writing tests. But no matter how annoying it is, in the end it always pays off, at least that’s my expe…
TWeb.init({scrollToPost:'python101/3686'});