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://github.com/spacetimeengineer/spacetimeengine
GitHub
GitHub - spacetimeengineer/spacetimeengine: A Python utility for analyzing a given solution to the Einstein's field equations.…
A Python utility for analyzing a given solution to the Einstein's field equations. Built on Sympy. - spacetimeengineer/spacetimeengine
Python drawer
https://realpython.com/courses/writing-beautiful-python-code-pep-8/
Realpython
Writing Beautiful Pythonic Code With PEP 8 – Real Python
Learn how to write high-quality, readable code by using the Python style guidelines laid out in PEP 8. Following these guidelines helps you make a great impression when sharing your work with potential employers and collaborators. This course outlines the…
Python drawer
https://sobolevn.me/2019/03/enforcing-srp
Python drawer
https://towardsdatascience.com/10-steps-to-set-up-your-python-project-for-success-14ff88b5d13
Medium
10 Steps to Set Up Your Python Project for Success
How to add tests, CI, code coverage, and more
Python drawer
https://www.pyimagesearch.com/2019/03/11/liveness-detection-with-opencv/
PyImageSearch
Liveness Detection with OpenCV - PyImageSearch
Learn how to detect liveness with OpenCV, Deep Learning, and Keras. You'll learn how to detect fake faces and perform anti-face spoofing in face recognition systems with OpenCV.
Python drawer
https://realpython.com/intro-to-pyenv/
Realpython
Managing Multiple Python Versions With pyenv – Real Python
Learn how to use pyenv to manage multiple Python versions, prevent conflicts, and keep your projects compatible and development smooth.
Python drawer
https://pydist.com/blog/python-packages-since-2005
Python drawer
https://orbifold.xyz/not-callable.html
orbifold.xyz
Orbifolds and Other Games - Don't Make It Callable
Python drawer
https://thispointer.com/pandas-how-to-merge-dataframes-using-dataframe-merge-in-python-part-1/
Python drawer
https://victorzhou.com/blog/intro-to-neural-networks/
Victorzhou
Machine Learning for Beginners: An Introduction to Neural Networks - victorzhou.com
A simple explanation of how they work and how to implement one from scratch in Python.
Python drawer
https://blog.quiltdata.com/import-almost-anything-in-python-an-intro-to-module-loaders-and-finders-f5e7b15cda47
Python drawer
https://medium.com/packagr/using-packagr-with-poetry-4bc986215bd2
Medium
Using Packagr with poetry
Poetry is a tool that helps you manage package dependencies within your Python project. In this post, we’ll look at how to integrate this…
Python drawer
https://github.com/Dobiasd/enterprython/blob/master/why_you_want_formal_dependency_injection_in_python_too.md
GitHub
Dobiasd/enterprython
Python library providing type-based dependency-injection - Dobiasd/enterprython
Python drawer
https://www.anaconda.com/understanding-and-improving-condas-performance/
Anaconda
Anaconda | Understanding and Improving Conda's performance
Lately, we have been responding to issues about Conda’s speed. We’re working on it and we wanted to explain a few of the facets that we’re looking at to solve the problem. TL;DR: make it faster Are you: Using conda-forge? Use conda-metachannel to reduce conda’s…
Python drawer
https://kanoki.org/2019/03/07/sentence-similarity-in-python-using-doc2vec/
Python drawer
https://engineering.instawork.com/iterating-with-simplicity-evolving-a-django-app-with-intercooler-js-8ed8e69d8a52
Medium
Iterating with Simplicity: Evolving a Django app with Intercooler.js
About a year ago, Instawork started experimenting with a new product called Gigs. Gigs lets restaurants and caterers fill on-demand shifts…
Python drawer
https://www.youtube.com/watch?v=a6fIbtFB46g
YouTube
Python Tutorial: Web Scraping with Requests-HTML
In this Python Programming Tutorial, we will be learning how to scrape websites using the Requests-HTML library. Requests-HTML is an excellent tool for parsing HTML code and grabbing exactly the information you need. So whether you're pulling down headlines…
Python drawer
https://hakibenita.com/how-to-use-grouping-sets-in-django
Hakibenita
How to Use Grouping Sets in Django
How We Cut Response Time In Half Using Advanced SQL In Django
Python drawer
https://www.youtube.com/watch?time_continue=2&v=6zge0N962aw
YouTube
Discovering Hidden APIs | Part-2 (LectureNotes Note Material API)
As a continuation of the "Discovering Hidden APIs" series, we are gonna discover & explore a more challenging API in this video which requires CSRF Token as ...
Python drawer
https://spurin.com/2019/03/12/Python-Virtual-Environments/
spurin.com
Python Virtual Environments Masterclass
TL;DRThis tutorial gives a rapid primer of Python Virtual Environments and how to use them in your effectively in your Python programming endeavours. By the end you’ll know how to use Virtual Envir