Notes | Understanding and Visualizing Data with Python: Week 1
https://medium.com/@hc.data/notes-understanding-and-visualizing-data-with-python-week-1-a118dd6ef777
https://medium.com/@hc.data/notes-understanding-and-visualizing-data-with-python-week-1-a118dd6ef777
Medium
Notes | Understanding and Visualizing Data with Python: Week 1
A brief summary of Week 1 of Understanding and Visualizing Data with Python by University of Michingan on Coursera.
POLYNOMIAL REGRESSION USING PYTHON AND TENSORFLOW
https://medium.com/@imetindonmez/polynomial-regression-using-python-and-tensorflow-3376faf233c5
https://medium.com/@imetindonmez/polynomial-regression-using-python-and-tensorflow-3376faf233c5
Medium
POLYNOMIAL REGRESSION USING PYTHON AND TENSORFLOW
In this article , I am going to explain you how polynomial regression can be done in tensorflow. Before we start , it would be good to…
Pitfalls of the title() method in Python
https://medium.com/@rabea.affan/pitfalls-of-the-title-method-in-python-5609fe492f
https://medium.com/@rabea.affan/pitfalls-of-the-title-method-in-python-5609fe492f
Medium
Pitfalls of the title() method in Python
One of the text manipulation built-in functions in python is title(). It receives a string and converts every first letters of every word…
How to ensure data type correctness at Python
https://medium.com/@1StepFromMagic/how-to-ensure-data-type-correctness-at-python-906abdc49963
https://medium.com/@1StepFromMagic/how-to-ensure-data-type-correctness-at-python-906abdc49963
Medium
How to ensure data type correctness at Python
Python is a programming language which is famous for its polymorphism. It means that the same operation will work differently with objects…
Iterators, List Comprehensions and Generators
https://medium.com/@aliozan_memetoglu/iterators-list-comprehensions-and-generators-dca6916ef20b
https://medium.com/@aliozan_memetoglu/iterators-list-comprehensions-and-generators-dca6916ef20b
Medium
Iterators, List Comprehensions and Generators
Lists, strings and range objects are all iterables, as are many other Python objects, such as dictionaries and file connections.
10 SQL Queries You Should Keep In Mind
https://pythonians.medium.com/10-sql-queries-you-should-keep-in-mind-33502328515
https://pythonians.medium.com/10-sql-queries-you-should-keep-in-mind-33502328515
Importing data from a PostgreSQL database to a Pandas DataFrame
https://medium.com/@alestamm/importing-data-from-a-postgresql-database-to-a-pandas-dataframe-5f4bffcd8bb2
https://medium.com/@alestamm/importing-data-from-a-postgresql-database-to-a-pandas-dataframe-5f4bffcd8bb2
Medium
Importing data from a PostgreSQL database to a Pandas DataFrame
On this article we’ll go over how to create a pandas DataFrame using a simple connection and query to fetch data from a PostgreSQL database…
Image Processing in Python with NumPy, SciPy and skimage (1)
https://medium.com/@StanSi_/image-processing-in-python-with-numpy-scipy-and-skimage-1-29de65d2968c
https://medium.com/@StanSi_/image-processing-in-python-with-numpy-scipy-and-skimage-1-29de65d2968c
Medium
Image Processing in Python with NumPy, SciPy and skimage (1)
NumPy, matplotlib, SciPy and scikit-image form a powerful image processing framework for Python language. A lot of authors mention OpenCV…
Desmistificando identity, value e hash value de objetos em Python
https://nicoledev89.medium.com/desmistificando-identity-value-e-hash-value-de-objetos-em-python-491e1ec5df77
https://nicoledev89.medium.com/desmistificando-identity-value-e-hash-value-de-objetos-em-python-491e1ec5df77
Medium
Desmistificando identity, value e hash value de objetos em Python
id(), hash() e operadores == e is