Points must know as a Django Developer. Else you may get Fired.
https://medium.com/@aman_adastra/points-must-know-as-a-django-developer-else-you-may-get-fired-358988cd3ebb
https://medium.com/@aman_adastra/points-must-know-as-a-django-developer-else-you-may-get-fired-358988cd3ebb
Medium
Points must know as a Django Developer. Else you may get Fired.
Hi Dev👏, Here are some things you must use in Django Projects if you are working with Experienced Team Members.
How To Create Custom Login Page In Django
https://websolutionstuff.medium.com/how-to-create-custom-login-page-in-django-f96f380603d5
https://websolutionstuff.medium.com/how-to-create-custom-login-page-in-django-f96f380603d5
Medium
How To Create Custom Login Page In Django
In this article, we will see how to create a custom login page in django. how to allow user registration, login, and logout functionality…
Learning Data Visualization in Python For Daily Cases Using Pandas and Seaborn
https://medium.com/@mnchozin/learning-data-visualization-in-python-for-daily-cases-using-pandas-and-seaborn-aea76275eb1c
https://medium.com/@mnchozin/learning-data-visualization-in-python-for-daily-cases-using-pandas-and-seaborn-aea76275eb1c
Medium
Learning Data Visualization in Python For Daily Cases Using Pandas and Seaborn
A Basic Python implementation for E-commerce Cases
How to create a simple Twitter bot with Python
https://medium.com/@pooyan_razian/how-to-create-a-simple-twitter-bot-with-python-d1817affe421
https://medium.com/@pooyan_razian/how-to-create-a-simple-twitter-bot-with-python-d1817affe421
Medium
How to create a simple Twitter bot with Python
Yesterday, I started building a bot to automatically tweet about the new articles I write on my website. In this article, I will share the simplest bot you can build and more importantly will share a…
Find The Best & Worst Day To Invest In The S&P500 Using Python
https://randerson112358.medium.com/find-the-best-worst-day-to-invest-in-the-s-p500-using-python-50a0f9209f37
https://randerson112358.medium.com/find-the-best-worst-day-to-invest-in-the-s-p500-using-python-50a0f9209f37
Medium
Find The Best & Worst Day To Invest In The S&P500 Using Python
The best and worst day to invest
30 Day of Coding — Day 1: Sliding Window Algorithm
https://medium.com/@syedansab500/30-day-of-coding-day-1-sliding-window-algorithm-fa9ffd57182d
https://medium.com/@syedansab500/30-day-of-coding-day-1-sliding-window-algorithm-fa9ffd57182d
Medium
30 Day of Coding — Day 1: Sliding Window Algorithm
Long ago, when the developers were developing ways to make arrays more efficient, two mathematicians, Braverman and Ostrovsky, invented…
When Python old style string formatting is best practice
https://codereviewdoctor.medium.com/when-python-old-style-string-formatting-is-best-practice-691a0759b37e
https://codereviewdoctor.medium.com/when-python-old-style-string-formatting-is-best-practice-691a0759b37e
Medium
When Python old style string formatting is best practice
String formatting in Python 2 utilized the % modulo operator. Python 3 was released in 2008 which included an alternatives to formatting…
Latex made easy — Pandas
https://medium.com/@tuhin.mallick/if-you-want-a-career-in-academia-youll-probably-have-to-write-your-thesis-using-the-latex-format-672bdbdec9d6
https://medium.com/@tuhin.mallick/if-you-want-a-career-in-academia-youll-probably-have-to-write-your-thesis-using-the-latex-format-672bdbdec9d6
Medium
Latex made easy — Pandas
If you want a career in academia, you’ll probably have to write your thesis using the latex format. You will probably need to use a table…
MySkill Data Analysis Part 2: Python for Data Visualization
https://medium.com/@miftahrafid/myskill-data-analysis-part-2-python-for-data-visualization-a2c514a3a9c7
https://medium.com/@miftahrafid/myskill-data-analysis-part-2-python-for-data-visualization-a2c514a3a9c7
Medium
MySkill Data Analysis Part 2: Python for Data Visualization
Python is one of the most popular programming languages in the world of data analysts and data scientists. Python is also really flexible…
A simple tutorial on Sampling Importance and Monte Carlo with Python codes
https://medium.com/@amir_masoud/a-simple-tutorial-on-sampling-importance-and-monte-carlo-with-python-codes-8ce809b91465
https://medium.com/@amir_masoud/a-simple-tutorial-on-sampling-importance-and-monte-carlo-with-python-codes-8ce809b91465
Medium
A simple tutorial on Sampling Importance and Monte Carlo with Python codes
In this post, I will explain the Importance sampling technique. That is an approximation method showing up in machine learning topics.