Skip to content

danielfyo/python-in-depth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

python-in-depth

links of interest

Link Description
https://www.python.org/doc/versions/ Python versions documentation.
https://wiki.python.org/moin/TkInter Information about Tkinter.
https://docs.python.org/3/library/argparse.html Documentation for the argparse module.
https://click.palletsprojects.com/ Click framework for command-line interfaces.
https://www.djangoproject.com/ Official Django website.
https://blog.getpelican.com/ Pelican static site generator.
https://wiki.python.org/moin/PyQt Information about PyQt.
https://wiki.python.org/moin/Pyjamas Framework for web development with Python.
https://docs.python.org/3/howto/curses.html curses tutorial for terminal applications.
https://python-gtk-3-tutorial.readthedocs.io/ GTK tutorial for graphical interfaces.
https://invisible-island.net/ncurses/ncurses.faq.html ncurses frequently asked questions.
http://urwid.org/ Urwid library for text interfaces.
https://falcon.readthedocs.io/en/stable/ Falcon web framework for APIs and microservices.
https://palletsprojects.com/p/flask/ Official Flask website.
https://trypyramid.com/ Official Pyramid website.
https://www.starlette.io/ Starlette web toolkit for ASGI.
https://docs.python.org/3/library/ftplib.html Documentation for the ftplib module.
https://github.com/divio/django-cms Django-CMS repository.
https://github.com/odoo/odoo Odoo repository.
https://docs.python.org/3/library/email.examples.html Examples of Python's email module.
https://github.com/ GitHub platform.
https://matplotlib.org/ Matplotlib library for data visualization.
https://jupyter.org/ Jupyter project (includes Notebook).
https://numpy.org/ NumPy library for numerical computing.
https://www.scipy.org/ SciPy library for scientific computing.
https://pandas.pydata.org/ Pandas library for data analysis.
https://www.anaconda.com/ Anaconda platform for data science.
https://bokeh.org/ Bokeh library for interactive visualizations.
https://docs.conda.io/en/latest/ Conda documentation.
https://seaborn.pydata.org/ Seaborn library for statistical visualization.
https://docs.microsoft.com/es-es/cognitive-toolkit/ Microsoft CNTK (Cognitive Toolkit) documentation.
https://dask.org/ Dask library for parallel computing.
https://hadoop.apache.org/ Official Apache Hadoop website.
https://keras.io/ Keras library for neural networks.
https://scikit-learn.org/ Scikit-learn library for machine learning.
https://spark.apache.org/ Official Apache Spark website.
https://www.tensorflow.org/ TensorFlow platform for machine learning.
https://pypi.org/project/Theano/ Theano, a numerical computation library.
https://www.python.org/dev/peps/pep-0013/ PEP 13 (Python Enhancement Proposal).
https://www.python.org/dev/peps/pep-0001/ PEP 1 (Template for Python Enhancement Proposals).
https://github.com/python/peps GitHub repository for PEPs.
mailto:python-ideas@python.org Mailing list for Python ideas.
mailto:python-list@python.org Main Python mailing list.
https://www.python.org/dev/peps/pep-0008/ PEP 8 (Style Guide for Python Code).
https://www.pylint.org/ Pylint code analysis tool.
https://github.com/PyCQA/pycodestyle pycodestyle tool for PEP 8 compliance.
https://www.python.org/dev/peps/pep-0020/ PEP 20 ("The Zen of Python").
https://github.com/facebook?utf8=%E2%9C%93&q=&type=&language=python Facebook Python projects on GitHub.
https://github.com/google?utf8=%E2%9C%93&q=&type=&language=python Google Python projects on GitHub.
https://github.com/instagram?utf8=%E2%9C%93&q=&type=&language=python Instagram Python projects on GitHub.
https://github.com/spotify?utf8=%E2%9C%93&q=&type=&language=python Spotify Python projects on GitHub.
https://github.com/youtube?utf8=%E2%9C%93&q=&type=&language=python YouTube Python projects on GitHub.
https://instagram-engineering.com/tagged/python Instagram engineering articles related to Python.
https://labs.spotify.com/2013/03/20/how-we-use-python-at-spotify/ Spotify labs.
https://docs.python.org/2/library/2to3.html 2to3 tool for converting Python 2 to 3 code.
https://caniusepython3.com/ Information on Python 3 compatibility.
http://www.nongnu.org/synaptic/ Synaptic package manager.
https://www.python.org/ftp/python/ Python FTP files.
https://www.python.org/downloads/ Official Python downloads.
https://brew.sh/ Homebrew package manager for macOS.
https://software.intel.com/en-us/mkl Intel Math Kernel Library (MKL).
https://www.activestate.com/products/python/ ActivePython distribution.
https://pypi.org/ Python Package Index (PyPI).
https://assets.enthought.com/documentation/ Enthought documentation.
https://pypi.org/project/pip/ pip page on PyPI.
https://github.com/pyenv/pyenv Pyenv tool for managing Python versions.
https://pipenv.kennethreitz.org/ Pipenv tool for dependency management.
https://docs.python.org/3/library/compileall.html Documentation for the compileall module.
https://www.jython.org/ Official Jython website.
http://www.python.org/ Main Python website.
https://ironpython.net/ Official IronPython website.
https://pypy.org/ Official PyPy website.
https://speed.pypy.org/ PyPy performance statistics.
https://www.vim.org/ Vim text editor.
https://github.com/python-mode/python-mode Python-mode plugin for Vim.
https://marketplace.visualstudio.com/items?itemName=ms-python.python Python extension for Visual Studio Code.
https://docs.python.org/3/library/gc.html Documentation for the gc module (Garbage Collector).
https://mg.pov.lt/objgraph/ objgraph tool for object reference visualization.
https://docs.python.org/3/library/cmath.html Documentation for the cmath module (complex mathematical functions).
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-longstring Python grammar reference for long strings.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-longstringchar Python grammar reference for long string characters.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-longstringitem Python grammar reference for long string items.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-shortstring Python grammar reference for short strings.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-shortstringchar Python grammar reference for short string characters.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-shortstringitem Python grammar reference for short string items.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-stringescapeseq Python grammar reference for string escape sequences.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-stringliteral Python grammar reference for string literals.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-stringprefix Python grammar reference for string prefixes.
https://docs.python.org/3/library/string.html#formatstrings Documentation on format strings.
https://docs.python.org/3/library/string.html#grammar-token-attribute-name Python grammar reference for attribute names.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-conversion Python grammar reference for conversions.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-digit Python grammar reference for digits.
https://docs.python.org/3/library/string.html#grammar-token-element-index Python grammar reference for element indices.
https://docs.python.org/3/library/string.html#grammar-token-field-name Python grammar reference for field names.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-format-spec Python grammar reference for format specifications.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-identifier Python grammar reference for identifiers.
https://docs.python.org/3/library/string.html#grammar-token-index-string Python grammar reference for index strings.
https://docs.python.org/3/reference/lexical_analysis.html#formatted-string-literals Formatted string literals (f-strings).
https://docs.python.org/3/reference/expressions.html#grammar-token-conditional-expression Python grammar reference for conditional expressions.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-f-expression Python grammar reference for f-expressions.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-literal-char Python grammar reference for literal characters.
https://docs.python.org/3/reference/expressions.html#grammar-token-or-expr Python grammar reference for 'or' expressions.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-replacement-field Python grammar reference for replacement fields.
https://docs.python.org/3/reference/expressions.html#grammar-token-yield-expression Python grammar reference for 'yield' expressions.
https://docs.python.org/3/library/string.html#grammar-token-align Python grammar reference for string alignment.
https://docs.python.org/3/library/string.html#grammar-token-fill Python grammar reference for fill character.
https://docs.python.org/3/library/string.html#grammar-token-grouping-option Python grammar reference for grouping options.
https://docs.python.org/3/library/string.html#grammar-token-precision Python grammar reference for precision.
https://docs.python.org/3/library/string.html#grammar-token-sign Python grammar reference for sign.
https://docs.python.org/3/library/string.html#grammar-token-type Python grammar reference for type.
https://docs.python.org/3/library/string.html#grammar-token-width Python grammar reference for width.
https://docs.python.org/3/library/stdtypes.html#memoryview memoryview documentation.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-bytesprefix Python grammar reference for bytes prefixes.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-longbytes Python grammar reference for long bytes.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-shortbytes Python grammar reference for short bytes.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-bytesescapeseq Python grammar reference for bytes escape sequences.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-longbyteschar Python grammar reference for long bytes characters.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-longbytesitem Python grammar reference for long bytes items.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-shortbyteschar Python grammar reference for short bytes characters.
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-shortbytesitem Python grammar reference for short bytes items.
https://docs.python.org/3/library/stdtypes.html#mapping-types-dict Mapping types - dict.
https://docs.python.org/3/library/stdtypes.html#dict-views Dictionary views.
https://docs.python.org/3/reference/expressions.html#grammar-token-comp-for Python grammar reference for "for" comprehensions.
https://docs.python.org/3/reference/expressions.html#grammar-token-comp-if Python grammar reference for "if" comprehensions.
https://docs.python.org/3/reference/expressions.html#grammar-token-comp-iter Python grammar reference for comprehension iterators.
https://docs.python.org/3/reference/expressions.html#grammar-token-expression-nocond Python grammar reference for expressions without condition.
https://docs.python.org/3/reference/expressions.html#grammar-token-expression Python grammar reference for expressions.
https://docs.python.org/3/reference/expressions.html#grammar-token-or-test Python grammar reference for "or" tests.
https://docs.python.org/3/reference/simple_stmts.html#grammar-token-target-list Python grammar reference for target lists.
https://docs.python.org/3/reference/expressions.html#grammar-token-comprehension Python grammar reference for comprehensions.
https://docs.python.org/3/reference/expressions.html#grammar-token-dict-comprehension Python grammar reference for dictionary comprehensions.
https://docs.python.org/3/reference/expressions.html#grammar-token-starred-expression Python grammar reference for starred expressions.
https://docs.python.org/3/reference/simple_stmts.html#grammar-token-target Python grammar reference for targets.
https://docs.python.org/3/reference/expressions.html#grammar-token-attributeref Python grammar reference for attribute references.
https://docs.python.org/3/reference/expressions.html#grammar-token-expression-list Python grammar reference for expression lists.
https://docs.python.org/3/reference/expressions.html#grammar-token-primary Python grammar reference for primaries.
https://docs.python.org/3/reference/expressions.html#grammar-token-slicing Python grammar reference for slicing.
https://docs.python.org/3/reference/expressions.html#grammar-token-starred-item Python grammar reference for starred items.
https://docs.python.org/3/reference/expressions.html#grammar-token-subscription Python grammar reference for subscriptions.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-for-stmt Python grammar reference for for statements.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-funcdef Python grammar reference for function definitions.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-if-stmt Python grammar reference for if statements.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-try-stmt Python grammar reference for try statements.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-while-stmt Python grammar reference for while statements.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-with-stmt Python grammar reference for with statements.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-async-for-stmt Python grammar reference for async for statements.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-async-funcdef Python grammar reference for async function definitions.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-async-with-stmt Python grammar reference for async with statements.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-classdef Python grammar reference for class definitions.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-compound-stmt Python grammar reference for compound statements.
https://docs.python.org/3/reference/simple_stmts.html#grammar-token-simple-stmt Python grammar reference for simple statements.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-statement Python grammar reference for statements.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-stmt-list Python grammar reference for statement lists.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-suite Python grammar reference for code suites.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-decorators Python grammar reference for decorators.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-funcname Python grammar reference for function names.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-parameter-list Python grammar reference for parameter lists.
https://docs.python.org/3/reference/expressions.html#grammar-token-argument-list Python grammar reference for argument lists.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-decorator Python grammar reference for decorators.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-defparameter Python grammar reference for defined parameters.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-dotted-name Python grammar reference for dotted names.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-parameter-list-no-posonly Python grammar reference for parameter lists without pos-only.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-parameter-list-starargs Python grammar reference for parameter lists with starargs.
https://docs.python.org/3/reference/compound_stmts.html#grammar-token-parameter Python grammar reference for parameters.
https://docs.python.org/3/reference/expressions.html?highlight=lambda#grammar-token-expression-nocond Python grammar reference for expressions without condition (lambda).
https://docs.python.org/3/reference/expressions.html?highlight=lambda#grammar-token-expression Python grammar reference for expressions (lambda).
https://docs.python.org/3/library/traceback.html Documentation for the traceback module.
https://docs.python.org/3/reference/datamodel.html#emulating-numeric-types Emulating numeric types.
https://docs.python.org/3/reference/datamodel.html#emulating-container-types Emulating container types.
https://docs.python.org/3/reference/datamodel.html#customizing-attribute-access Customizing attribute access.
https://www.attrs.org/en/stable/index.html attrs library.
https://www.python.org/dev/peps/pep-0557/ PEP 557 (dataclasses).
https://docs.python.org/3/library/trace.html Documentation for the trace module.
https://packaging.python.org/tutorials/packaging-projects/ Tutorial on packaging Python projects.
https://docs.python.org/3/library/ Official Python library.
https://tools.ietf.org/html/rfc3454.html RFC 3454 (Unicode string preparation for Internet).
https://docs.python.org/3/library/binary.html Documentation on binary operations.
https://docs.python.org/3/library/codecs.html Documentation for the codecs module.
https://docs.python.org/3/library/datatypes.html Documentation on data types.
https://docs.python.org/3/library/datetime.html Documentation for the datetime module.
https://docs.python.org/3/library/difflib.html Documentation for the difflib module (sequence comparison).
https://docs.python.org/3/library/re.html Documentation for the re module (regular expressions).
https://docs.python.org/3/library/readline.html Documentation for the readline module.
https://docs.python.org/3/library/rlcompleter.html Documentation for the rlcompleter module.
https://docs.python.org/3/library/string.html Documentation for the string module.
https://docs.python.org/3/library/stringprep.html Documentation for the stringprep module.
https://docs.python.org/3/library/struct.html Documentation for the struct module (binary data structures).
https://docs.python.org/3/library/text.html Documentation on text processing.
https://docs.python.org/3/library/textwrap.html Documentation for the textwrap module (text wrapping).
https://docs.python.org/3/library/unicodedata.html Documentation for the unicodedata module.
https://docs.python.org/3/library/collections.abc.html Documentation for the collections.abc module (Abstract Base Classes).
https://docs.python.org/3/library/array.html Documentation for the array module.
https://docs.python.org/3/library/bisect.html Documentation for the bisect module.
https://docs.python.org/3/library/calendar.html Documentation for the calendar module.
https://docs.python.org/3/library/collections.html#collections.ChainMap Documentation for collections.ChainMap.
https://docs.python.org/3/library/collections.html#collections.Counter Documentation for collections.Counter.
https://docs.python.org/3/library/collections.html#collections.OrderedDict Documentation for collections.OrderedDict.
https://docs.python.org/3/library/collections.html#collections.UserDict Documentation for collections.UserDict.
https://docs.python.org/3/library/collections.html#collections.UserList Documentation for collections.UserList.
https://docs.python.org/3/library/collections.html#collections.UserString Documentation for collections.UserString.
https://docs.python.org/3/library/collections.html#collections.defaultdict Documentation for collections.defaultdict.
https://docs.python.org/3/library/collections.html#collections.deque Documentation for collections.deque.
https://docs.python.org/3/library/collections.html#collections.namedtuple Documentation for collections.namedtuple.
https://docs.python.org/3/library/collections.html Documentation for the collections module.
https://docs.python.org/3/library/heapq.html Documentation for the heapq module.
https://docs.python.org/3/library/weakref.html Documentation for the weakref module.
https://docs.python.org/3/library/copy.html Documentation for the copy module.
https://docs.python.org/3/library/decimal.html Documentation for the decimal module.
https://docs.python.org/3/library/enum.html Documentation for the enum module.
https://docs.python.org/3/library/fractions.html Documentation for the fractions module.
https://docs.python.org/3/library/math.html Documentation for the math module.
https://docs.python.org/3/library/numbers.html Documentation for the numbers module.
https://docs.python.org/3/library/numeric.html Documentation for the numeric module.
https://docs.python.org/3/library/pprint.html Documentation for the pprint module.
https://docs.python.org/3/library/random.html Documentation for the random module.
https://docs.python.org/3/library/reprlib.html Documentation for the reprlib module.
https://docs.python.org/3/library/types.html Documentation for the types module.
https://docs.python.org/3/library/filecmp.html Documentation for the filecmp module (file comparison).
https://docs.python.org/3/library/fileinput.html Documentation for the fileinput module.
https://docs.python.org/3/library/filesys.html Documentation for the filesys module.
https://docs.python.org/3/library/functional.html Documentation for the functional module.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •