# Python learning

**URL:** https://forum.codewithmosh.com/t/python-learning/14900
**Category:** Python
**Created:** [September 3, 2022, 2:36pm UTC](https://forum.codewithmosh.com/t/python-learning/14900 "2022-09-03T14:36:14Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![leocbarros75](https://avatars.discourse-cdn.com/v4/letter/l/ed8c4c/32.png) [@leocbarros75](https://forum.codewithmosh.com/u/leocbarros75)
#### Post date: [September 3, 2022, 2:36pm UTC](https://forum.codewithmosh.com/t/python-learning/14900/1 "2022-09-03T14:36:14Z")

</div>

Hello, my name is Leo Barros, and decided to come back to the Computing field. I am learning Python, any suggestions and tools that I need to learn as well, please let me know. I would like to learn more about cybersecurity.

thanks

---

<div class="post-metadata">

### Author: ![D0ll4R](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/d0ll4r/32/4511_2.png) [@D0ll4R](https://forum.codewithmosh.com/u/D0ll4R)
#### Post date: [September 3, 2022, 10:40pm UTC](https://forum.codewithmosh.com/t/python-learning/14900/2 "2022-09-03T22:40:51Z")

</div>

Hi hope you are doing well, if you want to learn cybersecurity, you can probably learn it from [Udemy](https://www.udemy.com/) or you can look up free courses, a great code editor for python is [Visual Studio Code](https://code.visualstudio.com/) of course and also you can try [PyCharm](https://www.jetbrains.com/pycharm/)

My favorite extensions for python or for vscode in general:

Live Server  
vscode-icons  
Python  
Prettier  
Material Theme  
Dracula Official  
Code Runner  
And Jupyter

---

<div class="post-metadata">

### Author: ![MTownsend](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/mtownsend/32/6311_2.png) [@MTownsend](https://forum.codewithmosh.com/u/MTownsend)
#### Post date: [September 6, 2022, 4:33am UTC](https://forum.codewithmosh.com/t/python-learning/14900/3 "2022-09-06T04:33:28Z")

</div>

Cybersecurity is an extremely large field, as I am sure you know, or maybe you don’t yet. If you are uncertain where to jump in then I will add some sites you might want to look at. Some are totally free and have tiers. They should be enough to give you an idea and let you explore. Try Hack Me has a good intro to give you the basics of networking, basic terminal skills…etc. You seem to already be on a good track with learning Python.

[Pico CTF](https://picoctf.org/)  
[TryHackMe](https://tryhackme.com/)  
[Hack the Box](https://www.hackthebox.com/)

Also, you might want to brush up on Unix based operating systems, like Linux. There are a lot of distributions of Linux. You also might want to get started working with a terminal. I would suggest learning Unix/Linux commands using the terminal, as well as looking into zsh, bash or another shell.

[The Linux Journey](https://linuxjourney.com/)

I wish you the best and hope you have a great time learning.
