Programming Resources

[These resources are for students who already have a background in programming. Introductory resources for students can be found here]

Top programming languages to learn

Both Java and Python have libraries that facilitate writing network-based applications – so we will use both. 

The Java library is extensive and includes the Java.net package which provides the classes for implementing networking applications. 

Description of Java.net package

 

Most of you are already very familiar with Java, so below are additional Python resources: 

The Python standard library is also extensive and includes modules that support network programming.

Python Module Index:  https://docs.python.org/3/py-modindex.html 

Python 3 documentation 

Python standard library  

Networking Interface 

Python’s Request Library 

Comments are closed.