Resources
curated by the community
-
https://coherentpdf.com/python/pythonfromtheverybeginning.html
03-28-2021
An html version of a Python book for absolute beginners. The book builds up from setting variables and different types to some small, but concept-useful projects.
@emehrkay -
https://www.youtube.com/c/PythonIn1Minute/videos
01-12-2021
A collection of videos that will teach you a Python concept in under a minute.
@emehrkay -
https://www.mygreatlearning.com/blog/machine-learning-tutorial-for-complete-beginners/?utm_source=myreddit-ML121
08-11-2020
Machine Learning Tutorial For Complete Beginners
@emehrkay -
https://github.com/SigmaQuan/Better-Python-59-Ways
06-20-2020
59 ways that will help you write better Python
@emehrkay -
https://www.youtube.com/watch?v=6kNzG0T44SI&feature=share
09-23-2019
This tutorial on the foundations of Python coroutines in order to understand async programming is the first of a two part tutorial.
@emehrkay -
https://www.youtube.com/watch?v=ww1UsGZV8fQ
08-06-2019
Video on how to use too patch to your advantage in your code.
@emehrkay -
https://www.interviewcake.com/article/python/big-o-notation-time-and-space-complexity
08-02-2019
A primer on Big-O Notation. The simple and clear examples illustrate how to determine the worst case runtime of a given algorithm
@emehrkay -
https://realpython.com/read-write-files-python/
07-03-2019
One of the most common tasks that you can do with Python is reading and writing files. Whether it’s writing to a simple text file, reading a complicated server log, or even analyzing raw byte data, all of these situations require reading or writing a file.
@emehrkay -
https://www.youtube.com/playlist?list=PLGLfVvz_LVvSX7fVd4OUFp_ODd86H0ZIY
07-03-2019
Learn: code, c++, python, java, php, mysql, javascript, js, html, css, go, ruby, sass, susy, objective c, swift, lua, c#, lisp, haskell, prolgo, scala, dart, jquery, handlebars, bootstrap, express, xampp, jade, MEAN stack, perl, groovy, rush, bash, typescript, erlang, elixir, f#, ES6, kotlin, crochet, r, clojure, arduino, crysal, julia, matlab, fortran, LaTeX, java in one video.
@ann -
https://pythonhosted.org/python-geoip/
07-03-2019
A python2 library that will allow you to get geo info from an ipaddress. For python3 support install pip install python-geoip-python3
@emehrkay -
https://gto76.github.io/python-cheatsheet
07-03-2019
Simple, yet comprehensive overview of Python’s native types that cover common operations against them
@emehrkay -
http://www.pythontutor.com
07-03-2019
Write code in your web browser, see it visualized step by step, and get live help from volunteers. java, c, c++, javascript, ruby also available.
@jermaine -
http://projectpython.net/chapter00/
07-03-2019
A very cool website that will teach you Python with interactive sections.
@emehrkay -
https://medium.com/@xsschauhan/understanding-python-dataclasses-part-1-c3ccd4355c34
07-03-2019
An intro to python 3.7’s data classes. They make defining simple data objects a bit easier.
@emehrkay -
https://github.com/ontana/python-patterns
07-03-2019
A comprehensive set of design patterns in the python programming language.
@emehrkay -
https://medium.com/archsaber/a-simple-introduction-to-pythons-asyncio-595d9c9ecf8c
07-03-2019
A primer on pythons asyncio. It gives an overview of what it is and how you can utilize it in your applicaitons
@emehrkay -
https://www.kdnuggets.com/2018/04/python-regular-expressions-cheat-sheet.html
07-03-2019
A cool reference for python regular expressions
@emehrkay -
Strftime.org
07-03-2019
Great resource for date formatting in python. I use it multiple times per week
@emehrkay -
Pyformat.info
07-03-2019
Great resource that covers the various formatting options for strings in Python.
@emehrkay -
https://www.humblebundle.com/books/artificial-intelligence-books
07-03-2019
@ann