Start using Python

Python entry crawler

This is my ** first ** python project, please share here ~

――Currently, as a general function, we are developing a product that allows users to receive events such as purchasing movie tickets and train tickets. The app then reads the SMS, parses the SMS, gets the time and location, and automatically creates a note in the background to notify the user one hour before the event. --This project uses the version of python3

init.py



# -*- coding: UTF-8 -*-  
 
# import need manager module  
import MongoUtil  
import FileUtil  
import conf_dev  
import conf_test  
import scratch_airport_name  
import scratch_flight_number  
import scratch_movie_name  
import scratch_train_number  
import scratch_train_station  

original source

Recommended Posts

Start using Python
Start python
Start to Selenium using python
Python quick start
[Python] Start studying
Scraping using Python
Operate Redmine using Python Redmine
Fibonacci sequence using Python
Data analysis using Python 0
Data cleaning using Python
Using Python #external packages
Start CentOS 8 using VirtualBox
WiringPi-SPI communication using Python
Age calculation using python
Search Twitter using Python
Name identification using python
Notes using Python subprocesses
Try using Tweepy [Python2.7]
Python notes using perl-ternary operator
Flatten using Python yield from
Scraping using Python 3.5 async / await
Save images using python3 requests
[S3] CRUD with S3 using Python [Python]
Python --Quick start of logging
[Python] Try using Tkinter's canvas
Python
Using Quaternion with Python ~ numpy-quaternion ~
Try using Kubernetes Client -Python-
Python notes using perl-special variables
[Python] Using OpenCV with Python (Basic)
Scraping using Python 3.5 Async syntax
Website change monitoring using python
Post to Twitter using Python
[Gimp] Start scripting in Python
Search algorithm using word2vec [python]
Change python version using pyenv
Start / stop GCE from python
python: Basics of using scikit-learn ①
# 1 [python3] Simple calculation using variables
3 Reasons Beginners to Start Python
Create JIRA tickets using Python
Instrument control using Python [pyvisa]
Manipulate spreadsheets locally using Python
Python memo using perl --join
Web scraping using Selenium (Python)
[Python] I tried using OpenPose
[Python] JSON validation using Voluptuous
Broadcast on LINE using python
Data analysis using python pandas
Translate using googletrans in Python
Using Python mode in Processing
Using OpenCV with Python @Mac
[Python] Shooting game using pyxel
Send using Python with Gmail
How to install python using anaconda
Harmonic mean with Python Harmonic mean (using SciPy)
Initializing global variables using Python decorators
[Python] Loading csv files using pandas
GUI programming in Python using Appjar
Retry post request using python requests
Python Note: About comparison using is