Chapter 4 — Our First Coding Lesson In Python
https://medium.com/@cherhinchong/chapter-4-our-first-coding-lesson-in-python-b3336d1a7063
https://medium.com/@cherhinchong/chapter-4-our-first-coding-lesson-in-python-b3336d1a7063
Medium
Chapter 4 — Our First Coding Lesson In Python
Python Programming Made Easy
4 of the most annoying python features
https://medium.com/@joshilovessnow/4-of-the-most-annoying-python-features-a058fb20fe7c
https://medium.com/@joshilovessnow/4-of-the-most-annoying-python-features-a058fb20fe7c
Medium
4 of the most annoying python features
Python, as most of us can agree, is a great programming language. It contains ample fantastic factors and has such a simplistic structure…
7 Python Tips and Tricks You Probably Don’t Know
https://python.plainenglish.io/7-python-tips-and-tricks-you-probably-dont-know-94dbaab48b9d
https://python.plainenglish.io/7-python-tips-and-tricks-you-probably-dont-know-94dbaab48b9d
Medium
7 Python Tips and Tricks You Probably Don’t Know
Most Common and Notorious Python Tips for Pro Codding
Как создать собственный сенсор Apache Airflow: пример
https://medium.com/@bigdataschool/%D0%BA%D0%B0%D0%BA-%D1%81%D0%BE%D0%B7%D0%B4%D0%B0%D1%82%D1%8C-%D1%81%D0%BE%D0%B1%D1%81%D1%82%D0%B2%D0%B5%D0%BD%D0%BD%D1%8B%D0%B9-%D1%81%D0%B5%D0%BD%D1%81%D0%BE%D1%80-apache-airflow-%D0%BF%D1%80%D0%B8%D0%BC%D0%B5%D1%80-3e43c6bed0dc
https://medium.com/@bigdataschool/%D0%BA%D0%B0%D0%BA-%D1%81%D0%BE%D0%B7%D0%B4%D0%B0%D1%82%D1%8C-%D1%81%D0%BE%D0%B1%D1%81%D1%82%D0%B2%D0%B5%D0%BD%D0%BD%D1%8B%D0%B9-%D1%81%D0%B5%D0%BD%D1%81%D0%BE%D1%80-apache-airflow-%D0%BF%D1%80%D0%B8%D0%BC%D0%B5%D1%80-3e43c6bed0dc
Medium
Как создать собственный сенсор Apache Airflow: пример
Сегодня заглянем под капот особых операторов Apache AirFlow, разберемся с режимами работы датчиков, а также рассмотрим, как создать собственный сенсор. Краткий ликбез по разработке своего sensor’а с…
Do a Simple Web Scrapping with Python — Part 3: Set up
https://medium.com/@alfatih.hergun/do-a-simple-web-scrapping-with-python-part-3-set-up-28cea14bd528
https://medium.com/@alfatih.hergun/do-a-simple-web-scrapping-with-python-part-3-set-up-28cea14bd528
Medium
Do a Simple Web Scrapping with Python — Part 3: Set up
Setting up a Virtual Environment and Installing Beautiful Soup 4 and Requests packages
Python : Defining functions with keyword arguments
https://medium.com/@boris.alexandre.rose/python-defining-functions-with-keyword-arguments-74a886aaf1ef
https://medium.com/@boris.alexandre.rose/python-defining-functions-with-keyword-arguments-74a886aaf1ef
Medium
Python : Defining functions with keyword arguments
Functions can be called using keyword arguments of the form kwarg=value. For instance, the following function:
Sharpen Your Coding Skills with Command-Line Arguments in Python
https://dylan-hudson.medium.com/sharpen-your-coding-skills-with-command-line-arguments-in-python-2cdf51a16936
https://dylan-hudson.medium.com/sharpen-your-coding-skills-with-command-line-arguments-in-python-2cdf51a16936
Medium
Sharpen Your Coding Skills with Command-Line Arguments in Python
Python is a fantastic language for scripting, prototyping, and developing portable back-end applications. The extensive libraries and…
Using Django’s JSONField? You probably don’t need it. Here’s why
https://medium.com/@romansorin/using-djangos-jsonfield-you-probably-don-t-need-it-here-s-why-93478738b887
https://medium.com/@romansorin/using-djangos-jsonfield-you-probably-don-t-need-it-here-s-why-93478738b887
Medium
Using Django’s JSONField? You probably don’t need it. Here’s why
In my current role, we use Django with Django Rest Framework (DRF) to power our platform’s API, and leverage PostgreSQL to store both…
Two-sample chi-square test in Python
https://medium.com/@24littledino/two-sample-chi-square-test-in-python-b9f2db89dc2b
https://medium.com/@24littledino/two-sample-chi-square-test-in-python-b9f2db89dc2b
Medium
Two-sample chi-square test in Python
Introduction
How to create a COVID dashboard web application with Python
https://medium.com/@brianruizy/how-to-create-a-covid-dashboard-web-application-with-python-9b4b2df45c4
https://medium.com/@brianruizy/how-to-create-a-covid-dashboard-web-application-with-python-9b4b2df45c4
Medium
How to create a COVID-19 dashboard web application with Python
Our application gained over 10k visits and received code contributions from open-source developers around the world.