March 2020

02/03/2020

Avoiding Conflicts with Other Libraries:
https://learn.jquery.com/using-jquery-core/avoid-conflicts-other-libraries/

03/03/2020

Bubble Sort Descending List in Python:
https://stackoverflow.com/questions/43955474/bubble-sort-descending-list-in-python

The Python range() Function Guide:
https://realpython.com/python-range/

06/03/2020

Managing Multiple Python Versions with "pyenv":
https://realpython.com/intro-to-pyenv/

Video Calling on Raspberry 3:
https://www.instructables.com/id/Video-Calling-on-Raspberry-Pi-3/

How to Autostart Apps In Raspbian LXDE Desktop:
https://www.raspberrypi-spy.co.uk/2014/05/how-to-autostart-apps-in-rasbian-lxde-desktop/

11/03/2020

Python map() Function:
https://www.journaldev.com/22960/python-map-function

Splitting, Concatenating and Joining Strings in Python:
https://realpython.com/python-string-split-concatenate-join/

Scaling Horizontally and Vertically for Databases:
https://medium.com/@abhinavkorpal/scaling-horizontally-and-vertically-for-databases-a2aef778610c

How to explain Vertical and Horizontal Scaling in the Cloud:
https://www.ibm.com/blogs/cloud-computing/2014/04/09/explain-vertical-horizontal-scaling-cloud/

Tips for Using Django's ManyToManyField:
https://www.revsys.com/tidbits/tips-using-djangos-manytomanyfield/

13/03/2020

Django QuerySet API Reference "contains" and "icontains" Field lookups:
https://docs.djangoproject.com/en/3.0/ref/models/querysets/#contains

14/03/2020

Python: How to Get the current working directory?
https://thispointer.com/python-how-to-get-the-current-working-directory/

Google Colaboratory and Kaggle Datasets:
https://medium.com/@saedhussain/google-colaboratory-and-kaggle-datasets-b57a83eb6ef8

How to Upload Your Own Dataset into Google Colab:
https://medium.com/@yuraist/how-to-upload-your-own-dataset-into-google-colab-e228727c87e9

15/03/2020

Python | os.mkdir() method:
https://www.geeksforgeeks.org/python-os-mkdir-method/

How to test Jupyter Notebook from Github via Google Colab:
https://medium.com/@steve7an/how-to-test-jupyter-notebook-from-github-via-google-colab-7dc4b9b11a19

Python: 7 Important Reasons Why You Should Use Python:
https://medium.com/@mindfiresolutions.usa/python-7-important-reasons-why-you-should-use-python-5801a98a0d0b


16/03/2020

What is the arguments object in Javascript:
https://nodejs.org/en/knowledge/javascript-conventions/what-is-the-arguments-object/

17/03/2020

How to Install Java with "apt" on Ubuntu 18.04:
https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-18-04

18/03/2020

JavaScript ReferenceError: "x" is not defined:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Not_defined

How do I pull a native DOM element from a jQuery object?:
https://learn.jquery.com/using-jquery-core/faq/how-do-i-pull-a-native-dom-element-from-a-jquery-object/

JQuery .on() function:
https://api.jquery.com/on/

JQuery and Django:
https://www.tangowithdjango.com/book17/chapters/jquery.html

How to Install Netbeans 8.1 on Ubuntu 16.04 with OpenJDK 8 (For issues):
https://www.brandonfoltz.com/2016/05/how-to-install-netbeans-8-1-on-ubuntu-16-04-with-openjdk-8/


20/03/2020

JavaScript RegExp.$1-$9 :
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/n

JavaScript Data Types:
https://www.w3schools.com/js/js_datatypes.asp


21/03/2020

Which Python package manager should you use?:
https://towardsdatascience.com/which-python-package-manager-should-you-use-d0fd0789a250

Anaconda Environment > Managing Python:
https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-python.html#id1

Anaconda Distribution:
https://docs.continuum.io/anaconda/

Why should I use Anaconda instead of traditional Python distributions for Data Science:
https://www.quora.com/Why-should-I-use-anaconda-instead-of-traditional-Python-distributions-for-data-science

Boosting numpy: Why BLAS matters:
http://markus-beuckelmann.de/blog/boosting-numpy-blas.html

The performance of Intel vs. Anaconda vs. vanilla Python - a personal benchmark:
https://blog.alookanalytics.com/2018/08/28/whats-the-performance-of-intel-python-vs-anaconda/

3 Python Functions: map, filter, reduce:
https://towardsdatascience.com/top-3-python-functions-you-dont-know-about-probably-978f4be1e6d

Medium Post: I Thought I was Mastering Python Until I Discovered These Tricks:
https://towardsdatascience.com/i-thought-i-was-mastering-python-until-i-discovered-these-tricks-e40d9c71f4e2

22/03/2020

Learn to become a modern backend developer:
https://roadmap.sh/backend

23/03/2020

MIME:
https://en.wikipedia.org/wiki/MIME

mime:
https://developer.mozilla.org/en-US/docs/Glossary/mime

MIME type:
https://developer.mozilla.org/en-US/docs/Glossary/MIME_type

JavaScript: Remove Element from an Array:
https://www.hostingadvice.com/how-to/javascript-remove-element-array/

in JavaScript: var vs. let vs. const:
https://tylermcginnis.com/var-let-const/

24/03/2020

JavaScript Array includes() method:
https://www.w3schools.com/jsref/jsref_includes_array.asp

Django QuerySet API Reference select_related():
https://docs.djangoproject.com/en/dev/ref/models/querysets/#select-related

jsonpickle Documentation:
https://jsonpickle.github.io/

JavaScript Object Basics:
https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/Basics

jQuery API: .after():
https://api.jquery.com/after/

What is the difference between "predict" and "predict_classes" functions in Keras:
https://stackoverflow.com/questions/51382524/what-is-the-difference-between-predict-and-predict-class-functions-in-keras/56482775

Keras: The Python Deep Learning Library:
https://keras.io/

Why use Keras?:
https://keras.io/why-use-keras/

25/03/2020

jQuery API: .find():
https://api.jquery.com/find/

26/03/2020

codepen.io Preview Template:
https://blog.codepen.io/documentation/features/preview-template/

mdn: <input type="hidden">:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/hidden

27/03/2020

Python sorted() function:
https://www.w3schools.com/python/ref_func_sorted.asp

JavaScript location.reload() Method:
https://www.tutorialrepublic.com/faq/how-to-refresh-a-page-with-jquery.php

28/03/2020

Deep Learning in OpenCV:
https://github.com/opencv/opencv/wiki/Deep-Learning-in-OpenCV

29/03/2020

Maven - Java geliştiricisinin kurtarıcısı:
https://medium.com/@tugrulbayrak/maven-java-geli%C5%9Ftiricisinin-kurtar%C4%B1c%C4%B1s%C4%B1-914f345170a2

Hibernate #1- ORM Kavramına Giriş:
https://medium.com/@tugrulbayrak/hibernate-1-orm-kavram%C4%B1na-giri%C5%9F-c2ba2f2a3bfe

Functional Programming tricks for simplifying and improving code:
https://levelup.gitconnected.com/functional-programming-tricks-for-simplifying-and-improving-code-ea2fe5f89529

30/03/2020

DOM Event Interface:
https://developer.mozilla.org/en-US/docs/Web/API/Event

Event.preventDefault():
https://developer.mozilla.org/en-US/docs/Web/API/Event/preventDefault

How jQuery Works:
https://learn.jquery.com/about-jquery/how-jquery-works/

jQuery .ready():
https://api.jquery.com/ready/

jQuery $ vs $():
https://learn.jquery.com/using-jquery-core/dollar-object-vs-function/

jQuery $( document ).ready():
https://learn.jquery.com/using-jquery-core/document-ready/

31/03/2020

jQuery, Avoiding Conflicts with Other Libraries:
https://learn.jquery.com/using-jquery-core/avoid-conflicts-other-libraries/

jQuery Attributes:
https://learn.jquery.com/using-jquery-core/attributes/












Yorumlar

Yorum Gönder