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/nsonaniya2010/SubDomainizer
GitHub
GitHub - nsonaniya2010/SubDomainizer: A tool to find subdomains and interesting things hidden inside, external Javascript files…
A tool to find subdomains and interesting things hidden inside, external Javascript files of page, folder, and Github. - nsonaniya2010/SubDomainizer
Python drawer
https://github.com/jonatasbaldin/python-community-map
GitHub
GitHub - jonatasbaldin/python-community-map: A map full of lovely Python communities
❤️
🐍
🌎
A map full of lovely Python communities
❤️
🐍
🌎
. Contribute to jonatasbaldin/python-community-map development by creating an account on GitHub.
Python drawer
https://github.com/ezaquarii/vpn-at-home
GitHub
GitHub - ezaquarii/vpn-at-home: 1-click, self-hosted deployment of OpenVPN with DNS ad blocking sinkhole
1-click, self-hosted deployment of OpenVPN with DNS ad blocking sinkhole - ezaquarii/vpn-at-home
Python drawer
https://blog.python.org/2018/12/python-372-and-368-are-now-available.html
blog.python.org
Python Insider: Python 3.7.2 and 3.6.8 are now available
Python drawer
https://realpython.com/python-pep8/
Realpython
How to Write Beautiful Python 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.
Python drawer
https://lwn.net/SubscriberLink/775105/5db16cfe82e78dc3/
lwn.net
Python gets a new governance model
Back in late October, when we looked in on
the Python
governance question, which came about due to the resignation of Guido van Rossum, things seemed
to be mostly set for a vote in late November. There were six Python
Enhancement Proposals (PEPs) under…
Python drawer
https://nedbatchelder.com/blog/201812/a_thing_i_learned_about_python_recursion.html
Python drawer
https://archive.fosdem.org/2018/schedule/event/python3/
archive.fosdem.org
FOSDEM 2018 - Python 3: 10 years later
Python drawer
https://developers.redhat.com/blog/2018/11/27/what-no-python-in-rhel-8-beta/
Red Hat Developer
What, No Python in RHEL 8 Beta? - Red Hat Developer
Of course RHEL 8 has Python, both Python 3 and 2. Changes in RHEL 8 such as platform python and application streams improve the Python experience in RHEL.
Python drawer
https://github.com/sshopov/pyconau2017/blob/master/final.ipynb
GitHub
sshopov/pyconau2017
Notebook and code for the PyCon Australia 2017 presentation on programming Lego Mindstorms robots with Python - sshopov/pyconau2017
Python drawer
https://www.podcastinit.com/aiortc-with-jeremy-laine-episode-191/
Podcast.__init__('The Python Podcast')
AIORTC: An Asynchronous WebRTC Framework with Jeremy Lainé - Episode 191
Real-time communication over the internet is an amazing feat of modern engineering. The protocol that powers a majority of video calling platforms is WebRTC. In this episode Jeremy Lainé explains why he wrote a Python implementation of this protocol in the…
Python drawer
https://www.dataschool.io/how-to-update-your-scikit-learn-code-for-2018/
Data School
How to update your scikit-learn code for 2018
In 2015, I created a 4-hour video series called Introduction to machine learning in Python with scikit-learn. In the years since, hundreds of thousands of students have watched these videos, and thousands continue to do so every month. At the time of the…
Python drawer
https://djangodeconstructed.com/2018/12/18/django-and-python-logging-in-plain-english/
Django Deconstructed
Python and Django Logging in Plain English
If you’ve ever written a program and printed out a value to see what’s going on during execution, then you understand at some level why logging is so valuable. Knowing what’s happening in your code…
Python drawer
https://treyhunner.com/2018/12/why-you-should-be-using-pathlib/
Treyhunner
Why you should be using pathlib
When I discovered Python’s new pathlib module a few years ago, I initially wrote it off as being a slightly more awkward and unnecessarily …
Python drawer
https://sedimental.org/awesome_python_applications.html
sedimental.org
Awesome Python Applications — Sedimental
Thoughts on FOSS and fintech, layered by Mahmoud Hashemi
Python drawer
https://realpython.com/quizzes/python-sets/
Realpython
Python Sets Quiz – Real Python
In this quiz, you'll assess your understanding of Python's built-in set data type. You'll revisit the definition of unordered, unique, hashable collections, how to create and initialize sets, and key set operations.
Python drawer
https://simpleisbetterthancomplex.com/tutorial/2018/12/19/how-to-use-jwt-authentication-with-django-rest-framework.html
Simple is Better Than Complex
How to Use JWT Authentication with Django REST Framework
JWT stand for JSON Web Token and it is an authentication strategy used by client/server applications where theclient is a Web application using JavaScript and some frontend framework like Angular, ...
Python drawer
https://pybit.es/special-pybites-2years.html
PyBites
2 years of PyBites, Our Pythonic Journey and the Creation of an Awesome Community
Today marks exactly 2 years since we set off on our amazing PyBites journey. In this special post we look back and reflect on what we learned.
Python drawer
https://gkbrk.com/2018/12/free-hotel-wifi-with-python-and-selenium/
gkbrk.com
Free Hotel Wifi with Python and Selenium
Recently I took my annual leave and decided to visit my friend during the holidays. I stayed at a hotel for a few days but to my surprise, the hotel charged money to use their wifi. In $DEITY’s year 2000 + 18, can you imagine?
Python drawer
https://realpython.com/python-pandas-tricks/
Realpython
Python pandas: Tricks & Features You May Not Know – Real Python
Lesser-known but idiomatic pandas features for those already comfortable with Pandas' basic functionality and concepts.
Python drawer
https://www.youtube.com/watch?v=iMOIGsNHQjM
YouTube
Python Lambda | Advanced Python | Tutorial 18
Lambda function in Python is an anonymous function. They are a short and powerful functional programming technique in Python. Here is a complete tutorial on the concept of Lambda functions.
Topics Covered:-
1) What is a Lambda Function?
2) How to write a…