Coder Social home page Coder Social logo

mgalarnyk / python_tutorials Goto Github PK

View Code? Open in Web Editor NEW
1.2K 1.2K 1.1K 329.32 MB

Python tutorials in both Jupyter Notebook and youtube format.

Home Page: https://medium.com/@GalarnykMichael

License: MIT License

Jupyter Notebook 99.95% Python 0.04% Dockerfile 0.01%

python_tutorials's People

Contributors

akritw avatar imrekovacs avatar mas-dse-mgalarny avatar mgalarnyk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

python_tutorials's Issues

Didn't Display

If i Run With CMD / Terminal .. there is no happened . but if i running with Jupyter Notebook.. it will show the graph.. what should i do if i want show it grafic, via terminal or CMD.. thankssss

Missing License

I love the blog and the explanations of some of the topics I was reading. Also, I would like to use one figure that can be obtained with the scripts you provide. However there is no explicit license of doing it.

Very beginner issue

Hi
I 'm trying to use your code but it gave me this error:

ModuleNotFoundError Traceback (most recent call last)
in
1 import pandas as pd
2 import numpy as np
----> 3 import matplotlib.pyplot as plt
4 from sklearn.decomposition import PCA
5 from sklearn.preprocessing import StandardScaler

ModuleNotFoundError: No module named 'matplotlib'

Can you help me to solve it?

Thank you

Error while loading MNIST data - logistic regression tutorial

While following part2 of the tutorial:
https://medium.com/@GalarnykMichael/logistic-regression-using-python-sklearn-numpy-mnist-handwriting-recognition-matplotlib-a6b31e2b166a

For some reason, ‘loadmnist’ method did not work very well for me.

I faced an error:
errorTraceback (most recent call last)
in ()
1 train_img, train_lbl = loadmnist('data/train-images-idx3-ubyte'
----> 2 , 'data/train-labels-idx1-ubyte')
3 # test_img, test_lbl = loadmnist('data/t10k-images-idx3-ubyte'
4 # , 'data/t10k-labels-idx1-ubyte')

in loadmnist(imagefile, labelfile)
25 for j in range(rows*cols):
26 tmp_pixel = images.read(1) # Just a single byte
---> 27 tmp_pixel = unpack('>B', tmp_pixel)[0]
28 x[i][j] = tmp_pixel
29 tmp_label = labels.read(1)

error: unpack requires a string argument of length 1

I did try to follow along the tutorial.
I guess it has to do with the magic numbers used. 
Did not get much time to debug it though. Just letting you know.

Face_recogntion error

While importing the face_recognition package in jupyter anaconda, I am getting below error.

ModuleNotFoundError Traceback (most recent call last)
in
----> 1 import face_recognition
2
3

ModuleNotFoundError: No module named 'face_recognition'

Playing_with_PyQt.ipynb google deprecated method

python3.5/site-packages/pandas_datareader/google/daily.py:40: UnstableAPIWarning:
The Google Finance API has not been stable since late 2017. Requests seem
to fail at random. Failure is especially common when bulk downloading.

Notebook does not work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.