Skip to content

neural-data-science/Introducing-Python

Repository files navigation

Introducing Python

In this chapter, we will introduce the basic concepts of programming in Python. We will start with the basics of Python syntax, and then move on to more advanced topics like data types, flow control, and reading and writing data files. We will introduce AI assitance at the start of the next chapter.

By the end of this chapter, you should be able to:

  • understand and use variables

  • work with common Python data types like integers, floats, strings, characters, lists, dictionaries, as well as pandas DataFrames

  • use basic flow control, including for loops and conditionals

  • read data from text files

  • obtain basic summary statistics from data files

  • manipulate and extract data from pandas DataFrames

  • write Python code according to standard style guidelines

Codespaces

To work in a codespace, click on the green <> Code button at the top right of this repository’s GitHub page. Then click on the green button that says Create codespace on main to launch your codespace.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published