Working Around Memory Leaks in Your Django Application
https://adamj.eu/tech/2019/09/19/working-around-memory-leaks-in-your-django-app/
https://adamj.eu/tech/2019/09/19/working-around-memory-leaks-in-your-django-app/
How to master Python’s main data analysis library in 20 Minutes
https://towardsdatascience.com/how-to-master-pandas-8514f33f00f6
https://towardsdatascience.com/how-to-master-pandas-8514f33f00f6
Medium
How to master Python’s main data analysis library in 20 Minutes
A code-along guide for essential Pandas functionalities.
Django on Docker Tutorial - A Simple Introduction
https://www.codingforentrepreneurs.com/blog/django-on-docker-a-simple-introduction
video :https://www.youtube.com/watch?v=KaSJMDo-aPs
https://www.codingforentrepreneurs.com/blog/django-on-docker-a-simple-introduction
video :https://www.youtube.com/watch?v=KaSJMDo-aPs
Coding for Entrepreneurs
Django on Docker - A Simple Introduction - Blog - Coding for Entrepreneurs
This is a simple tutorial but it isn't exactly for beginners. It's for people w…
Filtering & Closing Pull Requests on GitHub using the API
https://pythontips.com/2019/09/18/filtering-closing-pull-requests-on-github-using-the-api
https://pythontips.com/2019/09/18/filtering-closing-pull-requests-on-github-using-the-api
yasoob.me
Filtering & Closing Pull Requests on GitHub using the API - Yasoob Khalid
Hi everyone! 👋 In this post, I am going to show you how you can use the GitHub API to query Pull Requests, check the content of a PR and close it.
The motivation for this project came from my personal website. I introduced static comments on the website using…
The motivation for this project came from my personal website. I introduced static comments on the website using…
Python Tips and Trick, You Haven’t Already Seen
https://towardsdatascience.com/python-tips-and-trick-you-havent-already-seen-37825547544f?source=---------5-----------------------
https://towardsdatascience.com/python-tips-and-trick-you-havent-already-seen-37825547544f?source=---------5-----------------------
Medium
Python Tips and Trick, You Haven’t Already Seen
There are plenty of articles written about lots of cool features in Python, but there is much more to talk about…
Forwarded from Machinelearning
CrypTen: A new research tool for secure machine learning with PyTorch
https://ai.facebook.com/blog/crypten-a-new-research-tool-for-secure-machine-learning-with-pytorch
code: https://github.com/facebookresearch/CrypTen
https://ai.facebook.com/blog/crypten-a-new-research-tool-for-secure-machine-learning-with-pytorch
code: https://github.com/facebookresearch/CrypTen
Meta
CrypTen: A new research tool for secure machine learning with PyTorch
Facebook AI is open-sourcing CrypTen, a research-focused framework to explore encrypted machine learning techniques in the PyTorch environment.
Django Projects – 99 ideas for beginners
https://startcodingnow.com/django-projects-ideas-for-beginners/
https://startcodingnow.com/django-projects-ideas-for-beginners/
Create custom plots in PyQt with PyQtGraph
https://www.learnpyqt.com/courses/graphics-plotting/plotting-pyqtgraph/
https://www.learnpyqt.com/courses/graphics-plotting/plotting-pyqtgraph/
Python GUIs
Plotting in PyQt5 — Using PyQtGraph to create interactive plots in your apps
Create custom plots in PyQt with PyQtGraph. One of the major strengths of Python is in exploratory data science and visualization, using tools such as Pandas, numpy, sklearn for data analysis and matplotlib plotting.
How to Add Maps to Python Django Web App Projects with Mapbox
https://www.fullstackpython.com/blog/maps-django-web-applications-projects-mapbox.html
https://www.fullstackpython.com/blog/maps-django-web-applications-projects-mapbox.html
Fullstackpython
How to Add Maps to Django Web App Projects with Mapbox
Learn how to add maps and location-based data to your web applications using Mapbox. Great post on fullstackpython.com!
A Beginner’s Guide on Recurrent Neural Networks with PyTorch
https://blog.floydhub.com/a-beginners-guide-on-recurrent-neural-networks-with-pytorch/
https://blog.floydhub.com/a-beginners-guide-on-recurrent-neural-networks-with-pytorch/
Get Started With Django: Build a Portfolio App
https://realpython.com/courses/django-portfolio-project/
https://realpython.com/courses/django-portfolio-project/
Realpython
Getting Started With Django: Building a Portfolio App – Real Python
In this course, you'll learn the basics of creating powerful web applications with Django, a Python web framework. You'll build a portfolio website to showcase your web development projects, complete with a fully functioning blog.
Analysing music habits with Spotify API and Python
https://nvbn.github.io/2019/10/14/playlist-analysis/
https://nvbn.github.io/2019/10/14/playlist-analysis/
nvbn.github.io
Analysing music habits with Spotify API and Python
I’m using Spotify since 2013 as the main source of music, and back at that time the app
automatically created a playlist for songs that I liked from artists’ radios.
By innertion I’m still using ...
automatically created a playlist for songs that I liked from artists’ radios.
By innertion I’m still using ...
Python and PyQt: Building a GUI Desktop Calculator
https://realpython.com/python-pyqt-gui-calculator/
https://realpython.com/python-pyqt-gui-calculator/
Realpython
Python and PyQt: Building a GUI Desktop Calculator – Real Python
In this tutorial, you'll learn how to create graphical user interface (GUI) applications with Python and PyQt. Once you've covered the basics, you'll build a fully functional desktop calculator that can respond to user events with concrete actions.
SENDING EMAILS IN PYTHON – TUTORIAL WITH CODE EXAMPLES
https://dapythonista.com/2019/10/24/sending-emails-in-python-tutorial-with-code-examples/
https://dapythonista.com/2019/10/24/sending-emails-in-python-tutorial-with-code-examples/
DaPythonista
Sending Emails in Python - Tutorial with Code Examples - DaPythonista