Python: Difference between revisions

From wikinotes
No edit summary
Line 44: Line 44:
<blockquote>
<blockquote>


= Basics =
= Syntax =
{|
{|
!colspan=1| Basics
|-
|-
| [[python datatypes]]
| [[python datatypes]]
Line 69: Line 68:
|-
|-
| [[python sorting]]
| [[python sorting]]
|-
| [[python filesystem]]
|-
|-
| [[python os]]
| [[python os]]
|-
|-
| [[python input/output]]
| [[python input/output]]
|-
| [[python subprocess]]
|-
|-
| [[python datetime]]
| [[python datetime]]
|-
|-
!colspan=1| Language Features
|}
 
= Features =
<blockquote>
{|
|-
|-
| [[python magic methods]]
| [[python magic methods]]
Line 89: Line 88:
|-
|-
| [[python functional]]
| [[python functional]]
|-
| [[python subprocess]]
|-
| [[python filesystem]]
|-
| [[python concurrency]]
|-
| [[python networking]]
|-
| [[python logging]]
|-
| [[python math]]
|-
| [[python web]]
|-
| [[python email]]
|-
| [[python databases]]
|-
|-
|}
|}
</blockquote><!-- Features -->


= Intermediate =
= Tools =
<blockquote>
{|
{|
!colspan=1| Intermediate
|-
|-
| [[python debuggers]]
| [[python debuggers]]
Line 101: Line 119:
|-
|-
| [[python compilation]]
| [[python compilation]]
|-
| [[python concurrency]]
|-
| [[python networking]]
|-
| [[python logging]]
|-
| [[python math]]
|-
|-
| [[python profiling]]
| [[python profiling]]
Line 117: Line 127:
|-
|-
| [[python refactoring]]
| [[python refactoring]]
|-
| [[python databases]]
|-
|-
| [[python services]]
| [[python services]]
|-
|-
| [[python lowlevel]]
| [[python lowlevel]]
|-
| [[python web]]
|-
| [[python email]]
|-
|-
|}
|}
</blockquote><!-- Tools -->


= General Notes =
= General Notes =
Line 137: Line 142:
|-
|-
|}
|}
</blockquote><!-- 4column-->
</blockquote><!-- 4column-->

Revision as of 17:27, 18 June 2022