Tuesday, March 3, 2020

More readings in Python and my crafted formulae 4 March 2020


[1]
Python + NoSQL DB ops = Python Flask
Good article that illustrates this is 
https://opensource.com/article/18/4/flask

[2]
Python is heavily used in ML (Machine Learning) domain
Innovative way of blogging/writing a book review by commenting on screenshot taken with important pages in text book.

https://no-title.victordomingos.com/articles/2020/book_review_machine_learning_with_python/
https://no-title.victordomingos.com/articles/2019/book_review_python_for_programmers/
https://no-title.victordomingos.com/articles/2018/book_review_python_tricks/

 [3]
Do not be afraid of exploring this functional programming

https://blog.codinghorror.com/a-scripter-at-heart/ 
..
Larry Wall (of Google) highlights the following axes of language design in his survey:

  •     Binding: Early or Late?
  •     Dispatch: Single or Multiple?
  •     Evaluation: Eager or Lazy?
  •     Typology: Eager or Lazy?
  •     Structures: Limited or Rich?
  •     Symbolic or Wordy?
  •     Compile Time or Run Time?
  •     Declarational or Operational?
  •     Classes: Immutable or Mutable?
  •     Class-based or Prototype-based?
  •     Passive data, global consistency or Active data, local consistency?
  •     Encapsulatation: by class? by time? by OS constructs? by GUI elements?
  •     Scoping: Syntactic, Semantic, or Pragmatic?
 ...
The reason why dynamic languages like Perl, Python, and PHP are so important is key to understanding the paradigm shift. Unlike applications from the previous paradigm, web applications are not released in one to three year cycles. They are updated every day, sometimes every hour. Rather than being finished paintings, they are sketches, continually being redrawn in response to new data.

In my talk, I compared web applications to Von Kempelen's famous hoax, the mechanical Turk, a 1770 mechanical chess playing machine with a man hidden inside. Web applications aren't a hoax, but like the mechanical Turk, they do have a programmer inside. And that programmer is sketching away madly
..

[4]
Some good blogs in python
https://blog.eduonix.com/software-development/top-python-blogs-follow-2019/


[5] Know that Apple Co is a also a big fan of python

Busniess iPhone ; China ; CEO ; Tim Cook ; CNBC ; Interview
https://medium.com/datadriveninvestor/no-more-budget-iphones-fba97ff5c902

With these thoughts march forward into 2020 for the moment.


 



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Followers