Starting Your Data Science Journey as a Data Engineer
https://medium.com/@patilsneha251/starting-your-data-science-journey-as-a-data-engineer-e55e0a2d72b8
https://medium.com/@patilsneha251/starting-your-data-science-journey-as-a-data-engineer-e55e0a2d72b8
Medium
Starting Your Data Science Journey as a Data Engineer
Essential Steps to Get Started
Why lists are good while inserting/removing elements from list than tuple with example in python
https://medium.com/@irshadalamtech/why-lists-are-good-while-inserting-removing-elements-from-list-than-tuple-with-example-in-python-ef43ece3c7a5
https://medium.com/@irshadalamtech/why-lists-are-good-while-inserting-removing-elements-from-list-than-tuple-with-example-in-python-ef43ece3c7a5
Medium
Why lists are good while inserting/removing elements from list than tuple with example in python
Lists are better than tuples while inserting or removing elements because they are mutable. This means that you can change the contents of…
Why tuples are good while accessing elements than lists in python
https://medium.com/@irshadalamtech/why-tuples-are-good-while-accessing-elements-than-lists-in-python-70c2d246075b
https://medium.com/@irshadalamtech/why-tuples-are-good-while-accessing-elements-than-lists-in-python-70c2d246075b
Medium
Why tuples are good while accessing elements than lists in python
Tuples are immutable in Python, which means that their elements cannot be changed once they are created. This makes tuples faster than…
Difference between iterator and generator with example code in python
https://medium.com/@irshadalamtech/difference-between-iterator-and-generator-with-example-code-in-python-22bd4485bffb
https://medium.com/@irshadalamtech/difference-between-iterator-and-generator-with-example-code-in-python-22bd4485bffb
Medium
Difference between iterator and generator with example code in python
As you can see, the iterator and generator produce the same output. However, there are some key differences between the two:
Difference between sequence and iteration with examin python
https://medium.com/@irshadalamtech/difference-between-sequence-and-iteration-with-examin-python-47ee93c4d2d0
https://medium.com/@irshadalamtech/difference-between-sequence-and-iteration-with-examin-python-47ee93c4d2d0
Medium
Difference between sequence and iteration with examin python
An example of sequence and iteration in Python:
Top Python map()|filter()|reduce()|zip() and list|dict comprehension examples
https://medium.com/@irshadalamtech/top-python-map-filter-reduce-zip-and-list-dict-comprehension-examples-19d1d55d4c78
https://medium.com/@irshadalamtech/top-python-map-filter-reduce-zip-and-list-dict-comprehension-examples-19d1d55d4c78
Medium
Top Python map()|filter()|reduce()|zip() and list|dict comprehension examples
List comprehensions can be used to create new lists from existing lists in a concise and efficient way. They are a powerful tool that can…
Simple Django boiler plate code for your project (No DRF) [with github code]
https://medium.com/@pintzprajapati/simple-django-boiler-plate-code-for-your-project-no-drf-with-github-code-9e656a90e756
https://medium.com/@pintzprajapati/simple-django-boiler-plate-code-for-your-project-no-drf-with-github-code-9e656a90e756
Medium
Simple Django boiler plate code for your project (No DRF) [with github code]
Hello there! Am here again with a new Django blog.
Crack the Code Like Caesar: Build Your Own Secret Message Encrypter! [Python code included]
https://medium.com/@leroyleowdev/crack-the-code-like-caesar-build-your-own-secret-message-encrypter-python-code-included-a95c21e22962
https://medium.com/@leroyleowdev/crack-the-code-like-caesar-build-your-own-secret-message-encrypter-python-code-included-a95c21e22962
Medium
Crack the Code Like Caesar: Build Your Own Secret Message Encrypter! [Python code included]
The Caesar cipher, also known as the Caesar shift or Caesar’s code, is one of the oldest and simplest encryption techniques in the history…
Things you need to know in Python: Closures
https://medium.com/@jdgb.projects/things-you-need-to-know-in-python-closures-4649d6678e0b
https://medium.com/@jdgb.projects/things-you-need-to-know-in-python-closures-4649d6678e0b
Medium
Things you need to know in Python: Closures
Today I want to explain a feature that is very useful to know in order to solve a problem that we all have encountered when programming…
Upgrading My Open Source Proof of Work Blockchain with Advanced Features
https://rabmcmenemy.medium.com/upgrading-my-open-source-proof-of-work-blockchain-with-advanced-features-afd4113c3a14
https://rabmcmenemy.medium.com/upgrading-my-open-source-proof-of-work-blockchain-with-advanced-features-afd4113c3a14
Medium
Upgrading My Open Source Proof of Work Blockchain with Advanced Features
Introduction
Using Protobuf for MQTT Message and QoS 2 Stored Messages in Python
https://medium.com/@adityaalviori/using-protobuf-for-mqtt-message-and-qos-2-stored-messages-in-python-f7a0447cc81c
https://medium.com/@adityaalviori/using-protobuf-for-mqtt-message-and-qos-2-stored-messages-in-python-f7a0447cc81c
Medium
Using Protobuf for MQTT Message and QoS 2 Stored Messages in Python
Background