... | @@ -62,8 +62,6 @@ use of: |
... | @@ -62,8 +62,6 @@ use of: |
|
|
|
|
|
I will focus on:
|
|
I will focus on:
|
|
|
|
|
|
- Debugging options in python ( A language that promotes rapid development is
|
|
|
|
usually hard to debug. How can we do it in python? ) *Note: [pdb](https://docs.python.org/3/library/pdb.html)*
|
|
|
|
|
|
|
|
1. Documenting code
|
|
1. Documenting code
|
|
2. Advanced tutorials for modern development : Classes, Polymorphism,
|
|
2. Advanced tutorials for modern development : Classes, Polymorphism,
|
... | @@ -86,6 +84,9 @@ I will try to fit in a few of the remaining topics: |
... | @@ -86,6 +84,9 @@ I will try to fit in a few of the remaining topics: |
|
- Pandas Dataframe usage
|
|
- Pandas Dataframe usage
|
|
- How do we use RDD and DataFrame.
|
|
- How do we use RDD and DataFrame.
|
|
- Implementing cryptographic algorithms
|
|
- Implementing cryptographic algorithms
|
|
|
|
- Debugging options in python ( A language that promotes rapid development is
|
|
|
|
usually hard to debug. How can we do it in python? ) *Note: [pdb](https://docs.python.org/3/library/pdb.html)*
|
|
|
|
|
|
|
|
|
|
I should be able to fit in some discussion of NumPy.
|
|
I should be able to fit in some discussion of NumPy.
|
|
|
|
|
... | | ... | |