How to Deploy Django App on Heroku Using Gitlab CI/CD Step by Step
https://medium.com/@ganiilhamirsyadi/how-to-deploy-django-app-on-heroku-using-gitlab-ci-cd-step-by-step-45c0d9d31798
https://medium.com/@ganiilhamirsyadi/how-to-deploy-django-app-on-heroku-using-gitlab-ci-cd-step-by-step-45c0d9d31798
10 Crazy Cool Project Ideas for Python Developers
https://towardsdatascience.com/10-crazy-cool-project-ideas-for-python-developers-d7efeb0a345
https://towardsdatascience.com/10-crazy-cool-project-ideas-for-python-developers-d7efeb0a345
I'm interested in programmers' workflow. Any programmers here can share your workflow?
https://www.reddit.com/r/learnpython/comments/iw1mvp/im_interested_in_programmers_workflow_any/
https://www.reddit.com/r/learnpython/comments/iw1mvp/im_interested_in_programmers_workflow_any/
reddit
r/learnpython - I'm interested in programmers' workflow. Any programmers here can share your workflow?
291 votes and 49 comments so far on Reddit
The Top 10 File Handling Techniques in Python
Make working with files easier
https://medium.com/better-programming/the-top-10-file-handling-techniques-in-python-cf2330a16e7
Make working with files easier
https://medium.com/better-programming/the-top-10-file-handling-techniques-in-python-cf2330a16e7
12 Cool Data Science Projects Ideas for Beginners and Experts
“How many data science projects have you…
https://towardsdatascience.com/12-cool-data-science-projects-ideas-for-beginners-and-experts-fc75b5498e03
“How many data science projects have you…
https://towardsdatascience.com/12-cool-data-science-projects-ideas-for-beginners-and-experts-fc75b5498e03
Data Visualisation with Matplotlib
How to master the basic key features of Matplotlib in 5 mins
https://towardsdatascience.com/data-visualisation-with-matplotlib-13aaf4787b30
How to master the basic key features of Matplotlib in 5 mins
https://towardsdatascience.com/data-visualisation-with-matplotlib-13aaf4787b30
ChancePy — Upgrade your Tests
https://medium.com/kovrr-engineering/chancepy-upgrade-your-tests-8c9abd216d70
https://medium.com/kovrr-engineering/chancepy-upgrade-your-tests-8c9abd216d70
Introduction to Schema: A Python Libary to Validate your Data
Validating your data just Gets more…
https://towardsdatascience.com/introduction-to-schema-a-python-libary-to-validate-your-data-c6d99e06d56a
Validating your data just Gets more…
https://towardsdatascience.com/introduction-to-schema-a-python-libary-to-validate-your-data-c6d99e06d56a
OpenCV: Automatic License/Number Plate Recognition (ANPR) with Python
In this tutorial, you will build a basic Automatic License/Number Plate Recognition (ANPR) ...
https://www.pyimagesearch.com/2020/09/21/opencv-automatic-license-number-plate-recognition-anpr-with-python/
In this tutorial, you will build a basic Automatic License/Number Plate Recognition (ANPR) ...
https://www.pyimagesearch.com/2020/09/21/opencv-automatic-license-number-plate-recognition-anpr-with-python/
Automate your daily tasks with Python
https://www.reddit.com/r/learnpython/comments/iutuq5/automate_your_daily_tasks_with_python/
https://www.reddit.com/r/learnpython/comments/iutuq5/automate_your_daily_tasks_with_python/
reddit
Automate your daily tasks with Python
Hey. I recently saw someone advertise that they'd be willing to help some lucky folks with automating their daily tasks. With 8 years experience...
I made an Abstract Art Generator using Python/Pygame, source code is available and I'm seeking feedback, this is my 4th project
https://www.reddit.com/r/madeinpython/comments/il2x88/i_made_an_abstract_art_generator_using/
https://www.reddit.com/r/madeinpython/comments/il2x88/i_made_an_abstract_art_generator_using/
Make Your Pandas DataFrame Output Report-Ready
Instruction of Pandas style and Sparklines Library
https://towardsdatascience.com/make-your-pandas-dataframe-output-report-ready-a9440f6045c6
Instruction of Pandas style and Sparklines Library
https://towardsdatascience.com/make-your-pandas-dataframe-output-report-ready-a9440f6045c6
Custom Object Detection using Yolov4, Roboflow, and Google Colab
https://medium.com/@ashishgupta_72081/custom-object-detection-using-yolov4-roboflow-and-google-colab-c31a3a43e61c
https://medium.com/@ashishgupta_72081/custom-object-detection-using-yolov4-roboflow-and-google-colab-c31a3a43e61c
Logistic Regression: The Math and The Code
A Deep Down look into Logistic Regression, the basic…
https://medium.com/adg-vit/logistic-regression-the-math-and-the-code-291077530d77
A Deep Down look into Logistic Regression, the basic…
https://medium.com/adg-vit/logistic-regression-the-math-and-the-code-291077530d77
Winning Solution of RecSys2020 Challenge: GPU Accelerated Feature Engineering and Training for
https://medium.com/rapids-ai/winning-solution-of-recsys2020-challenge-gpu-accelerated-feature-engineering-and-training-for-cd67c5a87b1f
https://medium.com/rapids-ai/winning-solution-of-recsys2020-challenge-gpu-accelerated-feature-engineering-and-training-for-cd67c5a87b1f
My Favorite Python Servers To Deploy Into Production
Spice-up your deploy-ability by exploring…
https://towardsdatascience.com/my-favorite-python-servers-to-deploy-into-production-d92289764fbe
Spice-up your deploy-ability by exploring…
https://towardsdatascience.com/my-favorite-python-servers-to-deploy-into-production-d92289764fbe
5 Smooth Syntactical Tricks For Python
Make your code more concise and faster by using these…
https://towardsdatascience.com/5-smooth-syntactical-tricks-for-python-61cd69663cc9
Make your code more concise and faster by using these…
https://towardsdatascience.com/5-smooth-syntactical-tricks-for-python-61cd69663cc9
Lambda Function in Python – How and When to use?
Lambda Function, also referred to as ‘Anonymous function’ is same as a regular python function but ...
https://www.machinelearningplus.com/python/lambda-function/
Lambda Function, also referred to as ‘Anonymous function’ is same as a regular python function but ...
https://www.machinelearningplus.com/python/lambda-function/
Machine Learning Plus
Lambda Function in Python – How and When to use?
Learn Data Science Online
How to use tf.function to speed up Python code in Tensorflow
tf.function is a decorator function provided by Tensorflow 2.0 that converts regular python code to ...
https://www.machinelearningplus.com/deep-learning/how-use-tf-function-to-speed-up-python-code-tensorflow/
tf.function is a decorator function provided by Tensorflow 2.0 that converts regular python code to ...
https://www.machinelearningplus.com/deep-learning/how-use-tf-function-to-speed-up-python-code-tensorflow/
Machine Learning Plus
How to use tf.function to speed up Python code in Tensorflow
Learn Data Science Online