Skip to content

siragi/python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python3 Code Repo

Learning Resources and Tutorials

Basics

  • sololearn! (App)

Courses

Tutorials

References

Books

All from Al Sweigart:

Exercice Repo

  • Exercism

Development Environment

Install a Opensource IDE:

  • 'Atom' Editor with Plugins:
    • atom-python-run (eg F5 "python -i {file}"/F6: "python3 -i {file}"")
    • autocomplete-python
    • linter-pylama
    • language-python (core package) or
  • IDLE, simple.
  • just the python interactive shell.

Python Libraries

  • cpython implementation:
    • In cpython, many modules are implemented in C, and not in Python. You can find those in Modules/, whereas the pure Python ones reside in Lib/. In some cases (for example the json module), the Python source code provides the module on its own and only uses the C module if it's available (to improve performance).
  • PyPy implementation:
  • The Python Package Index (PyPI) is a repository of software for the Python programming language: https://pypi.org/

About

python3 sample code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages