Python import: Advanced Techniques and Tips
I thought I knew #Python until I read this. The plugins' functionality was quite interesting, and I have a few ideas about what I can use it for. One thing I miss in Python that I often use is in #CPP are true abstract classes, overloading, and extension of classes. With tools like this, you can achieve similar functionality.
https://realpython.com/python-import/#example-use-data-files
#python #cpp #coding #development #opensource #realpython
I have been listening to the @realpython podcast so much lately that I was humming the intro music. I need to have more than one podcast to listen to :-)
#python #podcasts #realpython
Je découvre https://realpython.com et j’adore le design du site, surtout les vignettes, super bonne idée:
https://realpython.com/tutorials/basics/
#RealPython
I've been enjoying the #RealPython #podcast . Today I listened to using "NumPy and Linear Algebra for faster Python Code", an interview with Jodie Burchell, developer advocate for data science at JetBrains.
It was good and clear, and as with all Real Python podcasts the show notes are stellar. There is a real set of resources linked that can get you started and move you along the path to mastering #linearalgebra Algebra.
1/2
#realpython #podcast #linearalgebra
Met a #realpython today. Was pretty easy to pick up.
#realpython #python #snakeoftheday #opensource
This past year, I have been digging deeper into python and kubernetes. These 5 podcasts, which apparently is also my top 5 listens, has broadened my perspective immensely.
I start to feel as if I can better find my way around, and feel somewhat on top with new development!
Thanks to all the podcast creatora out there, too many to mention, without you my view of this would be less 😎🎊
#python #Kubernetes #homelab #talkpythontome #realpython #shipit #pythonbytes #devopsanddockertalk
#devopsanddockertalk #pythonbytes #shipit #realpython #talkpythontome #homelab #kubernetes #python
Yesterday when hearing about the rise of malicious #pypi packages on the #realpython podcast, I had an idea for a package I’m calling`pre-pip`.
It’s a way to run some custom #python code before a #pip command. This could potentially be used to check if a package is on a known list of bad packages before installing it or to automatically upgrade pip before a pip install.
Seems there are lots of possibilities here.
#pre-pip #fosstodon #opensource #rich #click #pre-commit
#pypi #realpython #python #pip #pre #fosstodon #opensource #rich #click
#python #RealPython
local secrets/credentials
#PyPi
https://pypi.org/project/python-dotenv/
https://www.realpythonproject.com/3-ways-to-store-and-read-credentials-locally-in-python/
有機會 #PyScript 是未來的主流,指的是與 #Brython 比較,當然不是取代 JavaScript 。 今晚寫一個 timer 比較一下兩者的性能。
官方文檔好似還未準備好,者時只找到 #realpython 的:
https://realpython.com/pyscript-python-in-browser/#dealing-with-python-code-formatting
#pyscript #brython #realpython
#RealPython #Python "Jupyter Notebook: An Introduction" #Jupyter #JupyterNotebook #Notebook #tools #intermediate ... https://realpython.com/jupyter-notebook-introduction/
#realpython #python #jupyter #jupyternotebook #notebook #tools #intermediate
#RealPython #Python "Jupyter Notebook: An Introduction" #Jupyter #JupyterNotebook #Notebook #tools #intermediate ... https://realpython.com/jupyter-notebook-introduction/
#intermediate #tools #notebook #jupyternotebook #jupyter #python #realpython
Usually, when you google a concept from #Python, the results are trash. Mostly websites that have some sort of superficial explanation of the concept that is only written such that you click on the link and then they offer a programming course or such.
With RealPython it seems to be different?! I've now twice in a row found really insightful articles over there.
Make use of our quarantine time useful by learning Python. Real Python website gives you lifetime access to some Python video courses. Check the following link for details.
realpython.com/redeem/3cfd9bbf-8676-4c82-b44b-93fc69bd4ede
#realpython #programming #Python
Async IO in Python: A Complete Walkthrough
https://realpython.com/async-io-python/